a
This commit is contained in:
38
project.godot
Normal file
38
project.godot
Normal file
@@ -0,0 +1,38 @@
|
||||
; 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
|
||||
|
||||
[accessibility]
|
||||
|
||||
general/accessibility_support=2
|
||||
|
||||
[application]
|
||||
|
||||
config/name="DEVICE CONTACT"
|
||||
run/main_scene="res://node_2d.tscn"
|
||||
config/features=PackedStringArray("4.6", "Forward Plus")
|
||||
run/max_fps=30
|
||||
boot_splash/bg_color=Color(0, 0, 0, 1)
|
||||
boot_splash/show_image=false
|
||||
config/icon="uid://bn0yf3rit1yet"
|
||||
|
||||
[display]
|
||||
|
||||
window/size/viewport_width=1920
|
||||
window/size/viewport_height=1080
|
||||
window/size/mode=3
|
||||
window/size/resizable=false
|
||||
|
||||
[physics]
|
||||
|
||||
3d/physics_engine="Jolt Physics"
|
||||
|
||||
[rendering]
|
||||
|
||||
rendering_device/driver.windows="d3d12"
|
||||
Reference in New Issue
Block a user