rest of milestone 4

This commit is contained in:
Michael Campbell 2026-04-11 11:00:33 -04:00
parent f958517574
commit 69faf54dc3
73 changed files with 3739 additions and 4560 deletions

View file

@ -0,0 +1,6 @@
extends Node
func _ready() -> void:
var idx := randi_range(0, %Shaker.get_child_count() - 1)
for child in %Shaker.get_children():
child.visible = child.get_index() == idx