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