Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit f28fe20

Browse files
committed
Rename Level End material to Bedrock
Boulders use Bedrock instead of Stone
1 parent 417ebc4 commit f28fe20

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Base.rte/Materials.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,10 @@ AddMaterial = Material
260260
261261
AddMaterial = Material
262262
Index = 13
263-
PresetName = Level End
263+
PresetName = Bedrock
264264
Bounce = 0.1
265265
Friction = 0.9
266-
StructuralIntegrity = 220
266+
StructuralIntegrity = 150
267267
DensityKGPerVolumeL = 5.0
268268
GibImpulseLimitPerVolumeL = 30
269269
GibWoundLimitPerVolumeL = 0.2

Base.rte/Scenes.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ AddTerrainDebris = TerrainDebris
3232
FilePath = Base.rte/Scenes/Objects/Boulders/Boulder.bmp
3333
DebrisPieceCount = 103
3434
DebrisMaterial = Material
35-
CopyOf = Stone
35+
CopyOf = Bedrock
3636
TargetMaterial = Material
3737
CopyOf = Earth
3838
OnlyOnSurface = 0
@@ -227,6 +227,7 @@ AddScene = Scene
227227
///////////////////////////////////////////////////////////////////////
228228
// Scenes
229229

230+
230231
IncludeFile = Base.rte/Scenes/Alezer Canyon.ini
231232
IncludeFile = Base.rte/Scenes/Bessor Split.ini
232233
IncludeFile = Base.rte/Scenes/Burraki Desert.ini

0 commit comments

Comments
 (0)