Skip to content

Commit 700490b

Browse files
authored
Change Torch parallax to west (#44)
1 parent 1a0221e commit 700490b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SS13WebMap/CodebaseData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public class CodebaseData {
151151
IsAdult = false,
152152
LogoPath = "img/logos/bay12.svg",
153153
GameMaps = new List<GameMap>() {
154-
new GameMap { MapId = "torch", MapName = "SEV Torch", MapHeight = 200, MapWidth = 200, ParallaxDirection = ParallaxDirection.East, ParallaxSpeedModifier = -20,
154+
new GameMap { MapId = "torch", MapName = "SEV Torch", MapHeight = 200, MapWidth = 200, ParallaxDirection = ParallaxDirection.West, ParallaxSpeedModifier = -20,
155155
Layers = new List<string[]> {
156156
new string[] { "Bridge Deck", "torch6_bridge", "1" },
157157
new string[] { "Deck 1 - Operations", "torch5_deck1", "1" },

0 commit comments

Comments
 (0)