Compare commits

..

7 Commits

Author SHA1 Message Date
66575f499c fix(#25): Actualise le fichier settings.json 2025-05-26 02:35:50 +02:00
07cbfcd9dd feat(#25): Créé le projet HFW_Bonewhite_Tear 2025-05-26 02:35:32 +02:00
Simon Pistache
5ab2f16b86 Merge branch 'BL3_Athenas_Tree' into 'main'
Projet Borderlands 3: Athenas Tree

See merge request Simandre/Wallset!21
2025-05-26 02:28:18 +02:00
Simon Pistache
804f70f517 Projet Borderlands 3: Athenas Tree 2025-05-26 02:28:18 +02:00
8a72046a65 refactor: Update Gitignore to ignore build folder 2025-05-26 02:16:22 +02:00
Simon
0a9afe5e1d Merge branch 'logo' into 'main'
feat(#2): Design d'un logo pour le projet

See merge request Thoscellen/Wallset!18
2023-07-15 23:55:57 +00:00
Simon
01a65c005c feat(#2): Design d'un logo pour le projet 2023-07-15 23:55:57 +00:00
84 changed files with 129 additions and 7 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
# Ignore les résultats de compilations locales
**/builds/
# Ignore node_module # Ignore node_module
**/node_modules/ **/node_modules/

View File

@@ -57,10 +57,10 @@ variables:
changes: changes:
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/* - ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
script: script:
- zip -j ${PACKAGE_NAME}.ddw ${ENTRY_FOLDER}/${PACKAGE_NAME}/* - zip -j ${PACKAGE_NAME}.zip ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
artifacts: artifacts:
paths: paths:
- ${PACKAGE_NAME}.ddw - ${PACKAGE_NAME}.zip
when: on_success when: on_success
expire_in: "1 hour" expire_in: "1 hour"
@@ -77,7 +77,7 @@ variables:
- | - |
curl --fail \ curl --fail \
--header "JOB-TOKEN: ${CI_JOB_TOKEN}" \ --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
--upload-file ${PACKAGE_NAME}.ddw "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.ddw?select=package_file" --upload-file ${PACKAGE_NAME}.zip "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.zip?select=package_file"
.release-job: .release-job:
stage: Release stage: Release
@@ -97,6 +97,5 @@ variables:
ref: "$CI_COMMIT_SHA" ref: "$CI_COMMIT_SHA"
assets: assets:
links: links:
- name: ${PACKAGE_NAME}.ddw - name: ${PACKAGE_NAME}
url: "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.ddw" url: "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.zip"
link_type: package

View File

@@ -0,0 +1,32 @@
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

View File

@@ -0,0 +1,32 @@
manifest-job/HFW_Bonewhite_Tear:
variables:
PACKAGE_NAME: "HFW_Bonewhite_Tear"
extends: .manifest-job
test-images-job/HFW_Bonewhite_Tear:
needs:
- manifest-job/HFW_Bonewhite_Tear
variables:
PACKAGE_NAME: "HFW_Bonewhite_Tear"
extends: .test-job
bundle-job/HFW_Bonewhite_Tear:
needs:
- manifest-job/HFW_Bonewhite_Tear
variables:
PACKAGE_NAME: "HFW_Bonewhite_Tear"
extends: .bundle-job
upload-job/HFW_Bonewhite_Tear:
needs:
- bundle-job/HFW_Bonewhite_Tear
variables:
PACKAGE_NAME: "HFW_Bonewhite_Tear"
extends: .upload-job
release-job/HFW_Bonewhite_Tear:
needs:
- upload-job/HFW_Bonewhite_Tear
variables:
PACKAGE_NAME: "HFW_Bonewhite_Tear"
extends: .release-job

View File

@@ -6,6 +6,8 @@
"#13", "#13",
"#14", "#14",
"#15", "#15",
"#8" "#2",
"#24",
"#25"
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 706 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 688 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 698 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 730 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 740 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 702 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 664 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 645 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 676 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 794 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 741 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 748 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 741 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 737 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 734 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 KiB

View File

@@ -0,0 +1,38 @@
{
"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
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 736 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 529 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 507 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 720 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 776 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 861 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 900 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 800 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1005 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 953 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 846 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 868 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 820 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 836 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 573 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 546 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 656 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 KiB

View File

@@ -0,0 +1,17 @@
{
"displayName": "Horizon Forbidden West: BonewhiteTear",
"imageFilename": "HFW_Bonewhite_Tear_*.jpg",
"imageCredits": "Gorilla Games",
"sunriseImageList": [
24,25,26,27,28,29,30,31,32,33
],
"dayImageList": [
34,35,36,37,38,39,40,41,42,43,44,45,46
],
"sunsetImageList": [
47,48,49,4,1,5,6,7,8,9
],
"nightImageList": [
10,11,12,13,15,17,18,19,20,22,23
]
}

BIN
public/Wallset.psd Normal file

Binary file not shown.

BIN
public/Wallset_1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
public/Wallset_2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB