Skip to content

Commit

Permalink
update to Godot 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranke committed Nov 2, 2024
1 parent 6e92461 commit 6530ce2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ GDExtension template that automatically builds into a self-contained addon for t
1. Clone this repository (or a new repository with this template) with submodules.
- `git clone --recurse-submodules https://github.com/nathanfranke/gdextension.git`
- `cd gdextension`
- `# Alternatively, git submodule update --init --recursive`
2. Update to the latest `godot-cpp`.
- `git submodule update --remote`
2. Build a debug binary for the current platform.
Expand Down
2 changes: 1 addition & 1 deletion godot-cpp
Submodule godot-cpp updated 138 files
2 changes: 1 addition & 1 deletion project/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ config_version=5

config/name="project"
run/main_scene="res://demo/scene.tscn"
config/features=PackedStringArray("4.2", "Forward Plus")
config/features=PackedStringArray("4.3", "Forward Plus")

0 comments on commit 6530ce2

Please sign in to comment.