7 lines
54 B
GDScript3
7 lines
54 B
GDScript3
|
extends TileMap
|
||
|
|
||
|
|
||
|
|
||
|
func _on_Lever_on():
|
||
|
queue_free()
|