ForNeVeR/overtone

Implement logic for rendering/handling dynamic related scenes elements based on the SceneId

Aperta

#48 aperta il 17 set 2023

 (0 commenti) (1 reazione) (0 assegnatari)F# (1 fork)auto 404
enhancementhelp wanted

Metriche repository

Star
 (18 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

We have to setup a way for the code to manipulate what is being rendered as some part of the UI will be dynamic (not speaking about the game rendering at all here, though it might use the same logic if done in a manner that allows it)

Example of dynamics UI :

In Scene0 (main menu), The title screen and the sparkles as well as the text moving up if you're staying on the menu for long enough. In Scene1 (new game), we can should be displaying text, difficulty and map size elements that are as of yet not rendered at all.

Guida contributor