Sprite drawdepth fixes.

This commit is contained in:
Pieter-Jan Briers
2018-05-30 14:07:49 +02:00
parent 7e5c764b50
commit d5ce4c6b7f
6 changed files with 5 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
- type: Transform
- type: Clickable
- type: Sprite
drawdepth: FloorPlaceable
drawdepth: Mobs # They're on the same layer as mobs, perspective.
texture: Objects/door_ew.png
- type: Icon

View File

@@ -21,7 +21,7 @@
- type: Sprite
sprite: Mob/observer.png
scale: 2, 2
drawdepth: MobBase
drawdepth: Mobs
- type: Icon
icon: Mob/observer.png
- type: Physics

View File

@@ -7,7 +7,7 @@
- type: Clickable
- type: BoundingBox
- type: Sprite
drawdepth: FloorPlaceable
drawdepth: BelowFloor
color: Red
texture: Objects/eightdirwire.png
- type: Icon
@@ -35,7 +35,6 @@
- type: Clickable
- type: BoundingBox
- type: Sprite
drawdepth: FloorPlaceable
texture: Objects/generator.png
- type: Icon
texture: Objects/generator.png
@@ -50,7 +49,7 @@
- type: Clickable
- type: BoundingBox
- type: Sprite
drawdepth: FloorPlaceable
drawdepth: WallMountedItems
texture: Objects/provider.png
- type: Icon
texture: Objects/provider.png
@@ -81,7 +80,6 @@
- type: Clickable
- type: BoundingBox
- type: Sprite
drawdepth: FloorPlaceable
texture: Objects/storage.png
- type: Icon
texture: Objects/storage.png
@@ -101,7 +99,6 @@
- type: Clickable
- type: BoundingBox
- type: Sprite
drawdepth: FloorPlaceable
texture: Objects/wiredmachine.png
- type: Icon
texture: Objects/wiredmachine.png
@@ -119,7 +116,6 @@
- type: Clickable
- type: BoundingBox
- type: Sprite
drawdepth: FloorPlaceable
texture: Objects/wirelessmachine.png
- type: Icon
texture: Objects/wirelessmachine.png

View File

@@ -6,7 +6,6 @@
- type: Transform
- type: Sprite
directional: false
drawdepth: FloorPlaceable
texture: Objects/projectilebullet.png
rotation: 180

View File

@@ -6,7 +6,6 @@
- type: Clickable
- type: BoundingBox
- type: Sprite
drawdepth: FloorPlaceable
texture: Buildings/TurrBase.png
- type: entity

2
engine

Submodule engine updated: 00fe03b61b...693769cbd4