Smoothwalling. (#91)

This commit is contained in:
Pieter-Jan Briers
2018-08-09 20:22:54 +02:00
committed by GitHub
parent 830159390b
commit fa594fb3e9
15 changed files with 513 additions and 244 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,29 @@
- type: entity
id: wall
name: Wall
components:
- type: Clickable
- type: Sprite
netsync: false
color: "#636769"
drawdepth: Walls
sprite: Buildings/wall.rsi
- type: Icon
texture: Tiles/wall_texture.png
- type: BoundingBox
- type: Collidable
- type: Occluder
sizeX: 32
sizeY: 32
- type: SnapGrid
offset: Edge
- type: IconSmooth
key: walls. Seriously, just a wall. Nothing extraordinary here.
base: solid
placement:
snap:
- Wall

View File

@@ -0,0 +1 @@
{"version":1,"license":"CC-BY-SA-3.0","copyright":"Taken from https://github.com/discordia-space/CEV-Eris/blob/c34c1b30abf18aa552e19294523924c39e5ea127/icons/turf/wall_masks.dmi and modified.","size":{"x":32,"y":32},"states":[{"name":"solid0","select":[],"flags":{},"directions":4},{"name":"solid1","select":[],"flags":{},"directions":4},{"name":"solid2","select":[],"flags":{},"directions":4},{"name":"solid3","select":[],"flags":{},"directions":4},{"name":"solid4","select":[],"flags":{},"directions":4},{"name":"solid5","select":[],"flags":{},"directions":4},{"name":"solid6","select":[],"flags":{},"directions":4},{"name":"solid7","select":[],"flags":{},"directions":4}]}

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 B