diff --git a/Graphics/shopicons/Blower.bmp b/Graphics/shopicons/Blower.bmp new file mode 100644 index 000000000..5a73cd167 Binary files /dev/null and b/Graphics/shopicons/Blower.bmp differ diff --git a/Graphics/shopicons/Cake.bmp b/Graphics/shopicons/Cake.bmp new file mode 100644 index 000000000..97d4dcec9 Binary files /dev/null and b/Graphics/shopicons/Cake.bmp differ diff --git a/Graphics/shopicons/Cupcake.bmp b/Graphics/shopicons/Cupcake.bmp new file mode 100644 index 000000000..c08c4fde9 Binary files /dev/null and b/Graphics/shopicons/Cupcake.bmp differ diff --git a/Graphics/shopicons/Jelly2.bmp b/Graphics/shopicons/Jelly2.bmp new file mode 100644 index 000000000..28732cd9e Binary files /dev/null and b/Graphics/shopicons/Jelly2.bmp differ diff --git a/Graphics/shopicons/Partyhat.bmp b/Graphics/shopicons/Partyhat.bmp new file mode 100644 index 000000000..4bfdaa048 Binary files /dev/null and b/Graphics/shopicons/Partyhat.bmp differ diff --git a/Graphics/shopicons/Prezzie.bmp b/Graphics/shopicons/Prezzie.bmp new file mode 100644 index 000000000..93796c6ed Binary files /dev/null and b/Graphics/shopicons/Prezzie.bmp differ diff --git a/Graphics/shopicons/Sarnie.bmp b/Graphics/shopicons/Sarnie.bmp new file mode 100644 index 000000000..e27110221 Binary files /dev/null and b/Graphics/shopicons/Sarnie.bmp differ diff --git a/Graphics/shopicons/Teddy.bmp b/Graphics/shopicons/Teddy.bmp new file mode 100644 index 000000000..6c78b706b Binary files /dev/null and b/Graphics/shopicons/Teddy.bmp differ diff --git a/data/DataCache.scr b/data/DataCache.scr index 2c4d3cec9..0302c7b63 100644 --- a/data/DataCache.scr +++ b/data/DataCache.scr @@ -56,6 +56,7 @@ backdrop/start2.gfx backdrop/start3.gfx backdrop/start4.gfx backdrop/gameover.gfx +backdrop/shop.gfx loadingscreens/culture.gfx loadingscreens/karate.gfx loadingscreens/monitor.gfx diff --git a/makefile.gfx b/makefile.gfx index cb9da3e6b..308d6ab39 100644 --- a/makefile.gfx +++ b/makefile.gfx @@ -383,7 +383,7 @@ GFX_DATA_OUT += $(TRANS_OUT_DAT) # Big TGA backdrops #---------------------------------------------------------------------------- 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 := $(foreach SCREEN,$(BACKDROPS_IN),$(BACKDROPS_OUT_DIR)/$(SCREEN).gfx)