Ai
1 Star 0 Fork 0

kevinlights/godot-tutorial01-helloworld

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
project.godot 919 Bytes
一键复制 编辑 原始数据 按行查看 历史
kevinlights 提交于 2024-05-12 17:33 +08:00 . config and navigation
; 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="Tutorial01-helloworld"
run/main_scene="res://scenes/label.tscn"
config/features=PackedStringArray("4.2", "Forward Plus")
config/icon="res://icon.svg"
[input]
click={
"deadzone": 0.5,
"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":1,"position":Vector2(165, 14),"global_position":Vector2(169, 55),"factor":1.0,"button_index":1,"canceled":false,"pressed":true,"double_click":false,"script":null)
]
}
[rendering]
textures/canvas_textures/default_texture_filter=0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kevinlights/godot-tutorial01-helloworld.git
git@gitee.com:kevinlights/godot-tutorial01-helloworld.git
kevinlights
godot-tutorial01-helloworld
godot-tutorial01-helloworld
main

搜索帮助