Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
development:godot:start [2021/06/01 22:21]
kalenpw created
development:godot:start [2021/06/29 15:03] (current)
kalenpw
Line 4: Line 4:
 ===== Misc tips ===== ===== 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 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
 +
 +----