Skip to content

Commit 572ada1

Browse files
committed
feat(godot): Update to Godot 4 Beta 16
1 parent 56a5daf commit 572ada1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
Main Repo for the OpenVic2 Project
33

44
## Required
5-
* [Godot 4 Beta 14](https://downloads.tuxfamily.org/godotengine/4.0/beta14/)
5+
* [Godot 4 Beta 16](https://downloads.tuxfamily.org/godotengine/4.0/beta16/)
66
* [scons](https://scons.org/)
77

88
## Build/Run Instructions
9-
1. Install [Godot 4 Beta 14](https://downloads.tuxfamily.org/godotengine/4.0/beta14/) and [scons](https://scons.org/) for your system.
9+
1. Install [Godot 4 Beta 16](https://downloads.tuxfamily.org/godotengine/4.0/beta16/) and [scons](https://scons.org/) for your system.
1010
3. Run `scons` in the project root, you should see a libopenvic2 file in `game/bin/openvic2`.
11-
4. Open with Godot 4 Beta 14, click import and navigate to the `game` directory.
11+
4. Open with Godot 4 Beta 16, click import and navigate to the `game` directory.
1212
5. Import and edit.
1313
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.
1414

1515
## Project Export
1616
1. Build the extension with `scons` or `scons target=template_debug`. (or `scons target=template_release` for release)
17-
2. Open `game/project.godot` with Godot 4 Beta 14.
17+
2. Open `game/project.godot` with Godot 4 Beta 16.
1818
3. Click `Project` at the top left, click `Export`.
1919
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.
2020
5. Click `Export All`:

godot-cpp

0 commit comments

Comments
 (0)