8 lines
148 B
GDScript
8 lines
148 B
GDScript
class_name LevelKeysSlot extends TextureRect
|
|
|
|
|
|
func reset() -> void:
|
|
#TODO: Make this reset their appearance and visibility
|
|
visible = false
|
|
pass
|