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

Commit be6a3ed

Browse files
committed
Fix bad paths dammit again
1 parent e0aef27 commit be6a3ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Base.rte/Scenes.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ AddTerrainDebris = TerrainDebris
116116
AddTerrainDebris = TerrainDebris
117117
PresetName = Red Mushrooms
118118
DebrisFile = ContentFile
119-
Path = Base.rte/Scenes/Objects/Mushrooms/MushroomRed.bmp
119+
Path = Base.rte/Scenes/Objects/Plants/MushroomRed.bmp
120120
DebrisPieceCount = 6
121121
DebrisMaterial = Material
122122
CopyOf = Grass
@@ -132,7 +132,7 @@ AddTerrainDebris = TerrainDebris
132132
AddTerrainDebris = TerrainDebris
133133
PresetName = Small Red Mushrooms
134134
DebrisFile = ContentFile
135-
Path = Base.rte/Scenes/Objects/Mushrooms/MushroomRedSmall.bmp
135+
Path = Base.rte/Scenes/Objects/Plants/MushroomRedSmall.bmp
136136
DebrisPieceCount = 8
137137
DebrisMaterial = Material
138138
CopyOf = Grass
@@ -148,7 +148,7 @@ AddTerrainDebris = TerrainDebris
148148
AddTerrainDebris = TerrainDebris
149149
PresetName = Yellow Mushrooms
150150
DebrisFile = ContentFile
151-
Path = Base.rte/Scenes/Objects/Mushrooms/MushroomYellow.bmp
151+
Path = Base.rte/Scenes/Objects/Plants/MushroomYellow.bmp
152152
DebrisPieceCount = 6
153153
DebrisMaterial = Material
154154
CopyOf = Grass
@@ -164,7 +164,7 @@ AddTerrainDebris = TerrainDebris
164164
AddTerrainDebris = TerrainDebris
165165
PresetName = Small Yellow Mushrooms
166166
DebrisFile = ContentFile
167-
Path = Base.rte/Scenes/Objects/Mushrooms/MushroomYellowSmall.bmp
167+
Path = Base.rte/Scenes/Objects/Plants/MushroomYellowSmall.bmp
168168
DebrisPieceCount = 8
169169
DebrisMaterial = Material
170170
CopyOf = Grass

0 commit comments

Comments
 (0)