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

View File

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