reduced speed and started a level
This commit is contained in:
parent
6d5a69e506
commit
716d183927
2 changed files with 6 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[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://dfvxk0e8taj1d" path="res://textures/Eye Lase.png" id="3_yg3ur"]
|
||||
[ext_resource type="Texture2D" uid="uid://diq7y2biwkydf" path="res://textures/Eye Lase.png" id="3_yg3ur"]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_jqi2f"]
|
||||
radius = 9.0
|
||||
|
@ -15,6 +15,7 @@ radius = 12.0
|
|||
collision_layer = 4
|
||||
collision_mask = 19
|
||||
script = ExtResource("1_a6lhy")
|
||||
speed = 250
|
||||
jump_strength = 600
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue