Flora: rock fix (#7333)
This commit is contained in:
@@ -712,27 +712,6 @@
|
||||
sprite: Decals/Flora/flora_rocks.rsi
|
||||
state: rock07
|
||||
|
||||
- type: decal
|
||||
id: Rock08
|
||||
tags: ["flora"]
|
||||
sprite:
|
||||
sprite: Decals/Flora/flora_rocks.rsi
|
||||
state: rock08
|
||||
|
||||
- type: decal
|
||||
id: Rock09
|
||||
tags: ["flora"]
|
||||
sprite:
|
||||
sprite: Decals/Flora/flora_rocks.rsi
|
||||
state: rock09
|
||||
|
||||
- type: decal
|
||||
id: Rock10
|
||||
tags: ["flora"]
|
||||
sprite:
|
||||
sprite: Decals/Flora/flora_rocks.rsi
|
||||
state: rock10
|
||||
|
||||
- type: decal
|
||||
id: Flowersbr1
|
||||
tags: ["flora"]
|
||||
|
||||
@@ -1,5 +1,28 @@
|
||||
- type: entity
|
||||
id: BaseRock
|
||||
description: Heavy as a really heavy thing.
|
||||
abstract: true
|
||||
components:
|
||||
- type: Clickable
|
||||
- type: Sprite
|
||||
sprite: Objects/Decoration/Flora/flora_rockssolid.rsi
|
||||
netsync: false
|
||||
- type: Physics
|
||||
bodyType: Static
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeCircle
|
||||
radius: 0.4
|
||||
mass: 500
|
||||
layer:
|
||||
- Opaque
|
||||
- VaultImpassable
|
||||
- type: Climbable
|
||||
|
||||
- type: entity
|
||||
id: BaseTree
|
||||
description: Yep, it's a tree.
|
||||
abstract: true
|
||||
components:
|
||||
- type: Clickable
|
||||
@@ -70,6 +93,30 @@
|
||||
- Opaque
|
||||
- Impassable
|
||||
|
||||
- type: entity
|
||||
parent: BaseRock
|
||||
id: FloraRockSolid01
|
||||
name: rock
|
||||
components:
|
||||
- type: Sprite
|
||||
state: rocksolid01
|
||||
|
||||
- type: entity
|
||||
parent: BaseRock
|
||||
id: FloraRockSolid02
|
||||
name: rock
|
||||
components:
|
||||
- type: Sprite
|
||||
state: rocksolid02
|
||||
|
||||
- type: entity
|
||||
parent: BaseRock
|
||||
id: FloraRockSolid03
|
||||
name: rock
|
||||
components:
|
||||
- type: Sprite
|
||||
state: rocksolid03
|
||||
|
||||
- type: entity
|
||||
parent: BaseTree
|
||||
id: FloraTree01
|
||||
|
||||
Reference in New Issue
Block a user