From 1559d24f13b0ce63478fcc42d4c2560df583c3f2 Mon Sep 17 00:00:00 2001 From: adrianna Date: Sat, 5 Mar 2016 23:55:55 +0200 Subject: [PATCH] bullet and spit --- koperkapel/images/Makefile | 2 +- koperkapel/images/projectiles/bullet.png | Bin 0 -> 519 bytes koperkapel/images/projectiles/spit.png | Bin 0 -> 521 bytes sources/vector/projectiles/bullet.svg | 109 +++++++++++++++++++++++ sources/vector/projectiles/spit.svg | 109 +++++++++++++++++++++++ 5 files changed, 219 insertions(+), 1 deletion(-) create mode 100644 koperkapel/images/projectiles/bullet.png create mode 100644 koperkapel/images/projectiles/spit.png create mode 100644 sources/vector/projectiles/bullet.svg create mode 100644 sources/vector/projectiles/spit.svg diff --git a/koperkapel/images/Makefile b/koperkapel/images/Makefile index 9d849ea..9aa073d 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 splash +SIMPLE_DIRS=roach_management vehicles splash projectiles 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/projectiles/bullet.png b/koperkapel/images/projectiles/bullet.png new file mode 100644 index 0000000000000000000000000000000000000000..161b6b995346181fdf7903c88f6b32ea4119abdf GIT binary patch literal 519 zcmV+i0{H!jP)HM8u@`OVo=YzB2qV59R~ z1pZ%jK_g=V!zx$Go*#l!01Okx0RW z<8ZONM{a5P=hER3GPxX9t;SjqaF|qRq=4JSA^e5K-(Rq@N+zGDA6VB0rN{o}7TqbA zu~DJN^Vrt~yP6+NluBtFOwT~G$vg=oO9JN$1>P+?9h4G$pEfY51CADosk8mgz#uU& zq5~HD^0+FnH%AsIC_%%(ml9J2dLCK8SAs&&WoA_zSQY}XbUMr$$_avLVrYRt5Jze- zj=vTq7)1o32AGy#U>MTY=};StBHAy{>cU1N`F+yg=I!C0waW{HA+Q|>EE~cQp6YOQ z1;-zR002ov JPDHLkV1kdM&xim3 literal 0 HcmV?d00001 diff --git a/koperkapel/images/projectiles/spit.png b/koperkapel/images/projectiles/spit.png new file mode 100644 index 0000000000000000000000000000000000000000..5b6525a7780537fa04dd64e461e773b8bde42bbc GIT binary patch literal 521 zcmV+k0`~ohP)tSK=&BYnbFV$n>H13xiA#9;_JdtD&k_( zPSZ6hi%ZW;mW9BaWFPlRg<>ycXO0#M27! z4*ZC2QkLP|vM{|NL!c5pilPhX!o-hERQSS+E-x&6(`Dc_PWX(kUp&OV*LWTR@bwFL zjuS$bQ;tXT8;?c-Sx#nMsZx?Y{v1!nx0I6ffofDRy_73F?&VK7mG{}ofUR + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/sources/vector/projectiles/spit.svg b/sources/vector/projectiles/spit.svg new file mode 100644 index 0000000..503b436 --- /dev/null +++ b/sources/vector/projectiles/spit.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + -- 2.34.1