Compare commits
7 Commits
HFW_Crimso
...
HFW_Three_
Author | SHA1 | Date | |
---|---|---|---|
2fd4bd25ac | |||
792ed1b92f | |||
23b633e9a7 | |||
aa41935e8e | |||
d095783a98 | |||
f440de6ce2 | |||
5627b58d73 |
@@ -1,32 +0,0 @@
|
||||
manifest-job/HFW_Crimson_Narrows:
|
||||
variables:
|
||||
PACKAGE_NAME: "HFW_Crimson_Narrows"
|
||||
extends: .manifest-job
|
||||
|
||||
test-images-job/HFW_Crimson_Narrows:
|
||||
needs:
|
||||
- manifest-job/HFW_Crimson_Narrows
|
||||
variables:
|
||||
PACKAGE_NAME: "HFW_Crimson_Narrows"
|
||||
extends: .test-job
|
||||
|
||||
bundle-job/HFW_Crimson_Narrows:
|
||||
needs:
|
||||
- manifest-job/HFW_Crimson_Narrows
|
||||
variables:
|
||||
PACKAGE_NAME: "HFW_Crimson_Narrows"
|
||||
extends: .bundle-job
|
||||
|
||||
upload-job/HFW_Crimson_Narrows:
|
||||
needs:
|
||||
- bundle-job/HFW_Crimson_Narrows
|
||||
variables:
|
||||
PACKAGE_NAME: "HFW_Crimson_Narrows"
|
||||
extends: .upload-job
|
||||
|
||||
release-job/HFW_Crimson_Narrows:
|
||||
needs:
|
||||
- upload-job/HFW_Crimson_Narrows
|
||||
variables:
|
||||
PACKAGE_NAME: "HFW_Crimson_Narrows"
|
||||
extends: .release-job
|
3
.vscode/settings.json
vendored
@@ -7,7 +7,6 @@
|
||||
"#14",
|
||||
"#15",
|
||||
"#2",
|
||||
"#24",
|
||||
"#26"
|
||||
"#24"
|
||||
]
|
||||
}
|
Before Width: | Height: | Size: 1017 KiB |
Before Width: | Height: | Size: 705 KiB |
Before Width: | Height: | Size: 677 KiB |
Before Width: | Height: | Size: 716 KiB |
Before Width: | Height: | Size: 826 KiB |
Before Width: | Height: | Size: 842 KiB |
Before Width: | Height: | Size: 838 KiB |
Before Width: | Height: | Size: 942 KiB |
Before Width: | Height: | Size: 940 KiB |
Before Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 941 KiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 891 KiB |
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 865 KiB |
Before Width: | Height: | Size: 750 KiB |
Before Width: | Height: | Size: 747 KiB |
Before Width: | Height: | Size: 641 KiB |
Before Width: | Height: | Size: 698 KiB |
Before Width: | Height: | Size: 772 KiB |
@@ -1,39 +0,0 @@
|
||||
{
|
||||
"displayName": "Horizon Forbidden West: Crimson Narrows",
|
||||
"imageFilename": "HFW_Crimson_Narrows_*.jpg",
|
||||
"imageCredits": "Gorilla Games",
|
||||
"sunriseImageList": [
|
||||
15,
|
||||
16,
|
||||
18,
|
||||
19,
|
||||
20,
|
||||
21
|
||||
],
|
||||
"dayImageList": [
|
||||
22,
|
||||
23,
|
||||
25,
|
||||
27,
|
||||
28
|
||||
],
|
||||
"sunsetImageList": [
|
||||
29,
|
||||
30,
|
||||
31,
|
||||
32,
|
||||
1,
|
||||
3
|
||||
],
|
||||
"nightImageList": [
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
9,
|
||||
10,
|
||||
12,
|
||||
13,
|
||||
14
|
||||
]
|
||||
}
|
34
assets/HFW_Three_Spires_Mountain/theme.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"displayName": "Horizon Forbidden West: Three Spires Moutain",
|
||||
"imageFilename": "HFW_Three_Spires_Mountain_*.jpg",
|
||||
"imageCredits": "Gorilla Games",
|
||||
"sunriseImageList": [
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11
|
||||
],
|
||||
"dayImageList": [
|
||||
12,
|
||||
13,
|
||||
14,
|
||||
15,
|
||||
16,
|
||||
17,
|
||||
18
|
||||
],
|
||||
"sunsetImageList": [
|
||||
19,
|
||||
20,
|
||||
21,
|
||||
22,
|
||||
23
|
||||
],
|
||||
"nightImageList": [
|
||||
24,
|
||||
25,
|
||||
26,
|
||||
27
|
||||
]
|
||||
}
|