Skip to content

Commit

Permalink
Fixed Wall sprites (#1123)
Browse files Browse the repository at this point in the history
I mixed up some sprites and made one that was entirely wrong, but this little fix should make them okay again.
  • Loading branch information
Dormanil authored and mikejbrown committed Sep 5, 2016
1 parent 87d59d6 commit b3cbb9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified Assets/StreamingAssets/Images/Furniture/Wall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions Assets/StreamingAssets/Images/Furniture/Wall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
<Sprite name="furn_SteelWall_W" x="4" y="5" w="1" h="1" pixelPerUnit="64" />
<Sprite name="furn_SteelWall_NESWsw" x="5" y="0" w="1" h="1" pixelPerUnit="64" />
<Sprite name="furn_SteelWall_NESWseswnw" x="5" y="1" w="1" h="1" pixelPerUnit="64" />
<Sprite name="furn_SteelWall_NESWswnw" x="5" y="2" w="1" h="1" pixelPerUnit="64" />
<Sprite name="furn_SteelWall_NESWsesw" x="5" y="2" w="1" h="1" pixelPerUnit="64" />
<Sprite name="furn_SteelWall_NEne" x="5" y="3" w="1" h="1" pixelPerUnit="64" />
<Sprite name="furn_SteelWall_NESnese" x="5" y="4" w="1" h="1" pixelPerUnit="64" />
<Sprite name="furn_SteelWall_ESse" x="5" y="5" w="1" h="1" pixelPerUnit="64" />
<Sprite name="furn_SteelWall_NESWne" x="6" y="0" w="1" h="1" pixelPerUnit="64" />
<Sprite name="furn_SteelWall_NESWneswnw" x="6" y="1" w="1" h="1" pixelPerUnit="64" />
<Sprite name="furn_SteelWall_NESWsesw" x="6" y="2" w="1" h="1" pixelPerUnit="64" />
<Sprite name="furn_SteelWall_NESWswnw" x="6" y="2" w="1" h="1" pixelPerUnit="64" />
<Sprite name="furn_SteelWall_NEWnenw" x="6" y="3" w="1" h="1" pixelPerUnit="64" />
<Sprite name="furn_SteelWall_NESWneseswnw" x="6" y="4" w="1" h="1" pixelPerUnit="64" />
<Sprite name="furn_SteelWall_ESWsesw" x="6" y="5" w="1" h="1" pixelPerUnit="64" />
Expand Down

0 comments on commit b3cbb9f

Please sign in to comment.