Files
godot-demo-projects/misc/pause/project.godot
Voylin 8793b7117f Fixing Pause Demo - Object not rotating + 4.0 changes
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
2022-04-03 14:16:28 +09:00

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