From: adrianna Date: Sat, 5 Mar 2016 17:28:30 +0000 (+0200) Subject: splash screen X-Git-Url: https://git.ctpug.org.za/?p=koperkapel.git;a=commitdiff_plain;h=7e712cbf05af3a347ed98b43fa388903eb0719cc splash screen --- diff --git a/koperkapel/images/Makefile b/koperkapel/images/Makefile index be3de83..4959c98 100644 --- a/koperkapel/images/Makefile +++ b/koperkapel/images/Makefile @@ -14,7 +14,7 @@ BTILE_PNGS=$(patsubst $(VPATH)/bitmap/%, bunker/%, $(BTILE_SRC)) # Vector images to rasterize without resizing -SIMPLE_DIRS=roach_management vehicles +SIMPLE_DIRS=roach_management vehicles splash SIMPLE_SVGS=$(shell find $(patsubst %, $(VPATH)/vector/%, $(SIMPLE_DIRS)) -name "*.svg") SIMPLE_PNGS=$(patsubst $(VPATH)/vector/%.svg, %.png, $(SIMPLE_SVGS)) diff --git a/koperkapel/images/splash/background.png b/koperkapel/images/splash/background.png new file mode 100644 index 0000000..f8e5ef2 Binary files /dev/null and b/koperkapel/images/splash/background.png differ diff --git a/koperkapel/images/splash/credits.png b/koperkapel/images/splash/credits.png new file mode 100644 index 0000000..102fddb Binary files /dev/null and b/koperkapel/images/splash/credits.png differ diff --git a/koperkapel/images/splash/credits_selected.png b/koperkapel/images/splash/credits_selected.png new file mode 100644 index 0000000..84f8be8 Binary files /dev/null and b/koperkapel/images/splash/credits_selected.png differ diff --git a/koperkapel/images/splash/new_game.png b/koperkapel/images/splash/new_game.png new file mode 100644 index 0000000..c33e0b9 Binary files /dev/null and b/koperkapel/images/splash/new_game.png differ diff --git a/koperkapel/images/splash/new_game_selected.png b/koperkapel/images/splash/new_game_selected.png new file mode 100644 index 0000000..81633ef Binary files /dev/null and b/koperkapel/images/splash/new_game_selected.png differ diff --git a/koperkapel/images/splash/quit.png b/koperkapel/images/splash/quit.png new file mode 100644 index 0000000..8d67a87 Binary files /dev/null and b/koperkapel/images/splash/quit.png differ diff --git a/koperkapel/images/splash/quit_selected.png b/koperkapel/images/splash/quit_selected.png new file mode 100644 index 0000000..aef576f Binary files /dev/null and b/koperkapel/images/splash/quit_selected.png differ diff --git a/koperkapel/images/splash/resume_game.png b/koperkapel/images/splash/resume_game.png new file mode 100644 index 0000000..3d86e80 Binary files /dev/null and b/koperkapel/images/splash/resume_game.png differ diff --git a/koperkapel/images/splash/resume_game_selected.png b/koperkapel/images/splash/resume_game_selected.png new file mode 100644 index 0000000..a833f53 Binary files /dev/null and b/koperkapel/images/splash/resume_game_selected.png differ diff --git a/sources/vector/splash/background.svg b/sources/vector/splash/background.svg new file mode 100644 index 0000000..5c253b3 --- /dev/null +++ b/sources/vector/splash/background.svg @@ -0,0 +1,348 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/vector/splash/credits.svg b/sources/vector/splash/credits.svg new file mode 100644 index 0000000..6ae6f2b --- /dev/null +++ b/sources/vector/splash/credits.svg @@ -0,0 +1,101 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/sources/vector/splash/credits_selected.svg b/sources/vector/splash/credits_selected.svg new file mode 100644 index 0000000..9c8bf00 --- /dev/null +++ b/sources/vector/splash/credits_selected.svg @@ -0,0 +1,141 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/vector/splash/new_game.svg b/sources/vector/splash/new_game.svg new file mode 100644 index 0000000..b88b062 --- /dev/null +++ b/sources/vector/splash/new_game.svg @@ -0,0 +1,101 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/sources/vector/splash/new_game_selected.svg b/sources/vector/splash/new_game_selected.svg new file mode 100644 index 0000000..622642a --- /dev/null +++ b/sources/vector/splash/new_game_selected.svg @@ -0,0 +1,141 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sources/vector/splash/quit.svg b/sources/vector/splash/quit.svg new file mode 100644 index 0000000..9354b73 --- /dev/null +++ b/sources/vector/splash/quit.svg @@ -0,0 +1,86 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/sources/vector/splash/quit_selected.svg b/sources/vector/splash/quit_selected.svg new file mode 100644 index 0000000..90d0628 --- /dev/null +++ b/sources/vector/splash/quit_selected.svg @@ -0,0 +1,111 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/sources/vector/splash/resume_game.svg b/sources/vector/splash/resume_game.svg new file mode 100644 index 0000000..dbef736 --- /dev/null +++ b/sources/vector/splash/resume_game.svg @@ -0,0 +1,71 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/sources/vector/splash/resume_game_selected.svg b/sources/vector/splash/resume_game_selected.svg new file mode 100644 index 0000000..e25edff --- /dev/null +++ b/sources/vector/splash/resume_game_selected.svg @@ -0,0 +1,76 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + +