ForNeVeR / overtone

A modern FOSS remake of The Tone Rebellion.
MIT License
15 stars 1 forks source link

Feature: partial implementation of the "new game" scene #53

Closed Fadoli closed 11 months ago

Fadoli commented 11 months ago

This requires https://github.com/ForNeVeR/overtone/pull/50 to be merged before hands (this PRs contains the same commits)

This adds :

  1. Documentation of text formats in Overtone.Game\Config\...
  2. Dummy planet definition parser (more to come on future PRs !)
  3. SoundsConfiguration reader (to map soundName to sound file path)
  4. Hacky partial rendering of the new-game screen (misses texts and world size indicator)
  5. Handle UI events for the new game screen + global GameState module !
ForNeVeR commented 11 months ago

I've rebased it on top of the latest master, hope it's okay for you (if it' not okay or you prefer some other way of branch management, we can revert and talk this through of course).

Fadoli commented 11 months ago

I marked it as draft to prevent crossing pull requests. This is working as is

Fadoli commented 11 months ago

I've not changed the actual content, just reworded the commits and merged some to get rid of WIP

Fadoli commented 11 months ago

I've also cleanup up commits for upcoming PRs

Spoiler : Here is how far i've been image