From db90cc1419a1b0eff576c547fc750bfe847e4f25 Mon Sep 17 00:00:00 2001 From: Xanatos <10531466+XanatosX@users.noreply.github.com> Date: Sun, 21 Jun 2026 13:16:44 +0200 Subject: [PATCH 1/2] chore: Update to Godot 4.7 --- .github/workflows/check-pull-request.yml | 4 ++-- .github/workflows/create-live-build.yml | 4 ++-- project.godot | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check-pull-request.yml b/.github/workflows/check-pull-request.yml index 8a2b8e0..1bfd01e 100644 --- a/.github/workflows/check-pull-request.yml +++ b/.github/workflows/check-pull-request.yml @@ -5,7 +5,7 @@ on: branches: [ "main", "develop" ] env: - GODOT_VERSION: 4.6 + GODOT_VERSION: 4.7 PROJECT_PATH: . jobs: @@ -19,7 +19,7 @@ jobs: os: windows file: samory.exe container: - image: barichello/godot-ci:4.6 + image: barichello/godot-ci:4.7 steps: - uses: actions/checkout@v3 with: diff --git a/.github/workflows/create-live-build.yml b/.github/workflows/create-live-build.yml index 90dadf5..c7cd1fc 100644 --- a/.github/workflows/create-live-build.yml +++ b/.github/workflows/create-live-build.yml @@ -7,7 +7,7 @@ on: env: REF_CHECKOUT_BRANCH: main RELEASE_ARTIFACT_FOLDER: artifacts - GODOT_VERSION: 4.6 + GODOT_VERSION: 4.7 PROJECT_PATH: . DEBUG: false @@ -31,7 +31,7 @@ jobs: os: web file: index.html container: - image: barichello/godot-ci:4.6 + image: barichello/godot-ci:4.7 steps: - uses: actions/checkout@v3 with: diff --git a/project.godot b/project.godot index 8c21a70..5923137 100644 --- a/project.godot +++ b/project.godot @@ -18,7 +18,7 @@ config/name="Samory" config/version="0.19.8" config/tags=PackedStringArray("public") run/main_scene="res://shared/global_entities/game_manager/scenes/GameManager.tscn" -config/features=PackedStringArray("4.6", "GL Compatibility") +config/features=PackedStringArray("4.7", "GL Compatibility") run/max_fps=60 config/icon="uid://c1ftk6esewq5" From f4be9a11d228614027d0a212ddb2bd2c895a6ef7 Mon Sep 17 00:00:00 2001 From: Xanatos <10531466+XanatosX@users.noreply.github.com> Date: Sun, 21 Jun 2026 13:17:37 +0200 Subject: [PATCH 2/2] chore: increase game version to 0.20.0 fix $191 --- project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.godot b/project.godot index 5923137..e7c64f0 100644 --- a/project.godot +++ b/project.godot @@ -15,7 +15,7 @@ compatibility/default_parent_skeleton_in_mesh_instance_3d=true [application] config/name="Samory" -config/version="0.19.8" +config/version="0.20.0" config/tags=PackedStringArray("public") run/main_scene="res://shared/global_entities/game_manager/scenes/GameManager.tscn" config/features=PackedStringArray("4.7", "GL Compatibility")