fixed the data_link length

This commit is contained in:
Fabio 2024-08-18 15:43:21 +02:00
parent 0eb335e0bf
commit 55f4163ef0
11 changed files with 257 additions and 62 deletions

View file

@ -129,7 +129,6 @@ shader_parameter/scroll_speed = 0.02
[node name="Player" parent="." index="0"]
position = Vector2(-542, 331)
scale = Vector2(2, 2)
jump_strength_max = 400
[node name="UI" parent="UILayer" index="0"]
mouse_filter = 2
@ -170,9 +169,14 @@ position = Vector2(582, -317)
position = Vector2(-431, -212)
[node name="Block" parent="." index="9" node_paths=PackedStringArray("ui_actions") instance=ExtResource("8_ec71m")]
position = Vector2(476, 253)
position = Vector2(432, 186)
collision_layer = 1
ui_actions = NodePath("../UILayer/UI")
[node name="EnemyMover" parent="." index="10" instance=ExtResource("8_16072")]
position = Vector2(-132, 311)
[node name="Block3" parent="." index="11" node_paths=PackedStringArray("ui_actions") instance=ExtResource("8_ec71m")]
position = Vector2(162, 124)
collision_layer = 1
ui_actions = NodePath("../UILayer/UI")