mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-09 18:31:43 +00:00
some fixes and slider color adjustments
This commit is contained in:
parent
e788b16aff
commit
9b412540d1
2 changed files with 0 additions and 3 deletions
|
|
@ -1 +0,0 @@
|
|||
# Add directories or file patterns to ignore during indexing (e.g. foo/ or *.csv)
|
||||
|
|
@ -43,8 +43,6 @@ static bool djui_chat_message_render(struct DjuiBase* base) {
|
|||
if (bgAlphaI < 0) { bgAlphaI = 0; }
|
||||
u8 bgAlpha = (u8)bgAlphaI;
|
||||
|
||||
// Text-Deckkraft: beim Standardwert (70) bereits voll sichtbar,
|
||||
// darunter linear bis 0 herunter, darüber weiterhin voll sichtbar.
|
||||
const f32 defaultOpacity = 70.0f;
|
||||
f32 textScale = 1.0f;
|
||||
if ((f32)configChatOpacity < defaultOpacity) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue