Merge pull request #14745 from Adrer/Flipped-Table-Sprites

Adds flipped poker table sprites (And fixes other flipped table sprite shenanigans)
This commit is contained in:
AffectedArc07
2020-10-29 14:28:31 +00:00
committed by GitHub
5 changed files with 2 additions and 0 deletions
@@ -69,6 +69,8 @@
base = "wood"
if(istype(src, /obj/structure/table/reinforced))
base = "rtable"
if(istype(src, /obj/structure/table/wood/poker))
base = "poker"
icon_state = "[base]flip[type][type == 1 ? subtype : ""]"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB