-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.godot
More file actions
37 lines (28 loc) · 1010 Bytes
/
project.godot
File metadata and controls
37 lines (28 loc) · 1010 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
; 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="Gomodoro"
config/description="Let this pomodoro-timer help you find a reasonable balance between work and free time!"
config/version="0.1"
config/tags=PackedStringArray("application")
run/main_scene="res://MainScene.tscn"
config/features=PackedStringArray("4.3", "GL Compatibility")
boot_splash/image="res://Assets/Art/Logo/GomodoroLogo_512.png"
boot_splash/fullsize=false
config/icon="res://Assets/Art/Logo/GomodoroLogo_256.png"
[autoload]
Global="*res://Scripts/Global.gd"
[display]
window/size/viewport_width=525
window/size/viewport_height=500
window/size/resizable=false
window/size/always_on_top=true
[rendering]
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"