Ping-Pong/project.godot

43 lines
852 B
Plaintext
Raw Permalink Normal View History

2026-07-01 23:25:37 +02:00
; 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="Pong v1"
run/main_scene="uid://bbjstb404m82i"
config/features=PackedStringArray("4.7", "GL Compatibility")
[autoload]
SettingsManager="*uid://cq40er6phlcvk"
2026-07-01 23:25:37 +02:00
[display]
window/stretch/mode="canvas_items"
[file_customization]
folder_colors={
"res://res/": "red",
"res://scene/": "blue",
"res://scripts/": "green"
}
[physics]
3d/physics_engine="Jolt Physics"
[rendering]
textures/canvas_textures/default_texture_filter=0
rendering_device/driver.windows="d3d12"
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"