fixed the data_link length
This commit is contained in:
parent
0eb335e0bf
commit
55f4163ef0
11 changed files with 257 additions and 62 deletions
|
@ -33,7 +33,7 @@ visible = false
|
|||
|
||||
[node name="UILayer" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="UI" type="Control" parent="UILayer" node_paths=PackedStringArray("player")]
|
||||
[node name="UI" type="Control" parent="UILayer"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
|
@ -41,7 +41,6 @@ anchor_bottom = 1.0
|
|||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("3_b82rx")
|
||||
player = NodePath("../../Player")
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="UILayer/UI"]
|
||||
layout_mode = 0
|
||||
|
|
182
gmtk_2024/levels/lev877D.tmp
Normal file
182
gmtk_2024/levels/lev877D.tmp
Normal file
File diff suppressed because one or more lines are too long
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue