mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
parent
77fdc9f589
commit
a3819a130a
2 changed files with 12 additions and 11 deletions
|
@ -42,7 +42,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"levels": [
|
"levels": [
|
||||||
// Level 0: Return to Egypt
|
// Level 1: Return to Egypt
|
||||||
{
|
{
|
||||||
"path": "data/egypt.phd",
|
"path": "data/egypt.phd",
|
||||||
"music_track": 59,
|
"music_track": 59,
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
"unobtainable_kills": 1,
|
"unobtainable_kills": 1,
|
||||||
},
|
},
|
||||||
|
|
||||||
// Level 1: Temple of the Cat
|
// Level 2: Temple of the Cat
|
||||||
{
|
{
|
||||||
"path": "data/cat.phd",
|
"path": "data/cat.phd",
|
||||||
"music_track": 59,
|
"music_track": 59,
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
"unobtainable_pickups": 1,
|
"unobtainable_pickups": 1,
|
||||||
},
|
},
|
||||||
|
|
||||||
// Level 2: Atlantean Stronghold
|
// Level 3: Atlantean Stronghold
|
||||||
{
|
{
|
||||||
"path": "data/end.phd",
|
"path": "data/end.phd",
|
||||||
"music_track": 60,
|
"music_track": 60,
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
"unobtainable_kills": 1,
|
"unobtainable_kills": 1,
|
||||||
},
|
},
|
||||||
|
|
||||||
// Level 3: The Hive
|
// Level 4: The Hive
|
||||||
{
|
{
|
||||||
"path": "data/end2.phd",
|
"path": "data/end2.phd",
|
||||||
"music_track": 60,
|
"music_track": 60,
|
||||||
|
@ -123,7 +123,8 @@
|
||||||
|
|
||||||
{"type": "dummy"},
|
{"type": "dummy"},
|
||||||
|
|
||||||
// Level 5: Current Position
|
// Level 6: Current Position
|
||||||
|
// This level is necessary to read TombATI's save files.
|
||||||
{
|
{
|
||||||
"path": "data/current.phd",
|
"path": "data/current.phd",
|
||||||
"type": "current",
|
"type": "current",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"levels": [
|
"levels": [
|
||||||
// Level 0: Return to Egypt
|
// Level 1: Return to Egypt
|
||||||
{
|
{
|
||||||
"title": "Return to Egypt",
|
"title": "Return to Egypt",
|
||||||
"objects": {
|
"objects": {
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
// Level 1: Temple of the Cat
|
// Level 2: Temple of the Cat
|
||||||
{
|
{
|
||||||
"title": "Temple of the Cat",
|
"title": "Temple of the Cat",
|
||||||
"objects": {
|
"objects": {
|
||||||
|
@ -16,22 +16,22 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
// Level 2: Atlantean Stronghold
|
// Level 3: Atlantean Stronghold
|
||||||
{
|
{
|
||||||
"title": "Atlantean Stronghold",
|
"title": "Atlantean Stronghold",
|
||||||
},
|
},
|
||||||
|
|
||||||
// Level 3: The Hive
|
// Level 4: The Hive
|
||||||
{
|
{
|
||||||
"title": "The Hive",
|
"title": "The Hive",
|
||||||
},
|
},
|
||||||
|
|
||||||
// Level 4: Title
|
// Level 5: Title
|
||||||
{
|
{
|
||||||
"title": "Title",
|
"title": "Title",
|
||||||
},
|
},
|
||||||
|
|
||||||
// Level 5: Current Position
|
// Level 6: Current Position
|
||||||
{
|
{
|
||||||
"title": "Current Position",
|
"title": "Current Position",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue