mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 06:09:46 +03:00
30 lines
756 B
Plaintext
30 lines
756 B
Plaintext
; 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="Pause"
|
|
config/description="A demo showing how a game made in Godot can be paused."
|
|
run/main_scene="res://spinpause.tscn"
|
|
config/features=PackedStringArray("4.0")
|
|
config/icon="res://icon.webp"
|
|
|
|
[display]
|
|
|
|
window/stretch/mode="viewport"
|
|
window/stretch/aspect="expand"
|
|
|
|
[rendering]
|
|
|
|
environment/defaults/default_clear_color=Color(0.133333, 0.133333, 0.133333, 1)
|
|
anti_aliasing/quality/msaa_3d=2
|
|
anti_aliasing/quality/use_debanding=true
|
|
renderer/rendering_method="mobile"
|