# Rewrite Stage 1.6

- Add static Text (Auto Static Text)
- Add a Text Flag that Renders Text if it is Out of Screen
- Shorter Keyboard animations and Fix Vertical Movement
- Make Keyboard keys transparent
- Make | to / in Performance Overlay as the symbol lokks biggy on System Font
- Add Ast and Tms to Performance OVL
This commit is contained in:
2025-01-22 09:22:03 +01:00
parent b4a4b6a426
commit d55f485b8d
8 changed files with 184 additions and 54 deletions

View File

@ -51,6 +51,8 @@ set(SRC_FILES
source/tools/gamepad_icons.cpp
# UI7
source/ui7/drawlist.cpp
source/ui7/theme.cpp
source/ui7/ui7.cpp
# External
source/external/stb.cpp
)