mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-03 10:09:43 +03:00
- Update godot-cpp - Fix Entry Point that changed within Godot 4.1 - Add compatibility_minimum to gdextension required for 4.1 support - Bump version in plugin.cfg - Upgrade demo project to 4.1
23 lines
455 B
Plaintext
23 lines
455 B
Plaintext
; Engine configuration file.
|
|
; It's best edited using the editor UI and not directly,
|
|
; since the parameters that go here are not all obvious.
|
|
;
|
|
; Format:
|
|
; [section] ; section goes between []
|
|
; param=value ; assign values to parameters
|
|
|
|
config_version=5
|
|
|
|
[application]
|
|
|
|
config/features=PackedStringArray("4.1")
|
|
|
|
[editor]
|
|
|
|
version_control/plugin_name="GitPlugin"
|
|
version_control/autoload_on_startup=true
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray()
|