From: adrianna Date: Sun, 4 Sep 2016 19:53:21 +0000 (+0200) Subject: made spotlight bigger; added more light types X-Git-Tag: tabakrolletjie-v1.0.0~244^2 X-Git-Url: https://git.ctpug.org.za/?p=tabakrolletjie.git;a=commitdiff_plain;h=26b52ca902b0a22f30009fb61bc222601e7775fb made spotlight bigger; added more light types --- diff --git a/sources/vector/lamp.svg b/sources/vector/lamp.svg new file mode 100644 index 0000000..c08734e --- /dev/null +++ b/sources/vector/lamp.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/sources/vector/laser.svg b/sources/vector/laser.svg new file mode 100644 index 0000000..8afdd9e --- /dev/null +++ b/sources/vector/laser.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/tabakrolletjie/images/32/spotlight.png b/tabakrolletjie/images/32/spotlight.png deleted file mode 100644 index c5cd49e..0000000 Binary files a/tabakrolletjie/images/32/spotlight.png and /dev/null differ diff --git a/tabakrolletjie/images/64/lamp.png b/tabakrolletjie/images/64/lamp.png new file mode 100644 index 0000000..ae2443c Binary files /dev/null and b/tabakrolletjie/images/64/lamp.png differ diff --git a/tabakrolletjie/images/64/laser.png b/tabakrolletjie/images/64/laser.png new file mode 100644 index 0000000..2ba3633 Binary files /dev/null and b/tabakrolletjie/images/64/laser.png differ diff --git a/tabakrolletjie/images/64/spotlight.png b/tabakrolletjie/images/64/spotlight.png new file mode 100644 index 0000000..5d54037 Binary files /dev/null and b/tabakrolletjie/images/64/spotlight.png differ diff --git a/tabakrolletjie/images/Makefile b/tabakrolletjie/images/Makefile index 8838910..5b3827c 100644 --- a/tabakrolletjie/images/Makefile +++ b/tabakrolletjie/images/Makefile @@ -3,11 +3,11 @@ VPATH=../../sources/vector TURNIP=seed turnip1 turnip2 turnip3 MOULD_BODY=mouldA mouldB mouldC MOULD=eyeball -LIGHT=spotlight +LIGHT=spotlight lamp laser IMG16=$(MOULD_BODY) -IMG32=$(TURNIP) $(MOULD_BODY) $(MOULD) $(LIGHT) -IMG64=$(MOULD_BODY) +IMG32=$(TURNIP) $(MOULD_BODY) $(MOULD) +IMG64=$(MOULD_BODY) $(LIGHT) PNG16=$(patsubst %, 16/%.png, $(IMG16)) PNG32=$(patsubst %, 32/%.png, $(IMG32))