Ports a slightly edited version of Eris APC sprites

This commit is contained in:
CitadelStationBot
2017-08-13 17:54:27 -05:00
parent 6d72705ff5
commit 0e7b9a008e
5 changed files with 2 additions and 2 deletions

BIN
apc_repair.dmi Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 B

View File

@@ -120,8 +120,8 @@
if(auto_name)
name = "\improper [get_area(src)] APC"
pixel_x = (src.tdir & 3)? 0 : (src.tdir == 4 ? 24 : -24)
pixel_y = (src.tdir & 3)? (src.tdir ==1 ? 24 : -24) : 0
pixel_x = (src.tdir & 3)? 0 : (src.tdir == 4 ? 24 : -25)
pixel_y = (src.tdir & 3)? (src.tdir ==1 ? 23 : -24) : 0
if (building)
area = get_area(src)
opened = 1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 979 B

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
power.dmi Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB