mirror of
https://github.com/HarmonyHoney/tiny_crate.git
synced 2026-01-23 18:47:03 +00:00
6 lines
128 B
GDScript
6 lines
128 B
GDScript
extends TileMap
|
|
|
|
|
|
# Called when the node enters the scene tree for the first time.
|
|
func _ready():
|
|
Shared.node_map_solid = self
|