Fix casing on physics and collidable data fields (#1537)

This commit is contained in:
DrSmugleaf
2020-07-29 14:44:38 +02:00
committed by GitHub
parent 2b1f498b0c
commit c1e328bf43
14 changed files with 27 additions and 27 deletions

View File

@@ -19,7 +19,7 @@
thresholdvalue: 100 thresholdvalue: 100
- type: SubFloorHide - type: SubFloorHide
- type: Physics - type: Physics
Anchored: true anchored: true
- type: entity - type: entity
parent: WireBase parent: WireBase

View File

@@ -24,7 +24,7 @@
IsScrapingFloor: true IsScrapingFloor: true
- type: Physics - type: Physics
mass: 25 mass: 25
Anchored: true anchored: true
- type: SnapGrid - type: SnapGrid
offset: Center offset: Center
- type: UserInterface - type: UserInterface

View File

@@ -5,7 +5,7 @@
components: components:
- type: Physics - type: Physics
mass: 25 mass: 25
Anchored: true anchored: true
- type: Clickable - type: Clickable
- type: InteractionOutline - type: InteractionOutline
- type: Collidable - type: Collidable

View File

@@ -17,7 +17,7 @@
IsScrapingFloor: true IsScrapingFloor: true
- type: Physics - type: Physics
mass: 25 mass: 25
Anchored: true anchored: true
- type: SnapGrid - type: SnapGrid
offset: Center offset: Center
- type: Lathe - type: Lathe

View File

@@ -30,7 +30,7 @@
IsScrapingFloor: true IsScrapingFloor: true
- type: Physics - type: Physics
mass: 25 mass: 25
Anchored: true anchored: true
- type: SnapGrid - type: SnapGrid
offset: Center offset: Center
- type: MedicalScanner - type: MedicalScanner

View File

@@ -22,7 +22,7 @@
- type: PowerSupplier - type: PowerSupplier
supplyRate: 3000 supplyRate: 3000
- type: Physics - type: Physics
Anchored: true anchored: true
- type: Anchorable - type: Anchorable
- type: entity - type: entity
@@ -52,7 +52,7 @@
- type: Breakable - type: Breakable
thresholdvalue: 100 thresholdvalue: 100
- type: Physics - type: Physics
Anchored: true anchored: true
- type: Anchorable - type: Anchorable
- type: entity - type: entity
@@ -80,7 +80,7 @@
- type: PowerConsumer - type: PowerConsumer
- type: BatteryStorage - type: BatteryStorage
- type: Physics - type: Physics
Anchored: true anchored: true
- type: Anchorable - type: Anchorable
- type: entity - type: entity
@@ -108,7 +108,7 @@
- type: PowerSupplier - type: PowerSupplier
- type: BatteryDischarger - type: BatteryDischarger
- type: Physics - type: Physics
Anchored: true anchored: true
- type: Anchorable - type: Anchorable
- type: entity - type: entity
@@ -152,7 +152,7 @@
- type: BatteryDischarger - type: BatteryDischarger
activeSupplyRate: 1000 activeSupplyRate: 1000
- type: Physics - type: Physics
Anchored: true anchored: true
- type: Anchorable - type: Anchorable
- type: entity - type: entity
@@ -188,7 +188,7 @@
- type: BatteryDischarger - type: BatteryDischarger
activeSupplyRate: 1000 activeSupplyRate: 1000
- type: Physics - type: Physics
Anchored: true anchored: true
- type: Anchorable - type: Anchorable
- type: entity - type: entity
@@ -255,7 +255,7 @@
texture: Constructible/Power/wirelessmachine.png texture: Constructible/Power/wirelessmachine.png
- type: PowerReceiver - type: PowerReceiver
- type: Physics - type: Physics
Anchored: true anchored: true
- type: Anchorable - type: Anchorable
- type: entity - type: entity

View File

@@ -17,7 +17,7 @@
IsScrapingFloor: true IsScrapingFloor: true
- type: Physics - type: Physics
mass: 25 mass: 25
Anchored: true anchored: true
- type: SnapGrid - type: SnapGrid
offset: Center offset: Center
- type: ReagentDispenser - type: ReagentDispenser

View File

@@ -61,4 +61,4 @@
- type: Anchorable - type: Anchorable
- type: Physics - type: Physics
mass: 25 mass: 25
Anchored: true anchored: true

View File

@@ -3,7 +3,7 @@
name: vending machine name: vending machine
components: components:
- type: Physics - type: Physics
Anchored: true anchored: true
- type: Clickable - type: Clickable
- type: InteractionOutline - type: InteractionOutline
- type: Sprite - type: Sprite

View File

@@ -36,7 +36,7 @@
IsScrapingFloor: true IsScrapingFloor: true
- type: Physics - type: Physics
mass: 25 mass: 25
Anchored: false anchored: false
- type: EntityStorage - type: EntityStorage
- type: PlaceableSurface - type: PlaceableSurface
- type: Damageable - type: Damageable

View File

@@ -24,7 +24,7 @@
IsScrapingFloor: true IsScrapingFloor: true
- type: Physics - type: Physics
mass: 15 mass: 15
Anchored: false anchored: false
- type: Damageable - type: Damageable
- type: Destructible - type: Destructible
thresholdvalue: 10 thresholdvalue: 10

View File

@@ -33,7 +33,7 @@
IsScrapingFloor: true IsScrapingFloor: true
- type: Physics - type: Physics
mass: 25 mass: 25
Anchored: false anchored: false
- type: EntityStorage - type: EntityStorage
capacity: 60 capacity: 60
CanWeldShut: false CanWeldShut: false

View File

@@ -16,7 +16,7 @@
- type: InteractionOutline - type: InteractionOutline
- type: Physics - type: Physics
mass: 25 mass: 25
Anchored: true anchored: true
- type: SnapGrid - type: SnapGrid
offset: Center offset: Center
- type: MagicMirror - type: MagicMirror

View File

@@ -48,7 +48,7 @@
IsScrapingFloor: true IsScrapingFloor: true
- type: Physics - type: Physics
mass: 5 mass: 5
Anchored: false anchored: false
- type: CanSpill - type: CanSpill
- type: Pullable - type: Pullable
@@ -78,7 +78,7 @@
IsScrapingFloor: true IsScrapingFloor: true
- type: Physics - type: Physics
mass: 5 mass: 5
Anchored: false anchored: false
- type: CanSpill - type: CanSpill
- type: entity - type: entity