Replace Physics with Collidable in YAML prototypes (#2229)
* Replace Physics with Collidable in YAML prototypes * Revert "Replace Physics with Collidable in YAML prototypes" This reverts commit d8dd4b609979314c42742da01e1c0fba4d08192e. * Replace Physics with Collidable in YAML prototypes
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
- type: Destructible
|
||||
deadThreshold: 100
|
||||
resistances: metallicResistances
|
||||
- type: Physics
|
||||
- type: ShuttleController
|
||||
- type: Strap
|
||||
position: Stand
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
- type: InteractionOutline
|
||||
- type: Anchorable
|
||||
- type: Collidable
|
||||
mass: 25
|
||||
anchored: true
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.4,-0.25,0.4,0.25"
|
||||
@@ -26,9 +28,6 @@
|
||||
- Impassable
|
||||
- MobImpassable
|
||||
- VaultImpassable
|
||||
- type: Physics
|
||||
mass: 25
|
||||
anchored: true
|
||||
- type: SnapGrid
|
||||
offset: Center
|
||||
- type: Destructible
|
||||
@@ -58,6 +57,8 @@
|
||||
- type: InteractionOutline
|
||||
- type: Anchorable
|
||||
- type: Collidable
|
||||
mass: 25
|
||||
anchored: true
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.4,-0.25,0.4,0.25"
|
||||
@@ -66,9 +67,6 @@
|
||||
- Impassable
|
||||
- MobImpassable
|
||||
- VaultImpassable
|
||||
- type: Physics
|
||||
mass: 25
|
||||
anchored: true
|
||||
- type: SnapGrid
|
||||
offset: Center
|
||||
- type: Destructible
|
||||
|
||||
@@ -15,6 +15,8 @@
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
mass: 25
|
||||
anchored: true
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.5,-0.25,0.5,0.25"
|
||||
@@ -23,9 +25,6 @@
|
||||
- Impassable
|
||||
- MobImpassable
|
||||
- VaultImpassable
|
||||
- type: Physics
|
||||
mass: 25
|
||||
anchored: true
|
||||
- type: SnapGrid
|
||||
offset: Center
|
||||
- type: CloningPod
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
mass: 25
|
||||
anchored: true
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.4,-0.25,0.4,0.25"
|
||||
@@ -14,9 +16,6 @@
|
||||
- Impassable
|
||||
- MobImpassable
|
||||
- VaultImpassable
|
||||
- type: Physics
|
||||
mass: 25
|
||||
anchored: true
|
||||
- type: SnapGrid
|
||||
offset: Center
|
||||
- type: Lathe
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
mass: 25
|
||||
anchored: true
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.5,0,0.5,1"
|
||||
@@ -25,9 +27,6 @@
|
||||
- Impassable
|
||||
- MobImpassable
|
||||
- VaultImpassable
|
||||
- type: Physics
|
||||
mass: 25
|
||||
anchored: true
|
||||
- type: SnapGrid
|
||||
offset: Center
|
||||
- type: MedicalScanner
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
- type: InteractionOutline
|
||||
- type: Anchorable
|
||||
- type: Collidable
|
||||
mass: 25
|
||||
anchored: true
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.4,-0.25,0.4,0.25"
|
||||
@@ -14,9 +16,6 @@
|
||||
- Impassable
|
||||
- MobImpassable
|
||||
- VaultImpassable
|
||||
- type: Physics
|
||||
mass: 25
|
||||
anchored: true
|
||||
- type: SnapGrid
|
||||
offset: Center
|
||||
- type: ReagentDispenser
|
||||
|
||||
@@ -34,6 +34,8 @@
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
mass: 25
|
||||
anchored: true
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
layer:
|
||||
@@ -56,6 +58,3 @@
|
||||
- type: PowerDeviceVisualizer
|
||||
- type: PowerReceiver
|
||||
- type: Anchorable
|
||||
- type: Physics
|
||||
mass: 25
|
||||
anchored: true
|
||||
|
||||
@@ -3,14 +3,13 @@
|
||||
name: vending machine
|
||||
abstract: true
|
||||
components:
|
||||
- type: Physics
|
||||
anchored: true
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Sprite
|
||||
sprite: Constructible/Power/VendingMachines/empty.rsi
|
||||
netsync: false
|
||||
- type: Collidable
|
||||
anchored: true
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.5,-0.25,0.5,0.25"
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
soundHit: /Audio/Effects/bang.ogg
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
mass: 25
|
||||
anchored: false
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.5,-0.25,0.5,0.25"
|
||||
@@ -33,9 +35,6 @@
|
||||
- MobImpassable
|
||||
- VaultImpassable
|
||||
- SmallImpassable
|
||||
- type: Physics
|
||||
mass: 25
|
||||
anchored: false
|
||||
- type: EntityStorage
|
||||
- type: PlaceableSurface
|
||||
- type: Destructible
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
mass: 15
|
||||
anchored: false
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.5,-0.5,0.5,0.5"
|
||||
@@ -21,9 +23,6 @@
|
||||
- MobImpassable
|
||||
- VaultImpassable
|
||||
- SmallImpassable
|
||||
- type: Physics
|
||||
mass: 15
|
||||
Anchored: false
|
||||
- type: Destructible
|
||||
deadThreshold: 10
|
||||
resistances: metallicResistances
|
||||
|
||||
@@ -10,10 +10,11 @@
|
||||
- state: crate
|
||||
- state: crate_door
|
||||
map: ["enum.StorageVisualLayers.Door"]
|
||||
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
mass: 25
|
||||
anchored: false
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.4, -0.4, 0.4, 0.4"
|
||||
@@ -26,9 +27,6 @@
|
||||
- Opaque
|
||||
- MobImpassable
|
||||
- SmallImpassable
|
||||
- type: Physics
|
||||
mass: 25
|
||||
anchored: false
|
||||
- type: EntityStorage
|
||||
capacity: 60
|
||||
CanWeldShut: false
|
||||
|
||||
@@ -7,14 +7,13 @@
|
||||
sprite: Constructible/Misc/mirror.rsi
|
||||
state: mirror
|
||||
- type: Collidable
|
||||
mass: 25
|
||||
anchored: true
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
layer: [Clickable]
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Physics
|
||||
mass: 25
|
||||
anchored: true
|
||||
- type: SnapGrid
|
||||
offset: Center
|
||||
- type: MagicMirror
|
||||
|
||||
@@ -24,11 +24,9 @@
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: monkey
|
||||
sprite: Mobs/Animals/monkey.rsi
|
||||
|
||||
- type: Clickable
|
||||
- type: Physics
|
||||
mass: 50
|
||||
- type: Collidable
|
||||
mass: 50
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.30,-0.25,0.40,0.25"
|
||||
@@ -78,10 +76,8 @@
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: crawling
|
||||
sprite: Mobs/Animals/gorilla.rsi
|
||||
|
||||
- type: Physics
|
||||
mass: 90
|
||||
- type: Collidable
|
||||
mass: 90
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.90,-0.50,0.05,0.50"
|
||||
@@ -114,10 +110,8 @@
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: chicken-0
|
||||
sprite: Mobs/Animals/chicken.rsi
|
||||
|
||||
- type: Physics
|
||||
mass: 20
|
||||
- type: Collidable
|
||||
mass: 20
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.45,-0.20,0.10,0.20"
|
||||
@@ -153,10 +147,8 @@
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: butterfly
|
||||
sprite: Mobs/Animals/butterfly.rsi
|
||||
|
||||
- type: Physics
|
||||
mass: 5
|
||||
- type: Collidable
|
||||
mass: 5
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.20,-0.20,0.20,0.20"
|
||||
@@ -202,10 +194,8 @@
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: bat
|
||||
sprite: Mobs/Animals/bat.rsi
|
||||
|
||||
- type: Physics
|
||||
mass: 5
|
||||
- type: Collidable
|
||||
mass: 5
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.20,-0.20,0.20,0.20"
|
||||
@@ -242,10 +232,8 @@
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: 0
|
||||
sprite: Mobs/Animals/bee.rsi
|
||||
|
||||
- type: Physics
|
||||
mass: 5
|
||||
- type: Collidable
|
||||
mass: 5
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.10,-0.10,0.10,0.10"
|
||||
@@ -278,10 +266,8 @@
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: goat
|
||||
sprite: Mobs/Animals/goat.rsi
|
||||
|
||||
- type: Physics
|
||||
mass: 20
|
||||
- type: Collidable
|
||||
mass: 20
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.60,-0.50,0.05,0.50"
|
||||
@@ -315,10 +301,8 @@
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: goose
|
||||
sprite: Mobs/Animals/goose.rsi
|
||||
|
||||
- type: Physics
|
||||
mass: 20
|
||||
- type: Collidable
|
||||
mass: 20
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.45,-0.35,0.45,0.35"
|
||||
@@ -355,10 +339,8 @@
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: parrot
|
||||
sprite: Mobs/Animals/parrot.rsi
|
||||
|
||||
- type: Physics
|
||||
mass: 20
|
||||
- type: Collidable
|
||||
mass: 20
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.30,-0.35,0.35,0.35"
|
||||
@@ -391,10 +373,8 @@
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: snake
|
||||
sprite: Mobs/Animals/snake.rsi
|
||||
|
||||
- type: Physics
|
||||
mass: 10
|
||||
- type: Collidable
|
||||
mass: 10
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.30,-0.30,0.25,0.30"
|
||||
@@ -430,10 +410,8 @@
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: tarantula
|
||||
sprite: Mobs/Animals/spider.rsi
|
||||
|
||||
- type: Physics
|
||||
mass: 10
|
||||
- type: Collidable
|
||||
mass: 10
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.30,-0.40,0.45,0.40"
|
||||
@@ -466,10 +444,8 @@
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: crab
|
||||
sprite: Mobs/Animals/crab.rsi
|
||||
|
||||
- type: Physics
|
||||
mass: 10
|
||||
- type: Collidable
|
||||
mass: 10
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.40,-0.35,0.20,0.35"
|
||||
@@ -502,10 +478,8 @@
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: penguin
|
||||
sprite: Mobs/Animals/penguin.rsi
|
||||
|
||||
- type: Physics
|
||||
mass: 10
|
||||
- type: Collidable
|
||||
mass: 10
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.50,-0.30,0.35,0.30"
|
||||
|
||||
@@ -19,11 +19,8 @@
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: carp
|
||||
sprite: Mobs/Aliens/Carps/carp_space.rsi
|
||||
|
||||
- type: Clickable
|
||||
- type: Physics
|
||||
mass: 50
|
||||
- type: Collidable
|
||||
mass: 50
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.35,-0.35,0.35,0.35"
|
||||
@@ -70,8 +67,7 @@
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: magicarp
|
||||
sprite: Mobs/Aliens/Carps/carp_magic.rsi
|
||||
|
||||
- type: Physics
|
||||
- type: Collidable
|
||||
mass: 60
|
||||
- type: Appearance
|
||||
visuals:
|
||||
@@ -94,8 +90,7 @@
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: holocarp
|
||||
sprite: Mobs/Aliens/Carps/carp_holo.rsi
|
||||
|
||||
- type: Physics
|
||||
- type: Collidable
|
||||
mass: 5
|
||||
- type: Appearance
|
||||
visuals:
|
||||
|
||||
@@ -23,9 +23,8 @@
|
||||
- type: Icon
|
||||
sprite: Constructible/Power/VendingMachines/cola.rsi
|
||||
state: normal
|
||||
- type: Physics
|
||||
mass: 85
|
||||
- type: Collidable
|
||||
mass: 85
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.35,-0.35,0.35,0.35"
|
||||
|
||||
@@ -20,9 +20,8 @@
|
||||
baseSprintSpeed : 5
|
||||
- type: InteractionOutline
|
||||
- type: Clickable
|
||||
- type: Physics
|
||||
mass: 50
|
||||
- type: Collidable
|
||||
mass: 50
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.30,-0.35,0.45,0.35"
|
||||
@@ -70,10 +69,8 @@
|
||||
layers:
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: corgi
|
||||
|
||||
- type: Physics
|
||||
mass: 10
|
||||
- type: Collidable
|
||||
mass: 10
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.50,-0.25,0.30,0.25"
|
||||
@@ -106,10 +103,8 @@
|
||||
layers:
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: ian
|
||||
|
||||
- type: Physics
|
||||
mass: 10
|
||||
- type: Collidable
|
||||
mass: 10
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.50,-0.25,0.30,0.25"
|
||||
@@ -142,10 +137,8 @@
|
||||
layers:
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: cat
|
||||
|
||||
- type: Physics
|
||||
mass: 10
|
||||
- type: Collidable
|
||||
mass: 10
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.45,-0.20,0.30,0.20"
|
||||
@@ -215,10 +208,8 @@
|
||||
layers:
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: sloth
|
||||
|
||||
- type: Physics
|
||||
mass: 10
|
||||
- type: Collidable
|
||||
mass: 10
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.45,-0.35,0.15,0.35"
|
||||
|
||||
@@ -21,11 +21,9 @@
|
||||
- map: ["enum.DamageStateVisualLayers.Base"]
|
||||
state: running
|
||||
sprite: Mobs/Aliens/Xenos/xeno_hunter.rsi
|
||||
|
||||
- type: Clickable
|
||||
- type: Physics
|
||||
mass: 85
|
||||
- type: Collidable
|
||||
mass: 85
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.35,-0.35,0.35,0.35"
|
||||
|
||||
@@ -6,9 +6,8 @@
|
||||
description: Boo!
|
||||
components:
|
||||
- type: Mind
|
||||
- type: Physics
|
||||
mass: 5
|
||||
- type: Collidable
|
||||
mass: 5
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.35,-0.35,0.35,0.35"
|
||||
|
||||
@@ -115,10 +115,8 @@
|
||||
sprite: Mobs/Customization/human_hair.rsi
|
||||
- map: [ "enum.Slots.MASK" ]
|
||||
- map: [ "enum.Slots.HEAD" ]
|
||||
|
||||
- type: Physics
|
||||
mass: 85
|
||||
- type: Collidable
|
||||
mass: 85
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.50,-0.30,0.40,0.30"
|
||||
@@ -280,10 +278,8 @@
|
||||
- map: ["enum.Slots.HEAD"]
|
||||
- map: ["hand-left"]
|
||||
- map: ["hand-right"]
|
||||
|
||||
- type: Physics
|
||||
mass: 85
|
||||
- type: Collidable
|
||||
mass: 85
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.35,-0.35,0.35,0.35"
|
||||
|
||||
@@ -103,11 +103,10 @@
|
||||
visuals:
|
||||
- type: PowerChargerVisualizer
|
||||
- type: Anchorable
|
||||
- type: Physics
|
||||
mass: 5
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
mass: 5
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.25,-0.25,0.25,0.25"
|
||||
@@ -132,11 +131,10 @@
|
||||
visuals:
|
||||
- type: PowerChargerVisualizer
|
||||
- type: Anchorable
|
||||
- type: Physics
|
||||
mass: 5
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
mass: 5
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.25,-0.25,0.25,0.25"
|
||||
@@ -160,11 +158,10 @@
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: PowerChargerVisualizer
|
||||
- type: Physics
|
||||
mass: 5
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Collidable
|
||||
mass: 5
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.25,-0.25,0.25,0.25"
|
||||
|
||||
@@ -35,6 +35,8 @@
|
||||
maxVol: 500
|
||||
caps: AddTo, RemoveFrom
|
||||
- type: Collidable
|
||||
mass: 5
|
||||
anchored: false
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.40,-0.25,0.25,0.25"
|
||||
@@ -43,9 +45,6 @@
|
||||
- Opaque
|
||||
layer:
|
||||
- Opaque
|
||||
- type: Physics
|
||||
mass: 5
|
||||
anchored: false
|
||||
- type: Spillable
|
||||
- type: Pullable
|
||||
|
||||
@@ -68,14 +67,13 @@
|
||||
maxVol: 500
|
||||
caps: AddTo, RemoveFrom
|
||||
- type: Collidable
|
||||
mass: 5
|
||||
anchored: false
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.25,-0.25,0.25,0.25"
|
||||
mask:
|
||||
- Impassable
|
||||
- type: Physics
|
||||
mass: 5
|
||||
anchored: false
|
||||
- type: Spillable
|
||||
|
||||
- type: entity
|
||||
@@ -177,7 +175,6 @@
|
||||
layers:
|
||||
- state: chempuff
|
||||
map: [ "enum.VaporVisualLayers.Base" ]
|
||||
- type: Physics
|
||||
- type: Collidable
|
||||
hard: false
|
||||
shapes:
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
directional: false
|
||||
sprite: Objects/Weapons/Guns/Projectiles/bullet.rsi
|
||||
state: bullet
|
||||
|
||||
- type: Collidable
|
||||
edgeslide: false
|
||||
hard: false
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
@@ -21,8 +21,6 @@
|
||||
mask:
|
||||
- Impassable
|
||||
- MobImpassable
|
||||
- type: Physics
|
||||
edgeslide: false
|
||||
- type: Projectile
|
||||
soundHit: /Audio/Weapons/Guns/Hits/bullet_hit.ogg
|
||||
damages:
|
||||
@@ -98,14 +96,13 @@
|
||||
- state: spark
|
||||
shader: unshaded
|
||||
- type: Collidable
|
||||
edgeslide: false
|
||||
hard: false
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.2,-0.2,0.2,0.2"
|
||||
layer: 32
|
||||
mask: 30
|
||||
- type: Physics
|
||||
edgeslide: false
|
||||
|
||||
# Launcher projectiles (grenade / rocket)
|
||||
- type: entity
|
||||
|
||||
@@ -10,13 +10,12 @@
|
||||
- type: MovedByPressure
|
||||
- type: DamageOnHighSpeedImpact
|
||||
- type: Collidable
|
||||
mass: 5
|
||||
shapes:
|
||||
- !type:PhysShapeAabb
|
||||
bounds: "-0.25,-0.25,0.25,0.25"
|
||||
layer:
|
||||
- Clickable
|
||||
- type: Physics
|
||||
mass: 5
|
||||
- type: Sprite
|
||||
drawdepth: Items
|
||||
- type: Pullable
|
||||
|
||||
Reference in New Issue
Block a user