From 572ada1168537d20910aad935715ffec28c9fcf6 Mon Sep 17 00:00:00 2001 From: "George L. Albany" Date: Fri, 27 Jan 2023 17:03:12 -0500 Subject: feat(godot): Update to Godot 4 Beta 16 --- README.md | 8 ++++---- godot-cpp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 78d9eb1..7f87e38 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,19 @@ Main Repo for the OpenVic2 Project ## Required -* [Godot 4 Beta 14](https://downloads.tuxfamily.org/godotengine/4.0/beta14/) +* [Godot 4 Beta 16](https://downloads.tuxfamily.org/godotengine/4.0/beta16/) * [scons](https://scons.org/) ## Build/Run Instructions -1. Install [Godot 4 Beta 14](https://downloads.tuxfamily.org/godotengine/4.0/beta14/) and [scons](https://scons.org/) for your system. +1. Install [Godot 4 Beta 16](https://downloads.tuxfamily.org/godotengine/4.0/beta16/) and [scons](https://scons.org/) for your system. 3. Run `scons` in the project root, you should see a libopenvic2 file in `game/bin/openvic2`. -4. Open with Godot 4 Beta 14, click import and navigate to the `game` directory. +4. Open with Godot 4 Beta 16, click import and navigate to the `game` directory. 5. Import and edit. 6. Once loaded, click the play button at the top right, if you see `Hello GDExtension Singleton!` in the output at the bottom then it is working. ## Project Export 1. Build the extension with `scons` or `scons target=template_debug`. (or `scons target=template_release` for release) -2. Open `game/project.godot` with Godot 4 Beta 14. +2. Open `game/project.godot` with Godot 4 Beta 16. 3. Click `Project` at the top left, click `Export`. 4. If you do not have the templates, you must download the templates, there is highlighted white text at the bottom of the Export subwindow that opens up the template manager for you to download. 5. Click `Export All`: diff --git a/godot-cpp b/godot-cpp index 1909113..a8d8485 160000 --- a/godot-cpp +++ b/godot-cpp @@ -1 +1 @@ -Subproject commit 19091138895d35e1ce69742889b8bfd82be57f17 +Subproject commit a8d848506074b1bb7eae319b06e9de60395eee1f -- cgit v1.2.3-56-ga3b1