Remove remnants of BoundingBox (#333)

This commit is contained in:
DamianX
2019-09-06 15:24:23 +02:00
committed by Pieter-Jan Briers
parent fc1dd51e63
commit 0d7674b934
2 changed files with 5 additions and 8 deletions

View File

@@ -9,13 +9,12 @@
sprite: Buildings/research.rsi sprite: Buildings/research.rsi
state: server state: server
- type: Clickable - type: Clickable
- type: BoundingBox
- type: Collidable - type: Collidable
- type: SnapGrid - type: SnapGrid
offset: Center offset: Center
- type: ResearchServer - type: ResearchServer
- type: TechnologyDatabase - type: TechnologyDatabase
- type: entity - type: entity
id: baseResearchAndDevelopmentPointSource id: baseResearchAndDevelopmentPointSource
name: "Base R&D Point Source" name: "Base R&D Point Source"
@@ -27,7 +26,6 @@
sprite: Buildings/research.rsi sprite: Buildings/research.rsi
state: tdoppler state: tdoppler
- type: Clickable - type: Clickable
- type: BoundingBox
- type: Collidable - type: Collidable
- type: SnapGrid - type: SnapGrid
offset: Center offset: Center
@@ -37,4 +35,4 @@
- type: UserInterface - type: UserInterface
interfaces: interfaces:
- key: enum.ResearchClientUiKey.Key - key: enum.ResearchClientUiKey.Key
type: ResearchClientBoundUserInterface type: ResearchClientBoundUserInterface

View File

@@ -3,7 +3,6 @@
name: "Lathe" name: "Lathe"
components: components:
- type: Clickable - type: Clickable
- type: BoundingBox
- type: Collidable - type: Collidable
- type: SnapGrid - type: SnapGrid
offset: Center offset: Center
@@ -13,7 +12,7 @@
interfaces: interfaces:
- key: enum.LatheUiKey.Key - key: enum.LatheUiKey.Key
type: LatheBoundUserInterface type: LatheBoundUserInterface
- type: entity - type: entity
parent: BaseLathe parent: BaseLathe
@@ -50,7 +49,7 @@
- CableStack - CableStack
- Crowbar - Crowbar
- Multitool - Multitool
- type: entity - type: entity
parent: BaseLathe parent: BaseLathe
id: protolathe id: protolathe
@@ -91,4 +90,4 @@
- key: enum.LatheUiKey.Key - key: enum.LatheUiKey.Key
type: LatheBoundUserInterface type: LatheBoundUserInterface
- key: enum.ResearchClientUiKey.Key - key: enum.ResearchClientUiKey.Key
type: ResearchClientBoundUserInterface type: ResearchClientBoundUserInterface