mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
Ports a slightly edited version of Eris APC sprites
This commit is contained in:
BIN
apc_repair.dmi
Normal file
BIN
apc_repair.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 627 B |
@@ -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 |
Reference in New Issue
Block a user