feat: animate P1 tent hover with curtain and garland lights

This commit is contained in:
enne2
2026-09-10 22:39:27 +02:00
parent 882302c6d2
commit 717a702fb2
33 changed files with 756 additions and 24 deletions
@@ -30,7 +30,7 @@ func _build() -> void:
artwork.mouse_filter = Control.MOUSE_FILTER_IGNORE
add_child(artwork)
_add_hotspot(Vector2(0.12, 0.14), Vector2(0.10, 0.14), func(): back_requested.emit())
_add_hotspot(MenuUI.BACK_BUTTON_CENTER, MenuUI.BACK_BUTTON_SIZE, func(): back_requested.emit())
_add_hotspot(Vector2(0.775, 0.64), Vector2(0.07, 0.10), func(): _change_balls(-1))
_add_hotspot(Vector2(0.895, 0.64), Vector2(0.07, 0.10), func(): _change_balls(1))
_add_hotspot(Vector2(0.79, 0.88), Vector2(0.30, 0.14), _start_game)