diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-01-03 15:14:32 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-01-03 15:14:32 +0100 |
commit | f306f792f8dc92b28c28ca8821130ca2059f5c64 (patch) | |
tree | c6bfe63d943b2ee4810f30e574f3f6e7943de37a | |
parent | 4adc0f112d8ff157e65faab5111d24fdf807ba97 (diff) | |
parent | 3286087d97673ed1330e7ae3c5c23774c34cb27f (diff) |
Merge branch 'master' into p9_wip
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | pending/kaleka_kura_poster.jpg | bin | 0 -> 131513 bytes | |||
-rw-r--r-- | pk3.list | 6 | ||||
-rw-r--r-- | raws/poster_diamond.xcf | bin | 0 -> 4711808 bytes | |||
-rw-r--r-- | raws/tip_logo.png | bin | 0 -> 9820 bytes |
7 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,4 @@ +*.pk3 maps/*.bak maps/prefabs/*.bak maps/*.srf @@ -46,7 +46,7 @@ MAP ?= analmango # analmango.pk3: $(WHOLE).bsp - zip -r9 $@ maps/analmango.bsp scripts sound textures models + xargs zip -r9 analmango.pk3 < pk3.list # # Testing a map @@ -38,6 +38,10 @@ The "uncommon" texture pack is a copy of common textures from the data-radiant p sound/analmango/wtf_*.wav are samples from random viral videos found on the Internet. +The chicken poster uses the following photo as background: + https://commons.wikimedia.org/wiki/Category:White_chickens#/media/File:Canadian_chicken.jpg + "Chicken 2" by Chicken Farmers of Canada, CC-BY 2.0 + Transcripts: ------------ diff --git a/pending/kaleka_kura_poster.jpg b/pending/kaleka_kura_poster.jpg Binary files differnew file mode 100644 index 0000000..cf46d91 --- /dev/null +++ b/pending/kaleka_kura_poster.jpg diff --git a/pk3.list b/pk3.list new file mode 100644 index 0000000..7cf9c6b --- /dev/null +++ b/pk3.list @@ -0,0 +1,6 @@ +maps/analmango.bsp +scripts/ +sound/ +textures/analmango +textures/uncommon +README diff --git a/raws/poster_diamond.xcf b/raws/poster_diamond.xcf Binary files differnew file mode 100644 index 0000000..a40b583 --- /dev/null +++ b/raws/poster_diamond.xcf diff --git a/raws/tip_logo.png b/raws/tip_logo.png Binary files differnew file mode 100644 index 0000000..522f63a --- /dev/null +++ b/raws/tip_logo.png |