====== Godot ====== ---- ===== Misc tips ===== Use an initialize method called in parent node instead of relying on nodes _ready when interacting with siblings to avoid issues where one node is not ready at the same level If getting vertical glitches on tilemap enable "Pixel Snap" in Project Settings ----