adonutwithsprinklez / CodenameEmpty

A text based adventure roguelite
GNU General Public License v3.0
6 stars 0 forks source link

GUI needs to be able to properly update itself on user input / engine output #75

Closed adonutwithsprinklez closed 3 years ago

adonutwithsprinklez commented 4 years ago

Whenever the game engine needs to update the display, the UI needs to be able to comply immediately. This includes processing the user input or adding additional text to the display. This also includes being able to disable or enable the user input portion of the UI.