Skip to content

Commit

Permalink
#304 Improved Soulless Horror map.
Browse files Browse the repository at this point in the history
  • Loading branch information
immortius committed Feb 5, 2019
1 parent 87468e3 commit 56c9dae
Show file tree
Hide file tree
Showing 4 changed files with 3,674 additions and 11 deletions.
Binary file added continuumsplit/img/sh_arena.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,663 changes: 3,663 additions & 0 deletions continuumsplit/img/sh_arena.pdn

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions continuumsplit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.3.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/continuumsplit.js?12"></script>
<script src="js/main.js?7"></script>
<script src="js/continuumsplit.js?13"></script>
<script src="js/main.js?8"></script>

<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
Expand Down
18 changes: 9 additions & 9 deletions continuumsplit/mapinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,18 +177,18 @@
],
"Soulless Horror" : [
{
"image" : "img/Hall_of_Chains_map.jpg",
"image" : "img/sh_arena.jpg",
"imageCoords" : {
"left" : 350,
"right" : 525,
"top" : 400,
"bottom" : 550
"left" : 0,
"right" : 600,
"top" : 0,
"bottom" : 600
},
"worldCoords" : {
"left" : -13125,
"right" : -8862,
"top" : 2688,
"bottom" : -965
"left" : -12263.97,
"right" : -8963.97,
"top" : 2478.34,
"bottom" : -821.66
}
}
]
Expand Down

0 comments on commit 56c9dae

Please sign in to comment.