godot_tiny_crate/Script/SolidTileMap.gd
2020-08-25 02:38:32 -04:00

7 lines
164 B
GDScript

extends TileMap
# Called when the node enters the scene tree for the first time.
func _ready():
Shared.node_map_solid = self
pass # Replace with function body.