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 id: thing_that_heats_up_on_its_own_and_dies
name: Thing that heats up on its own and dies name: Thing that heats up on its own and dies
components: components:
- type: Transform
- type: Clickable - type: Clickable
- type: Sprite - type: Sprite
texture: Items/shoes.png texture: Items/shoes.png

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

2
engine

Submodule engine updated: c019e24a3a...830ff0f5b1