Reorganized the project so it's a little less all over the place. For example, world scenes are now in scenes/world. I also moved all scripts to the script directory.
Reviewed-on: drraccoon/Polo-Godot#2
Looks great. I was meaning to do this but it was low priority for myself. Though this eliminates the need to do that now.
Thanks!
- The player has been decoupled from the world scene and made it's own separate scene that can now be instanced.
- The parallax backgrounds that were apart of the player are also decoupled from the player and made independent each other.
Despite these recent changes, the game continues to function as if it did before the decoupling.