crush images/*.png
This commit is contained in:
parent
eed22325f5
commit
1e44253935
8 changed files with 11 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,2 +1,4 @@
|
||||||
|
.PHONY: all
|
||||||
all:
|
all:
|
||||||
make -C asset
|
make -C asset
|
||||||
|
make -C images
|
||||||
|
|
|
@ -1,2 +1,9 @@
|
||||||
all:
|
.PHONY: all
|
||||||
|
all: pngcrush
|
||||||
make -C ../asset
|
make -C ../asset
|
||||||
|
|
||||||
|
.PHONY: pngcrush
|
||||||
|
pngcrush: $(addprefix crushed/, $(wildcard *.png))
|
||||||
|
|
||||||
|
crushed/%.png: %.png
|
||||||
|
pngcrush $< $@
|
||||||
|
|
BIN
images/crushed/background.png
Normal file
BIN
images/crushed/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 163 KiB |
BIN
images/crushed/nochmal.png
Normal file
BIN
images/crushed/nochmal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 538 B |
BIN
images/crushed/sprites.png
Normal file
BIN
images/crushed/sprites.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
images/crushed/tiles.png
Normal file
BIN
images/crushed/tiles.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
images/crushed/yuri-gagarin1.png
Normal file
BIN
images/crushed/yuri-gagarin1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
<div style="display: none" id="einladung" class="hyphenate" lang="de">
|
<div style="display: none" id="einladung" class="hyphenate" lang="de">
|
||||||
|
|
||||||
<img alt="" src="images/yuri-gagarin1.png" id="juri" width="200" height="180" />
|
<img alt="" src="images/crushed/yuri-gagarin1.png" id="juri" width="200" height="180" />
|
||||||
|
|
||||||
<p>liebe genossinnen und genossen,<br/>
|
<p>liebe genossinnen und genossen,<br/>
|
||||||
cosmonautinnen und cosmonauten.</p>
|
cosmonautinnen und cosmonauten.</p>
|
||||||
|
|
Reference in a new issue