You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.
The first key UI addition in the game will be the sidebar menu, featuring all the Leaders in play.
Each leader is listed with a number of UI elements:
⚔️ 🛡️ ⏳ 👜
UI System Basics
The ui system will draw any entity that has either a
Sprite
orSpriteIndex
Component.SpriteIndex
is used to hold the index of the 2d sprite in the spritesheet.Sprite
is used for text-based rendering (it holds the letter and colors).For the rest of the ui, we are just using BTerm's rendering (term.print("text content", position_x, position_y").
The text was updated successfully, but these errors were encountered: