Devlogs
v0.1.0 Update
Posted January 20, 2025 by Viktor
v0.1.0 has been released. A lot of refactoring was done, especially on the UI side. It should now be straight forward to add an alternative GUI for mobile.
Also, UI scaling is now available. When I think about it, that is mandatory nowadays.
I have also added statistics to the game. Everyone loves graphs and numbers, right?
Content
- new item description generator
- reworked generation of legendary equipment
Interface
- completely new UI
- UI scaling
- themes (light/dark)
- charts/statistics
Balancing
- increased experience points needed for level up
- slightly reduced experience gain scaling
Internal changes
- separated the UI code from the game logic code (interaction via signals)
- updated to Godot 4.3
- the web build is now single-threaded and no longer cross-origin isolated
- refactoring