Removed "game.tscn" and kept the "Main.tscn" (they were duplicates)
Renamed the script folder to scenes (since we are basically storing scenes and scripts, I gave precedence to the former)
Use the same tile set with variants instead of using the fake_wall tileset (for each tile I created a variant without an hitbox, but I haven't deleted the resource of the other tile set yet) I now understand why we need a separate tile set
Used instance of protagonist scene in Main.tscn (caused some issues with the interaction manager)
Things I did:
Use the same tile set with variants instead of using the fake_wall tileset (for each tile I created a variant without an hitbox, but I haven't deleted the resource of the other tile set yet)I now understand why we need a separate tile set