This commit is contained in:
parent
c1b7e82f03
commit
309c3f34b9
1 changed files with 5 additions and 4 deletions
|
@ -213,16 +213,17 @@ UI_GFX_FONT := smallfont/+33 smallfont/+34 smallfont/+37 smallfont/+39 smallf
|
|||
smallfont/+250 smallfont/+251 smallfont/+252 smallfont/+253 smallfont/+255
|
||||
UI_GFX_FONT_IN := $(foreach FILE,$(UI_GFX_FONT),$(UI_FONT_DIR)/$(FILE).bmp)
|
||||
|
||||
UI_GFX_NONTRANS := faces/mr_krabs.bmp faces/patrick.bmp faces/plankton.bmp \
|
||||
faces/sandy.bmp faces/spongebob.bmp faces/squidward.bmp \
|
||||
faces/mermaidman.bmp faces/barnacleboy.bmp faces/jack_custard.bmp
|
||||
UI_GFX_NONTRANS :=
|
||||
UI_GFX_NONTRANS_IN := $(foreach FILE,$(UI_GFX_NONTRANS),$(UI_GFX_DIR)/$(FILE))
|
||||
|
||||
UI_GFX_TRANS := +bambootopleft.bmp +bamboobotleft.bmp +bambootopright.bmp +bamboobotright.bmp \
|
||||
+bamboohorizontal.bmp +bamboovertical.bmp \
|
||||
+butU.bmp +butD.bmp +butL.bmp +butR.bmp \
|
||||
+butC.bmp +butS.bmp +butX.bmp +butT.bmp \
|
||||
+mappointer.bmp
|
||||
+mappointer.bmp +speechbubblecorner.bmp \
|
||||
faces/mr_krabs.bmp faces/patrick.bmp faces/plankton.bmp \
|
||||
faces/sandy.bmp faces/spongebob.bmp faces/squidward.bmp \
|
||||
faces/mermaidman.bmp faces/barnacleboy.bmp faces/jack_custard.bmp
|
||||
UI_GFX_TRANS_IN := $(foreach FILE,$(UI_GFX_TRANS),$(UI_GFX_DIR)/$(FILE))
|
||||
|
||||
####
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue