Update terrain tiles (#10984)
This commit is contained in:
@@ -638,9 +638,9 @@
|
|||||||
name: snow
|
name: snow
|
||||||
sprite: /Textures/Tiles/snow.png
|
sprite: /Textures/Tiles/snow.png
|
||||||
baseTurfs:
|
baseTurfs:
|
||||||
- Plating
|
- FloorDirt
|
||||||
isSubfloor: false
|
isSubfloor: true
|
||||||
canCrowbar: true
|
canCrowbar: false
|
||||||
footstepSounds:
|
footstepSounds:
|
||||||
collection: FootstepSnow
|
collection: FootstepSnow
|
||||||
friction: 0.20
|
friction: 0.20
|
||||||
@@ -653,9 +653,9 @@
|
|||||||
name: grass floor
|
name: grass floor
|
||||||
sprite: /Textures/Tiles/grass.png
|
sprite: /Textures/Tiles/grass.png
|
||||||
baseTurfs:
|
baseTurfs:
|
||||||
- Plating
|
- FloorDirt
|
||||||
isSubfloor: false
|
isSubfloor: true
|
||||||
canCrowbar: true
|
canCrowbar: false
|
||||||
footstepSounds:
|
footstepSounds:
|
||||||
collection: FootstepGrass
|
collection: FootstepGrass
|
||||||
friction: 0.30
|
friction: 0.30
|
||||||
@@ -668,9 +668,9 @@
|
|||||||
name: jungle grass floor
|
name: jungle grass floor
|
||||||
sprite: /Textures/Tiles/grassjungle.png
|
sprite: /Textures/Tiles/grassjungle.png
|
||||||
baseTurfs:
|
baseTurfs:
|
||||||
- Plating
|
- FloorDirt
|
||||||
isSubfloor: false
|
isSubfloor: true
|
||||||
canCrowbar: true
|
canCrowbar: false
|
||||||
footstepSounds:
|
footstepSounds:
|
||||||
collection: FootstepGrass
|
collection: FootstepGrass
|
||||||
friction: 0.30
|
friction: 0.30
|
||||||
|
|||||||
Reference in New Issue
Block a user