1 Star 4 Fork 1

董天泽/细胞大战

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
project.godot 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
董天泽 提交于 2023-09-10 22:35 . 1.0.1
; 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=4
_global_script_classes=[ {
"base": "Node2D",
"class": "Cell",
"language": "GDScript",
"path": "res://Cell.gd"
}, {
"base": "Node2D",
"class": "Gamefield",
"language": "GDScript",
"path": "res://Gamefield.gd"
}, {
"base": "",
"class": "GitAPI",
"language": "NativeScript",
"path": "res://git_api.gdns"
} ]
_global_script_class_icons={
"Cell": "",
"Gamefield": "",
"GitAPI": ""
}
[application]
config/name="Cell War"
run/main_scene="res://Gamefield.tscn"
config/icon="res://icon.png"
[display]
window/stretch/mode="2d"
window/stretch/aspect="keep"
[gdnative]
singletons=[ "res://git_api.gdnlib" ]
[input]
restart={
"deadzone": 0.5,
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":82,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
]
}
[physics]
common/enable_pause_aware_picking=true
[rendering]
environment/default_environment="res://default_env.tres"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/brodong1205/cell-war.git
git@gitee.com:brodong1205/cell-war.git
brodong1205
cell-war
细胞大战
master

搜索帮助