Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/godot-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
default: https://github.com/godotengine/godot
godot-version:
description: Version of Godot
default: "4.6.3"
default: "4.7"
godot-version-type:
description: Type of Version of Godot
default: stable
Expand Down
2 changes: 1 addition & 1 deletion game/bin/openvic.gdextension
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[configuration]

entry_symbol = "openvic_library_init"
compatibility_minimum = 4.2
compatibility_minimum = 4.7
reloadable = true

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion game/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ config/name="OpenVic"
config/description="A faithful recreation of Victoria 2: Heart of Darkness with a focus on enhancing performance, multiplayer stability, and modability for modern machines."
run/main_scene="res://src/Systems/Startup/GameStart.tscn"
config/use_custom_user_dir=true
config/features=PackedStringArray("4.6", "Forward Plus")
config/features=PackedStringArray("4.7", "Forward Plus")
boot_splash/bg_color=Color(0, 0, 0, 0)
boot_splash/show_image=false
boot_splash/image="res://assets/graphics/splash_image.png"
Expand Down
Loading