reduce speed
This commit is contained in:
parent
bdb47ea96e
commit
ec36d1be05
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[ext_resource type="Script" path="res://scripts/player_movement.gd" id="1_a6lhy"]
|
[ext_resource type="Script" path="res://scripts/player_movement.gd" id="1_a6lhy"]
|
||||||
[ext_resource type="Texture2D" uid="uid://qcx482jc7pqr" path="res://textures/player.png" id="2_sscjv"]
|
[ext_resource type="Texture2D" uid="uid://qcx482jc7pqr" path="res://textures/player.png" id="2_sscjv"]
|
||||||
[ext_resource type="Texture2D" uid="uid://bd7y5w6cfi5ly" path="res://textures/Eye Lase.png" id="3_yg3ur"]
|
[ext_resource type="Texture2D" uid="uid://s7wqkcxerals" path="res://textures/Eye Lase.png" id="3_yg3ur"]
|
||||||
|
|
||||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_31jvr"]
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_31jvr"]
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@ radius = 12.0
|
||||||
collision_layer = 4
|
collision_layer = 4
|
||||||
collision_mask = 51
|
collision_mask = 51
|
||||||
script = ExtResource("1_a6lhy")
|
script = ExtResource("1_a6lhy")
|
||||||
|
speed = 250
|
||||||
jump_strength = 600
|
jump_strength = 600
|
||||||
|
|
||||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue