BIN
Graphics/shopicons/Blower.bmp
Normal file
After Width: | Height: | Size: 630 B |
BIN
Graphics/shopicons/Cake.bmp
Normal file
After Width: | Height: | Size: 630 B |
BIN
Graphics/shopicons/Cupcake.bmp
Normal file
After Width: | Height: | Size: 630 B |
BIN
Graphics/shopicons/Jelly2.bmp
Normal file
After Width: | Height: | Size: 630 B |
BIN
Graphics/shopicons/Partyhat.bmp
Normal file
After Width: | Height: | Size: 630 B |
BIN
Graphics/shopicons/Prezzie.bmp
Normal file
After Width: | Height: | Size: 630 B |
BIN
Graphics/shopicons/Sarnie.bmp
Normal file
After Width: | Height: | Size: 630 B |
BIN
Graphics/shopicons/Teddy.bmp
Normal file
After Width: | Height: | Size: 630 B |
@ -56,6 +56,7 @@ backdrop/start2.gfx
|
|||||||
backdrop/start3.gfx
|
backdrop/start3.gfx
|
||||||
backdrop/start4.gfx
|
backdrop/start4.gfx
|
||||||
backdrop/gameover.gfx
|
backdrop/gameover.gfx
|
||||||
|
backdrop/shop.gfx
|
||||||
loadingscreens/culture.gfx
|
loadingscreens/culture.gfx
|
||||||
loadingscreens/karate.gfx
|
loadingscreens/karate.gfx
|
||||||
loadingscreens/monitor.gfx
|
loadingscreens/monitor.gfx
|
||||||
|
@ -383,7 +383,7 @@ GFX_DATA_OUT += $(TRANS_OUT_DAT)
|
|||||||
# Big TGA backdrops
|
# Big TGA backdrops
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
BACKDROPS_IN_DIR := $(GRAF_DIR)/backdrop
|
BACKDROPS_IN_DIR := $(GRAF_DIR)/backdrop
|
||||||
BACKDROPS_IN := credits start1 start2 start3 start4 gameover
|
BACKDROPS_IN := credits start1 start2 start3 start4 gameover shop
|
||||||
|
|
||||||
BACKDROPS_OUT_DIR := $(DATA_OUT)/backdrop
|
BACKDROPS_OUT_DIR := $(DATA_OUT)/backdrop
|
||||||
BACKDROPS_OUT := $(foreach SCREEN,$(BACKDROPS_IN),$(BACKDROPS_OUT_DIR)/$(SCREEN).gfx)
|
BACKDROPS_OUT := $(foreach SCREEN,$(BACKDROPS_IN),$(BACKDROPS_OUT_DIR)/$(SCREEN).gfx)
|
||||||
|