6 lines
75 B
GDScript
6 lines
75 B
GDScript
extends TileMap
|
|
|
|
func _on_Lever_on():
|
|
collision_layer = 2
|
|
visible = true
|