mirror of
https://github.com/HarmonyHoney/tiny_crate.git
synced 2026-07-21 10:29:11 +00:00
7 lines
164 B
GDScript
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.
|