added door and transient sprites, added all to entitymap.png

This commit is contained in:
Thomas von Dein 2024-05-19 19:56:39 +02:00
parent 4d6a8943a6
commit 20fbf00941
18 changed files with 12 additions and 3 deletions

View File

@ -2,4 +2,8 @@ all:
@echo noting @echo noting
clean: clean:
fd '[0-9]' --exec rm ./rename.sh door1.png door-closed.png
./rename.sh door2.png door-open.png
./rename.sh transient1.png transient-open.png
./rename.sh transient2.png transient-closed.png
fd '[2-9]' --exec rm

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 B

BIN
assets/sprites/door.ase Normal file

Binary file not shown.

View File

@ -1 +0,0 @@
../oldsprites/entitymap.png

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

7
assets/sprites/rename.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
from=$1
to=$2
if test -e "$from"; then
mv $from $to
fi

Binary file not shown.

Before

Width:  |  Height:  |  Size: 600 B

After

Width:  |  Height:  |  Size: 656 B

Binary file not shown.

View File

@ -1 +0,0 @@
tilemap.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 B

Binary file not shown.