Basic wrenchable component (#418)
This commit is contained in:
committed by
Pieter-Jan Briers
parent
4720353fa2
commit
1e425f3c28
@@ -2,8 +2,12 @@
|
||||
id: computerBase
|
||||
name: Computer
|
||||
components:
|
||||
- type: Physics
|
||||
mass: 25
|
||||
Anchored: true
|
||||
- type: Clickable
|
||||
- type: Collidable
|
||||
IsScrapingFloor: true
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.5,-0.25,0.5,0.25"
|
||||
@@ -15,6 +19,7 @@
|
||||
- type: Computer
|
||||
- type: PowerDevice
|
||||
priority: High
|
||||
- type: Wrenchable
|
||||
|
||||
- type: Sprite
|
||||
sprite: Buildings/computer.rsi
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
- type: PowerDevice
|
||||
priority: Low
|
||||
- type: Wires
|
||||
- type: Wrenchable
|
||||
|
||||
- type: entity
|
||||
parent: VendingMachine
|
||||
|
||||
Reference in New Issue
Block a user