6 lines
77 B
GDScript
6 lines
77 B
GDScript
extends CheckButton
|
|
|
|
|
|
func _on_room_built() -> void:
|
|
button_pressed = false
|