User Interface: Difference between revisions
NickTheNick (talk | contribs) No edit summary |
NickTheNick (talk | contribs) No edit summary |
||
Line 32: | Line 32: | ||
Thrive uses the Godot engine, as such there is plenty of documentation online about how to edit UI in Godot: | Thrive uses the Godot engine, as such there is plenty of documentation online about how to edit UI in Godot: | ||
https://docs.godotengine.org/en/stable/tutorials/ui/index.html | https://docs.godotengine.org/en/stable/tutorials/ui/index.html |
Revision as of 20:17, 24 August 2022
Thrive will aim for a sleek, minimalistic user interface (also called user interface, UI, or GUI). It will typically differ between the stages.
Overview
Thrive will aim for a sleek, minimalistic graphical user interface.
Microbe Stage
Main Article: Microbe Stage GUI
The Microbe Stage is currently the only stage in the game and thus all user interface development focuses on its application to this stage.
Multicellular Stage
This stage is not yet in development.
Aware Stage
This stage is not yet in development.
Awakening Stage
This stage is not yet in development.
Society Stage
This stage is not yet in development.
Industrial Stage
This stage is not yet in development.
Space Stage
This stage is not yet in development.
Editing the UI
Thrive uses the Godot engine, as such there is plenty of documentation online about how to edit UI in Godot:
https://docs.godotengine.org/en/stable/tutorials/ui/index.html