From b9b562e3c2d076dd58eaf4d1b3612342e2f46208 Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Sat, 20 May 2023 14:25:58 -0400 Subject: Update to Godot 4.0.3 Stable Release --- .github/workflows/builds.yml | 8 ++++---- README.md | 4 ++-- godot-cpp | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index b782ca4..43879be 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -147,8 +147,8 @@ jobs: id: export_game uses: Spartan322/godot-export@master with: - godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0.2/Godot_v4.0.2-stable_linux.x86_64.zip - godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0.2/Godot_v4.0.2-stable_export_templates.tpz + godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0.3/Godot_v4.0.3-stable_linux.x86_64.zip + godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0.3/Godot_v4.0.3-stable_export_templates.tpz relative_project_path: ./game export_as_pack: true export_debug: true @@ -195,8 +195,8 @@ jobs: id: export_game uses: Spartan322/godot-export@master with: - godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0.2/Godot_v4.0.2-stable_linux.x86_64.zip - godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0.2/Godot_v4.0.2-stable_export_templates.tpz + godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0.3/Godot_v4.0.3-stable_linux.x86_64.zip + godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0.3/Godot_v4.0.3-stable_export_templates.tpz relative_project_path: ./game archive_output: true wine_path: ${{ steps.wine_install.outputs.WINE_PATH }} diff --git a/README.md b/README.md index 809f6a4..7c3a3c3 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ Main Repo for the OpenVic Project For detailed instructions, view the Contributor Quickstart Guide [here](docs/contribution-quickstart-guide.md) ## Required -* [Godot 4.0.2](https://github.com/godotengine/godot/releases/tag/4.0.2-stable) +* [Godot 4.0.3](https://github.com/godotengine/godot/releases/tag/4.0.3-stable) * [scons](https://scons.org/) ## [Godot Documentation](https://docs.godotengine.org/en/latest/) ## Build/Run Instructions -1. Install [Godot 4.0.2](https://github.com/godotengine/godot/releases/tag/4.0.2-stable) and [scons](https://scons.org/) for your system. +1. Install [Godot 4.0.3](https://github.com/godotengine/godot/releases/tag/4.0.3-stable) and [scons](https://scons.org/) for your system. 2. Run the command `git submodule update --init --recursive` to retrieve all related submodules. 3. Run `scons` in the project root, you should see a libopenvic file in `game/bin/openvic`. 4. Open with Godot 4, click import and navigate to the `game` directory. diff --git a/godot-cpp b/godot-cpp index 7fb46e9..3a9118c 160000 --- a/godot-cpp +++ b/godot-cpp @@ -1 +1 @@ -Subproject commit 7fb46e9ea1571b1364ab049b2088e9b302ff7985 +Subproject commit 3a9118cb0dafef74773216c47a030c3a4a490747 -- cgit v1.2.3-56-ga3b1