1 Star 0 Fork 24

Mr.董/godot-mota

forked from freewu32/godot-mota 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
project.godot 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
freewu32 提交于 2023-10-03 18:28 . 增加战斗特效、声音效果
; 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="mota"
run/main_scene="res://src/level/level_manager.tscn"
config/features=PackedStringArray("4.1", "GL Compatibility")
run/max_fps=60
boot_splash/bg_color=Color(0, 0, 0, 1)
config/icon="res://setting/icon.svg"
[audio]
buses/default_bus_layout="res://setting/default_bus_layout.tres"
[debug]
file_logging/enable_file_logging=true
file_logging/max_log_files=7
gdscript/warnings/unused_private_class_variable=0
gdscript/warnings/unused_parameter=0
[display]
window/size/viewport_width=336
window/size/viewport_height=208
window/size/always_on_top=true
window/size/window_width_override=1008
window/size/window_height_override=624
window/stretch/mode="canvas_items"
[filesystem]
import/blender/enabled=false
import/fbx/enabled=false
[gui]
theme/custom="res://src/hud/ui_theme.tres"
theme/custom_font="res://assest/font/VonwaonBitmap-12px.ttf"
theme/lcd_subpixel_layout=0
[layer_names]
2d_physics/layer_1="wall_physics"
2d_navigation/layer_1="road_navigation"
[rendering]
textures/canvas_textures/default_texture_filter=0
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"
environment/glow/upscale_mode=0
environment/screen_space_reflection/roughness_quality=0
environment/subsurface_scattering/subsurface_scattering_quality=0
environment/volumetric_fog/use_filter=0
environment/defaults/default_clear_color=Color(0, 0, 0, 1)
2d/snap/snap_2d_transforms_to_pixel=true
2d/snap/snap_2d_vertices_to_pixel=true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dong6503599/godot-mota.git
git@gitee.com:dong6503599/godot-mota.git
dong6503599
godot-mota
godot-mota
master

搜索帮助