Update game levels with hidden Game Over components and new entities like Beehive, Dog, and Vegetable Patch. Adjust properties like visibility, position, rotation, scale for better gameplay experience. Add Level 6 with unique elements and rules.
This commit is contained in:
parent
c991cbba5d
commit
1492f0152f
9 changed files with 302 additions and 19 deletions
|
|
@ -141,7 +141,7 @@ unique_name_in_owner = true
|
|||
|
||||
[node name="UiComponent" parent="." instance=ExtResource("12_mmtyl")]
|
||||
unique_name_in_owner = true
|
||||
z_index = 20
|
||||
z_index = 900
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 720.0
|
||||
|
||||
|
|
@ -155,6 +155,7 @@ offset_right = 1280.0
|
|||
offset_bottom = 720.0
|
||||
|
||||
[node name="GameOverComponent" parent="." instance=ExtResource("16_450js")]
|
||||
visible = false
|
||||
z_index = 900
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 720.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue