This commit is contained in:
2026-06-02 22:29:48 +01:00
commit 5e0f4c3914
549 changed files with 10639 additions and 0 deletions

47
project.godot Normal file
View File

@@ -0,0 +1,47 @@
; 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=[ ]
_global_script_class_icons={
}
[application]
config/name="ftrscene"
run/main_scene="res://main.tscn"
config/icon="res://icon.png"
[audio]
enable_audio_input=true
[display]
window/size/width=720
window/size/height=576
window/size/resizable=false
[physics]
common/physics_fps=100
[rendering]
quality/driver/driver_name="GLES2"
quality/driver/fallback_to_gles2=true
threads/thread_model=2
threads/thread_safe_bvh=true
quality/directional_shadow/size=2048
quality/shadow_atlas/size=2048
quality/shadows/filter_mode=0
quality/reflections/texture_array_reflections=false
quality/shading/force_lambert_over_burley=true
quality/shading/force_blinn_over_ggx=true
environment/default_environment="res://default_env.tres"