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

Commit c0264c6

Browse files
committed
Add new backdrops and update defaults
Minor changes to existing backdrops
1 parent 0cceea7 commit c0264c6

13 files changed

+42
-14
lines changed

Base.rte/Scenes/Backdrops/Backdrops.ini

Lines changed: 42 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,46 +16,46 @@ AddBackgroundLayer = SceneLayer
1616

1717

1818
AddBackgroundLayer = SceneLayer
19-
PresetName = Still Back
19+
PresetName = Default Sky Layer
2020
AddToGroup = Far Backdrops
2121
DrawTransparent = 0
2222
WrapX = 1
2323
WrapY = 0
2424
ScrollRatio = Vector
25-
X = 0.001
26-
Y = 3000
25+
X = 0.01
26+
Y = 12000
2727
BitmapFile = ContentFile
28-
FilePath = Base.rte/Scenes/Backdrops/Static/StillParallaxBack.bmp
28+
FilePath = Base.rte/Scenes/Backdrops/Static/DefaultBackdrop.bmp
2929

3030

3131
AddBackgroundLayer = SceneLayer
32-
PresetName = Default Sky Layer
32+
PresetName = Cloudy Sky Layer
3333
AddToGroup = Far Backdrops
3434
DrawTransparent = 0
3535
WrapX = 1
3636
WrapY = 0
3737
ScrollRatio = Vector
38-
X = 0.01
38+
X = 0.001
3939
Y = 12000
4040
BitmapFile = ContentFile
41-
FilePath = Base.rte/Scenes/Backdrops/Static/DefaultBackdrop.bmp
41+
FilePath = Base.rte/Scenes/Backdrops/Static/CloudSkyBackdrop.bmp
4242

4343

4444
AddBackgroundLayer = SceneLayer
45-
PresetName = Cloudy Sky Layer
45+
PresetName = Canyon Backdrop Layer
4646
AddToGroup = Far Backdrops
4747
DrawTransparent = 0
48-
WrapX = 1
48+
WrapX = 0
4949
WrapY = 0
5050
ScrollRatio = Vector
51-
X = 0.001
51+
X = 0
5252
Y = 12000
5353
BitmapFile = ContentFile
54-
FilePath = Base.rte/Scenes/Backdrops/Static/CloudSky.bmp
54+
FilePath = Base.rte/Scenes/Backdrops/Static/CanyonBackdrop.bmp
5555

5656

5757
AddBackgroundLayer = SceneLayer
58-
PresetName = Canyon Backdrop Layer
58+
PresetName = Cloudy Canyon Backdrop Layer
5959
AddToGroup = Far Backdrops
6060
DrawTransparent = 0
6161
WrapX = 0
@@ -64,7 +64,7 @@ AddBackgroundLayer = SceneLayer
6464
X = 0
6565
Y = 12000
6666
BitmapFile = ContentFile
67-
FilePath = Base.rte/Scenes/Backdrops/Static/CanyonBackdrop.bmp
67+
FilePath = Base.rte/Scenes/Backdrops/Static/CanyonCloudBackdrop.bmp
6868

6969

7070
///////////////////////////////////////////////////////////////////////
@@ -86,6 +86,19 @@ AddBackgroundLayer = SceneLayer
8686
FilePath = Base.rte/Scenes/Backdrops/Parallax/DefaultNear.bmp
8787

8888

89+
AddBackgroundLayer = SceneLayer
90+
PresetName = Default Middle
91+
AddToGroup = Far Backdrops
92+
DrawTransparent = 1
93+
WrapX = 1
94+
WrapY = 0
95+
ScrollRatio = Vector
96+
X = 0.1
97+
Y = 2500
98+
BitmapFile = ContentFile
99+
FilePath = Base.rte/Scenes/Backdrops/Parallax/DefaultMiddle.bmp
100+
101+
89102
// Clouds
90103

91104
AddBackgroundLayer = SceneLayer
@@ -127,6 +140,21 @@ AddBackgroundLayer = SceneLayer
127140
FilePath = Base.rte/Scenes/Backdrops/Parallax/CloudsBMiddle.bmp
128141

129142

143+
// Pillars
144+
145+
AddBackgroundLayer = SceneLayer
146+
PresetName = Pillars Front
147+
AddToGroup = Near Backdrops
148+
DrawTransparent = 1
149+
WrapX = 1
150+
WrapY = 0
151+
ScrollRatio = Vector
152+
X = 0.25
153+
Y = 3000
154+
BitmapFile = ContentFile
155+
FilePath = Base.rte/Scenes/Backdrops/Parallax/PillarsNear.bmp
156+
157+
130158
// Rukar
131159

132160
AddBackgroundLayer = SceneLayer
@@ -264,7 +292,7 @@ AddBackgroundLayer = SceneLayer
264292
X = 0.15
265293
Y = 3000
266294
BitmapFile = ContentFile
267-
FilePath = Base.rte/Scenes/Backdrops/Parallax/ForestNear.bmp
295+
FilePath = Base.rte/Scenes/Backdrops/Parallax/ForestANear.bmp
268296

269297

270298
AddBackgroundLayer = SceneLayer
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)