From 6b6c716b0e4b1469bc6156cc4d03facc358e540f Mon Sep 17 00:00:00 2001 From: Mattia Basaglia Date: Wed, 11 Feb 2015 23:01:17 +0100 Subject: [PATCH] Sources for Pong graphics --- gfx/minigames/build.sh | 2 +- gfx/minigames/pong/ball.svg | 484 +++++++++++++++++++++++++++++ gfx/minigames/pong/board.svg | 501 ++++++++++++++++++++++++++++++ gfx/minigames/pong/icon.svg | 137 ++++++++ gfx/minigames/pong/icon_notif.svg | 140 +++++++++ gfx/minigames/pong/paddle.svg | 149 +++++++++ 6 files changed, 1412 insertions(+), 1 deletion(-) create mode 100644 gfx/minigames/pong/ball.svg create mode 100644 gfx/minigames/pong/board.svg create mode 100644 gfx/minigames/pong/icon.svg create mode 100644 gfx/minigames/pong/icon_notif.svg create mode 100644 gfx/minigames/pong/paddle.svg diff --git a/gfx/minigames/build.sh b/gfx/minigames/build.sh index 883a767..e368d3e 100755 --- a/gfx/minigames/build.sh +++ b/gfx/minigames/build.sh @@ -4,7 +4,7 @@ CONVERT=convert SED="sed -r" MKDIR="mkdir -p" -OUT_DIR=/tmp/minigames +OUT_DIR=../../../data/xonotic-data.pk3dir/ JPEG_QUALITY=75 TEXTURE_SIZE=2048 FORMAT=tga diff --git a/gfx/minigames/pong/ball.svg b/gfx/minigames/pong/ball.svg new file mode 100644 index 0000000..36c65cc --- /dev/null +++ b/gfx/minigames/pong/ball.svg @@ -0,0 +1,484 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gfx/minigames/pong/board.svg b/gfx/minigames/pong/board.svg new file mode 100644 index 0000000..546e08f --- /dev/null +++ b/gfx/minigames/pong/board.svg @@ -0,0 +1,501 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gfx/minigames/pong/icon.svg b/gfx/minigames/pong/icon.svg new file mode 100644 index 0000000..7cbc7de --- /dev/null +++ b/gfx/minigames/pong/icon.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/gfx/minigames/pong/icon_notif.svg b/gfx/minigames/pong/icon_notif.svg new file mode 100644 index 0000000..49ec2a5 --- /dev/null +++ b/gfx/minigames/pong/icon_notif.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/gfx/minigames/pong/paddle.svg b/gfx/minigames/pong/paddle.svg new file mode 100644 index 0000000..f290d3a --- /dev/null +++ b/gfx/minigames/pong/paddle.svg @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + -- 2.39.2