thunderrabbit / robdot_conswi

A swipe game for Godot
1 stars 1 forks source link

Fix problem with unfound TileSprite #10

Closed thunderrabbit closed 6 years ago

thunderrabbit commented 6 years ago

After eadh completed swipe this appears in output

ERROR: get_node: Node not found: TileSprite At: scene/main/node.cpp:907.

Apparently there is an incorrect, unneeded reference to TileSprite somewhere, so we should remove it.