加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
project.godot 645 Bytes
一键复制 编辑 原始数据 按行查看 历史
xzcdcln 提交于 2024-08-06 15:31 . guiview-manager-demo-project简化版
; 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="GUIViewManager - DemoProject"
run/main_scene="res://Game.tscn"
config/features=PackedStringArray("4.2", "Forward Plus")
config/icon="res://icon.svg"
[autoload]
G="*res://Scripts/G.gd"
GuiViewConfig="*res://Scripts/Core/GUI/GUIViewConfig.gd"
[display]
window/size/viewport_width=1280
window/size/viewport_height=800
[editor]
naming/scene_name_casing=1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化