y order and level execution from menu
This commit is contained in:
parent
84396d8393
commit
1631bd87ce
5 changed files with 32 additions and 20 deletions
|
|
@ -206,7 +206,7 @@ tracks/1/keys = {
|
|||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [0.0]
|
||||
"values": [1.0]
|
||||
}
|
||||
tracks/2/type = "value"
|
||||
tracks/2/imported = false
|
||||
|
|
@ -218,7 +218,7 @@ tracks/2/keys = {
|
|||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [1.0]
|
||||
"values": [2.0]
|
||||
}
|
||||
tracks/3/type = "value"
|
||||
tracks/3/imported = false
|
||||
|
|
@ -281,6 +281,8 @@ metadata/_edit_lock_ = true
|
|||
|
||||
[node name="ChooseYourSeeds" parent="GUI" index="0"]
|
||||
anchors_preset = -1
|
||||
anchor_top = 1.0
|
||||
anchor_bottom = 2.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
|
|
@ -326,6 +328,7 @@ approachNotificationTime = 5.0
|
|||
one_shot = true
|
||||
|
||||
[node name="ZombieLevelPrevewer" type="Node2D" parent="." index="16"]
|
||||
y_sort_enabled = true
|
||||
position = Vector2(855, 76)
|
||||
script = ExtResource("7_8ajos")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue