Logic to manage PAL_OW_MISC (#3)

This commit is contained in:
xCrystal
2024-01-03 17:24:26 +01:00
parent ce4ca85494
commit 16e7328439
9 changed files with 101 additions and 17 deletions

11
gfx/board/coins.pal Executable file
View File

@@ -0,0 +1,11 @@
; gain coins
RGB 31, 31, 31
RGB 19, 23, 31
RGB 27, 17, 03
RGB 00, 00, 00
; lose coins
RGB 31, 31, 31
RGB 31, 20, 18
RGB 27, 17, 03
RGB 00, 00, 00

5
gfx/board/dice.pal Executable file
View File

@@ -0,0 +1,5 @@
; die 1
RGB 31, 31, 31
RGB 10, 10, 31
RGB 00, 00, 21
RGB 00, 00, 00