mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 06:09:46 +03:00
Fixes #700 Update misc/pause/spinpause.tscn Co-authored-by: Aaron Franke <arnfranke@yahoo.com> Update misc/pause/spinpause.tscn Co-authored-by: Aaron Franke <arnfranke@yahoo.com> Small fixes
35 lines
761 B
Plaintext
35 lines
761 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/icon="res://icon.png"
|
|
config/features=PackedStringArray("4.0")
|
|
|
|
[display]
|
|
|
|
window/stretch/mode="viewport"
|
|
window/stretch/aspect="expand"
|
|
|
|
[gdnative]
|
|
|
|
singletons=[]
|
|
|
|
[rendering]
|
|
|
|
vulkan/rendering/back_end=1
|
|
quality/intended_usage/framebuffer_allocation=3
|
|
vram_compression/import_etc=true
|
|
vram_compression/import_etc2=false
|
|
quality/filters/msaa=2
|