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