challenge-editor/project.godot

29 lines
622 B
Plaintext
Raw Normal View History

2024-09-10 10:19:15 +08:00
; 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="剧本模拟器"
config/features=PackedStringArray("4.3", "Forward Plus")
config/icon="res://icon.svg"
2024-09-11 17:44:37 +08:00
[autoload]
PopUpWindow="*res://addons/popupwindow/PopUpWindow.tscn"
2024-09-10 10:19:15 +08:00
[display]
window/size/viewport_width=1920
window/size/viewport_height=1080
2024-09-11 17:44:37 +08:00
[editor_plugins]
enabled=PackedStringArray("res://addons/popupwindow/plugin.cfg")