gdscript-input-field-plugin/project.godot

21 lines
625 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/name="GDScript Input Field Plugin"
config/description="Provides an input field in the editor output panel for executing arbitrary GDScript in a REPL-like fashion."
config/features=PackedStringArray("4.1", "Forward Plus")
config/icon="res://icon.svg"
[editor_plugins]
enabled=PackedStringArray("res://addons/gdscript_input_field/plugin.cfg")