rest of milestone 4
This commit is contained in:
parent
f958517574
commit
69faf54dc3
73 changed files with 3739 additions and 4560 deletions
6
buildings/building_behavior.gd
Normal file
6
buildings/building_behavior.gd
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue