Compare commits
No commits in common. "5ab2f16b86e56bf50e725496e63546de5ead0e78" and "0a9afe5e1ddccd697372327052cfee208dc95957" have entirely different histories.
5ab2f16b86
...
0a9afe5e1d
2
.gitignore
vendored
@ -1,5 +1,3 @@
|
|||||||
# Ignore les résultats de compilations locales
|
|
||||||
**/builds/
|
|
||||||
|
|
||||||
# Ignore node_module
|
# Ignore node_module
|
||||||
**/node_modules/
|
**/node_modules/
|
||||||
|
@ -1,32 +0,0 @@
|
|||||||
manifest-job/BL3_Athenas_Tree:
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "BL3_Athenas_Tree"
|
|
||||||
extends: .manifest-job
|
|
||||||
|
|
||||||
test-images-job/BL3_Athenas_Tree:
|
|
||||||
needs:
|
|
||||||
- manifest-job/BL3_Athenas_Tree
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "BL3_Athenas_Tree"
|
|
||||||
extends: .test-job
|
|
||||||
|
|
||||||
bundle-job/BL3_Athenas_Tree:
|
|
||||||
needs:
|
|
||||||
- manifest-job/BL3_Athenas_Tree
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "BL3_Athenas_Tree"
|
|
||||||
extends: .bundle-job
|
|
||||||
|
|
||||||
upload-job/BL3_Athenas_Tree:
|
|
||||||
needs:
|
|
||||||
- bundle-job/BL3_Athenas_Tree
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "BL3_Athenas_Tree"
|
|
||||||
extends: .upload-job
|
|
||||||
|
|
||||||
release-job/BL3_Athenas_Tree:
|
|
||||||
needs:
|
|
||||||
- upload-job/BL3_Athenas_Tree
|
|
||||||
variables:
|
|
||||||
PACKAGE_NAME: "BL3_Athenas_Tree"
|
|
||||||
extends: .release-job
|
|
3
.vscode/settings.json
vendored
@ -6,7 +6,6 @@
|
|||||||
"#13",
|
"#13",
|
||||||
"#14",
|
"#14",
|
||||||
"#15",
|
"#15",
|
||||||
"#2",
|
"#2"
|
||||||
"#24"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
Before Width: | Height: | Size: 706 KiB |
Before Width: | Height: | Size: 688 KiB |
Before Width: | Height: | Size: 672 KiB |
Before Width: | Height: | Size: 685 KiB |
Before Width: | Height: | Size: 718 KiB |
Before Width: | Height: | Size: 698 KiB |
Before Width: | Height: | Size: 701 KiB |
Before Width: | Height: | Size: 730 KiB |
Before Width: | Height: | Size: 740 KiB |
Before Width: | Height: | Size: 724 KiB |
Before Width: | Height: | Size: 689 KiB |
Before Width: | Height: | Size: 768 KiB |
Before Width: | Height: | Size: 701 KiB |
Before Width: | Height: | Size: 702 KiB |
Before Width: | Height: | Size: 664 KiB |
Before Width: | Height: | Size: 645 KiB |
Before Width: | Height: | Size: 624 KiB |
Before Width: | Height: | Size: 676 KiB |
Before Width: | Height: | Size: 794 KiB |
Before Width: | Height: | Size: 741 KiB |
Before Width: | Height: | Size: 748 KiB |
Before Width: | Height: | Size: 741 KiB |
Before Width: | Height: | Size: 737 KiB |
Before Width: | Height: | Size: 734 KiB |
Before Width: | Height: | Size: 701 KiB |
@ -1,38 +0,0 @@
|
|||||||
{
|
|
||||||
"displayName": "Borderlands 3: Athenas Tree",
|
|
||||||
"imageFilename": "BL3_Athenas_Tree*.jpg",
|
|
||||||
"imageCredits": "Gearbox",
|
|
||||||
"sunriseImageList": [
|
|
||||||
18,
|
|
||||||
19,
|
|
||||||
20,
|
|
||||||
21,
|
|
||||||
22,
|
|
||||||
23,
|
|
||||||
24
|
|
||||||
],
|
|
||||||
"dayImageList": [
|
|
||||||
25,
|
|
||||||
1,
|
|
||||||
2,
|
|
||||||
3,
|
|
||||||
4,
|
|
||||||
5,
|
|
||||||
6,
|
|
||||||
7
|
|
||||||
],
|
|
||||||
"sunsetImageList": [
|
|
||||||
8,
|
|
||||||
9,
|
|
||||||
10,
|
|
||||||
11,
|
|
||||||
12
|
|
||||||
],
|
|
||||||
"nightImageList": [
|
|
||||||
13,
|
|
||||||
14,
|
|
||||||
15,
|
|
||||||
16,
|
|
||||||
17
|
|
||||||
]
|
|
||||||
}
|
|