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

Commit 886e7a0

Browse files
committed
Moved blocks to the top of bits.
1 parent b436f5a commit 886e7a0

File tree

1 file changed

+28
-29
lines changed

1 file changed

+28
-29
lines changed

Base.rte/Scenes/Objects/Bunkers/BunkerBits/BunkerBits.ini

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,34 @@ AddTerrainObject = TerrainObject
331331
///////////////////////////////////////////////////////////////////////
332332
// Bunker Bits
333333

334+
AddTerrainObject = TerrainObject
335+
PresetName = Metal Block
336+
AddToGroup = Bunker Bits
337+
GoldValue = 40
338+
FGColorFile = ContentFile
339+
Path = Base.rte/Scenes/Objects/Bunkers/BunkerBits/MetalBlockFG.bmp
340+
MaterialFile = ContentFile
341+
Path = Base.rte/Scenes/Objects/Bunkers/BunkerBits/MetalBlockMat.bmp
342+
BGColorFile = ContentFile
343+
Path = Base.rte/Scenes/Objects/Bunkers/BunkerBits/MetalBlockBG.bmp
344+
BitmapOffset = Vector
345+
X = 0
346+
Y = 0
347+
348+
349+
AddTerrainObject = TerrainObject
350+
PresetName = Concrete Block
351+
AddToGroup = Bunker Bits
352+
GoldValue = 20
353+
FGColorFile = ContentFile
354+
Path = Base.rte/Scenes/Objects/Bunkers/BunkerBits/ConcreteBlockFG.bmp
355+
MaterialFile = ContentFile
356+
Path = Base.rte/Scenes/Objects/Bunkers/BunkerBits/ConcreteBlockMat.bmp
357+
BGColorFile = ContentFile
358+
Path = Base.rte/Scenes/Objects/Bunkers/BunkerBits/ConcreteBlockBG.bmp
359+
BitmapOffset = Vector
360+
X = 0
361+
Y = 0
334362

335363
AddTerrainObject = TerrainObject
336364
PresetName = Fill 4X
@@ -655,35 +683,6 @@ AddTerrainObject = TerrainObject
655683
X = 0
656684
Y = 0
657685

658-
AddTerrainObject = TerrainObject
659-
PresetName = Metal Block
660-
AddToGroup = Bunker Bits
661-
GoldValue = 40
662-
FGColorFile = ContentFile
663-
Path = Base.rte/Scenes/Objects/Bunkers/BunkerBits/MetalBlockFG.bmp
664-
MaterialFile = ContentFile
665-
Path = Base.rte/Scenes/Objects/Bunkers/BunkerBits/MetalBlockMat.bmp
666-
BGColorFile = ContentFile
667-
Path = Base.rte/Scenes/Objects/Bunkers/BunkerBits/MetalBlockBG.bmp
668-
BitmapOffset = Vector
669-
X = 0
670-
Y = 0
671-
672-
673-
AddTerrainObject = TerrainObject
674-
PresetName = Concrete Block
675-
AddToGroup = Bunker Bits
676-
GoldValue = 20
677-
FGColorFile = ContentFile
678-
Path = Base.rte/Scenes/Objects/Bunkers/BunkerBits/ConcreteBlockFG.bmp
679-
MaterialFile = ContentFile
680-
Path = Base.rte/Scenes/Objects/Bunkers/BunkerBits/ConcreteBlockMat.bmp
681-
BGColorFile = ContentFile
682-
Path = Base.rte/Scenes/Objects/Bunkers/BunkerBits/ConcreteBlockBG.bmp
683-
BitmapOffset = Vector
684-
X = 0
685-
Y = 0
686-
687686
AddTerrainObject = TerrainObject
688687
PresetName = Small H Concrete Block
689688
AddToGroup = Bunker Bits

0 commit comments

Comments
 (0)