Sprite drawdepth fixes.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
- type: Transform
|
- type: Transform
|
||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
drawdepth: FloorPlaceable
|
drawdepth: Mobs # They're on the same layer as mobs, perspective.
|
||||||
texture: Objects/door_ew.png
|
texture: Objects/door_ew.png
|
||||||
|
|
||||||
- type: Icon
|
- type: Icon
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Mob/observer.png
|
sprite: Mob/observer.png
|
||||||
scale: 2, 2
|
scale: 2, 2
|
||||||
drawdepth: MobBase
|
drawdepth: Mobs
|
||||||
- type: Icon
|
- type: Icon
|
||||||
icon: Mob/observer.png
|
icon: Mob/observer.png
|
||||||
- type: Physics
|
- type: Physics
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: BoundingBox
|
- type: BoundingBox
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
drawdepth: FloorPlaceable
|
drawdepth: BelowFloor
|
||||||
color: Red
|
color: Red
|
||||||
texture: Objects/eightdirwire.png
|
texture: Objects/eightdirwire.png
|
||||||
- type: Icon
|
- type: Icon
|
||||||
@@ -35,7 +35,6 @@
|
|||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: BoundingBox
|
- type: BoundingBox
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
drawdepth: FloorPlaceable
|
|
||||||
texture: Objects/generator.png
|
texture: Objects/generator.png
|
||||||
- type: Icon
|
- type: Icon
|
||||||
texture: Objects/generator.png
|
texture: Objects/generator.png
|
||||||
@@ -50,7 +49,7 @@
|
|||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: BoundingBox
|
- type: BoundingBox
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
drawdepth: FloorPlaceable
|
drawdepth: WallMountedItems
|
||||||
texture: Objects/provider.png
|
texture: Objects/provider.png
|
||||||
- type: Icon
|
- type: Icon
|
||||||
texture: Objects/provider.png
|
texture: Objects/provider.png
|
||||||
@@ -81,7 +80,6 @@
|
|||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: BoundingBox
|
- type: BoundingBox
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
drawdepth: FloorPlaceable
|
|
||||||
texture: Objects/storage.png
|
texture: Objects/storage.png
|
||||||
- type: Icon
|
- type: Icon
|
||||||
texture: Objects/storage.png
|
texture: Objects/storage.png
|
||||||
@@ -101,7 +99,6 @@
|
|||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: BoundingBox
|
- type: BoundingBox
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
drawdepth: FloorPlaceable
|
|
||||||
texture: Objects/wiredmachine.png
|
texture: Objects/wiredmachine.png
|
||||||
- type: Icon
|
- type: Icon
|
||||||
texture: Objects/wiredmachine.png
|
texture: Objects/wiredmachine.png
|
||||||
@@ -119,7 +116,6 @@
|
|||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: BoundingBox
|
- type: BoundingBox
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
drawdepth: FloorPlaceable
|
|
||||||
texture: Objects/wirelessmachine.png
|
texture: Objects/wirelessmachine.png
|
||||||
- type: Icon
|
- type: Icon
|
||||||
texture: Objects/wirelessmachine.png
|
texture: Objects/wirelessmachine.png
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
- type: Transform
|
- type: Transform
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
directional: false
|
directional: false
|
||||||
drawdepth: FloorPlaceable
|
|
||||||
texture: Objects/projectilebullet.png
|
texture: Objects/projectilebullet.png
|
||||||
rotation: 180
|
rotation: 180
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: BoundingBox
|
- type: BoundingBox
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
drawdepth: FloorPlaceable
|
|
||||||
texture: Buildings/TurrBase.png
|
texture: Buildings/TurrBase.png
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
2
engine
2
engine
Submodule engine updated: 00fe03b61b...693769cbd4
Reference in New Issue
Block a user