Change notification box color to dark gray for improved visibility
Java CI / build (push) Successful in 1m17s
Java CI / build (push) Successful in 1m17s
Signed-off-by: Dmitrii <computer@yawaflua.tech> Took 9 minutes
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ LICENSE Agreement
|
|||||||
|
|
||||||
Copyright (c) 2024-2026 Dmitrii 'yawaflua' Shimanskii. All rights reserved.
|
Copyright (c) 2024-2026 Dmitrii 'yawaflua' Shimanskii. All rights reserved.
|
||||||
|
|
||||||
This project is licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0)
|
This project is licensed under the Creative Commons Attribution 4.0 International License (CC BY-NC-ND 4.0)
|
||||||
Subject to the additional restrictive conditions below:
|
Subject to the additional restrictive conditions below:
|
||||||
|
|
||||||
1. PROHIBITION OF USE:
|
1. PROHIBITION OF USE:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ SPMega - клиентский Fabric-мод с банковым UI для раб
|
|||||||
## Сборка (PowerShell)
|
## Сборка (PowerShell)
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
.\gradlew.bat classes
|
.\gradlew.bat build
|
||||||
```
|
```
|
||||||
|
|
||||||
## Дорожная карта
|
## Дорожная карта
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ public final class UiNotifications {
|
|||||||
int x = width - boxWidth - 10;
|
int x = width - boxWidth - 10;
|
||||||
int y = height - boxHeight - 10;
|
int y = height - boxHeight - 10;
|
||||||
|
|
||||||
context.fill(x, y, x + boxWidth, y + boxHeight, Color.GRAY.getRGB());
|
context.fill(x, y, x + boxWidth, y + boxHeight, Color.DARK_GRAY.getRGB());
|
||||||
context.drawTextWithShadow(textRenderer, currentText, x + padding, y + padding, Color.WHITE.getRGB());
|
context.drawTextWithShadow(textRenderer, currentText, x + padding, y + padding, Color.WHITE.getRGB());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
"description": "yawaflua`s SPRadar+SPMHelper mod, thats make a lot!",
|
"description": "yawaflua`s SPRadar+SPMHelper mod, thats make a lot!",
|
||||||
"authors": [],
|
"authors": [],
|
||||||
"contact": {},
|
"contact": {},
|
||||||
"license": "CC-BY-SA-4.0",
|
"license": "CC BY-NC-ND 4.0",
|
||||||
"icon": "assets/spmega/icon.png",
|
"icon": "icon.png",
|
||||||
"environment": "client",
|
"environment": "client",
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
"fabric-datagen": [
|
"fabric-datagen": [
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user