diff --git a/graphics/ajapted/wikilrs.gif b/graphics/ajapted/wikilrs.gif deleted file mode 100644 index bcdc9937..00000000 Binary files a/graphics/ajapted/wikilrs.gif and /dev/null differ diff --git a/graphics/ajapted/wivctms.gif b/graphics/ajapted/wivctms.gif deleted file mode 100644 index f3987644..00000000 Binary files a/graphics/ajapted/wivctms.gif and /dev/null differ diff --git a/graphics/text/Makefile b/graphics/text/Makefile index 111869f1..008617a0 100644 --- a/graphics/text/Makefile +++ b/graphics/text/Makefile @@ -37,7 +37,7 @@ TEXTGEN_GRAPHICS = \ wilv33.gif wilv34.gif wilv35.gif wilv36.gif wilv37.gif \ wilv38.gif -all: $(TEXTGEN_GRAPHICS) help.gif credit.gif +all: $(TEXTGEN_GRAPHICS) help.gif credit.gif wikilrs.gif wivctms.gif # textgen creates multiple outputs, which is awkward to express in # make. Use a witness file (graphics.stamp) as suggested in the @@ -139,9 +139,19 @@ credit.gif: helpbg.png credtext2.png -draw 'image over 0,0 0,0 credtext2.png' \ credit.gif +wikilrs.gif: + python smtextgen wikilrs.png 49x7 \ + 0,0 killers + convert wikilrs.png -rotate 270 wikilrs.gif + rm -f wikilrs.png + +wivctms.gif: + python smtextgen wivctms.gif 54x7 \ + 0,0 victims + clean: rm -f $(TEXTGEN_GRAPHICS) helpbg.png help.gif \ helptext.png helptext2.png graphics.stamp *.pyc \ credtext.png credtext2.png credit.gif \ - dmwilv*.gif + dmwilv*.gif wikilrs.gif wivctms.gif rm -fr __pycache__ diff --git a/graphics/wikilrs.gif b/graphics/wikilrs.gif index 108cdcef..d5ed2b86 120000 --- a/graphics/wikilrs.gif +++ b/graphics/wikilrs.gif @@ -1 +1 @@ -ajapted/wikilrs.gif \ No newline at end of file +text/wikilrs.gif \ No newline at end of file diff --git a/graphics/wivctms.gif b/graphics/wivctms.gif index 6fb10432..50e9a610 120000 --- a/graphics/wivctms.gif +++ b/graphics/wivctms.gif @@ -1 +1 @@ -ajapted/wivctms.gif \ No newline at end of file +text/wivctms.gif \ No newline at end of file