Remove now-redundant Transform component specifiers.

This commit is contained in:
Pieter-Jan Briers
2018-08-02 10:17:30 +02:00
parent 40ed16e118
commit b0a3f294c5
11 changed files with 1 additions and 19 deletions

View File

@@ -2,7 +2,6 @@
id: thing_that_heats_up_on_its_own_and_dies
name: Thing that heats up on its own and dies
components:
- type: Transform
- type: Clickable
- type: Sprite
texture: Items/shoes.png

View File

@@ -2,7 +2,6 @@
name: spooky ghost
id: constructionghost
components:
- type: Transform
- type: Sprite
color: '#3F38'
- type: ConstructionGhost
@@ -15,7 +14,6 @@
name: somebody-messed-up frame
id: structureconstructionframe
components:
- type: Transform
- type: Sprite
- type: Construction
- type: BoundingBox

View File

@@ -3,7 +3,6 @@
name: Actual door
description: It opens, it closes!
components:
- type: Transform
- type: Clickable
- type: Sprite
drawdepth: Mobs # They're on the same layer as mobs, perspective.

View File

@@ -2,7 +2,6 @@
name: "Item"
id: BaseItem
components:
- type: Transform
- type: Item
Size: 5
- type: Clickable

View File

@@ -18,7 +18,6 @@
save: false
description: Boo!
components:
- type: Transform
- type: Sprite
sprite: Mob/observer.png
scale: 2, 2

View File

@@ -3,7 +3,6 @@
name: Wire
description: Transfers power, avoid letting things come down it
components:
- type: Transform
- type: Clickable
- type: BoundingBox
- type: Sprite
@@ -31,7 +30,6 @@
name: Generator
description: A portal to hell which summons power from the nether
components:
- type: Transform
- type: Clickable
- type: BoundingBox
- type: Sprite
@@ -45,7 +43,6 @@
name: WPPnobattery
description: Supplies power directly to nearby objects
components:
- type: Transform
- type: Clickable
- type: BoundingBox
- type: Sprite
@@ -90,7 +87,6 @@
name: Smes
description: Stores power in its super-magnetic cells
components:
- type: Transform
- type: Clickable
- type: BoundingBox
- type: Sprite
@@ -126,7 +122,6 @@
name: WiredMachine
description: A monstrosity that does nothing but suck up power from the nearby wires
components:
- type: Transform
- type: Clickable
- type: BoundingBox
- type: Sprite
@@ -143,7 +138,6 @@
name: WirelessMachine
description: A terrifying monstrosity that sucks up power from the wireless transmitters, Tesla would be proud
components:
- type: Transform
- type: Clickable
- type: BoundingBox
- type: Sprite

View File

@@ -2,7 +2,6 @@
name: Light
id: poweredlight
components:
- type: Transform
- type: Clickable
# So we can click on it for deletion.
- type: BoundingBox

View File

@@ -3,7 +3,6 @@
name: ProjectileBullet
description: If you can see this you're dead!
components:
- type: Transform
- type: Sprite
directional: false
texture: Objects/projectilebullet.png

View File

@@ -2,7 +2,6 @@
id: TurretBase
name: Turret Base
components:
- type: Transform
- type: Clickable
- type: BoundingBox
- type: Sprite
@@ -12,7 +11,6 @@
id: TurretTopGun
name: Turret (Gun)
components:
- type: Transform
- type: Clickable
- type: BoundingBox
- type: Sprite
@@ -26,7 +24,6 @@
id: TurretTopLight
name: Turret (Light)
components:
- type: Transform
- type: Clickable
- type: BoundingBox
- type: Sprite

View File

@@ -2,7 +2,6 @@
id: medkit_r
name: Medkit
components:
- type: Transform
- type: Clickable
- type: Sprite
texture: Items/medkit_r.png

2
engine

Submodule engine updated: c019e24a3a...830ff0f5b1