- Appearance (name and color) can be changed
- Appearance is synced to other players
- Split tabs into multiple scripts
- Use nameof() where applicable
The escape menu pauses the game and
will allow for creating and connecting to
multiplayer games.
- Move scenes to scene/ folder
- Move scripts to src/ folder
- Add Hearbit font and CREDITS.md
- Remove git integration (we have VS Code)
Game now uses the default viewport instead of
a separate one that's then drawn as a texture.
This makes anything involving mouse position
much easier to deal with.
- Disable camera moving depending on cursor position
- Start work on an "escape menu" with
controls to join multiplayer sessions
- Move player to scene, instanciate on start
- Change application icon