Click the game image, then use Arrow Keys to move player around:
Had some challenges with this one so here’s some notes for me to remember what I did…
I’ve been pressing F5 to see my work but didn’t realize that’s the “Current Scene”. F6 runs the project, but only if you have correctly assigned the Main Scene in: Project -> Project Settings -> Application -> Run -> Main Scene:
After that, the challenge was my player was hidden in the background, I could only see it be tweaking Z Index:
And finally, I noticed TileMaps were deprecated and should be converted to TileMapLayers. Found some good insight in this video.
Leave a Reply