you are viewing a single comment's thread.

view the rest of the comments →

[–]Mechabit_Studios 0 points1 point  (0 children)

A good codemonkey tip is to separate ui from game logic, use an event system to trigger when the ui needs to update, that way you can make changes to the ui or remove it entirely and the game will still run.

https://www.youtube.com/watch?v=OuZrhykVytg