fixtures, baseitem parent for airsensorassembly
This commit is contained in:
@@ -20,6 +20,16 @@
|
|||||||
acts: ["Destruction"]
|
acts: ["Destruction"]
|
||||||
- type: Physics
|
- type: Physics
|
||||||
canCollide: false
|
canCollide: false
|
||||||
|
- type: Fixtures
|
||||||
|
fixtures:
|
||||||
|
- shape:
|
||||||
|
!type:PhysShapeAabb
|
||||||
|
bounds: "-0.25,-0.25,0.25,0.25"
|
||||||
|
mass: 5
|
||||||
|
mask:
|
||||||
|
- ItemMask
|
||||||
|
restitution: 0.3
|
||||||
|
friction: 0.2
|
||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
- type: ApcPowerReceiver
|
- type: ApcPowerReceiver
|
||||||
@@ -61,6 +71,7 @@
|
|||||||
- state: gsensor1
|
- state: gsensor1
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
parent: BaseItem
|
||||||
id: AirSensorAssembly
|
id: AirSensorAssembly
|
||||||
name: air sensor assembly
|
name: air sensor assembly
|
||||||
description: Air sensor assembly. An assembly of air sensors?
|
description: Air sensor assembly. An assembly of air sensors?
|
||||||
@@ -68,8 +79,6 @@
|
|||||||
- type: Item
|
- type: Item
|
||||||
size: 10
|
size: 10
|
||||||
- type: Anchorable
|
- type: Anchorable
|
||||||
- type: Clickable
|
|
||||||
- type: InteractionOutline
|
|
||||||
- type: Construction
|
- type: Construction
|
||||||
graph: AirSensor
|
graph: AirSensor
|
||||||
node: assembly
|
node: assembly
|
||||||
|
|||||||
Reference in New Issue
Block a user