-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.godot
57 lines (40 loc) · 1.85 KB
/
project.godot
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
; 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=4
[application]
config/name="Which Character Are You"
config/description="The game helps you find out which famous characters you are like."
run/main_scene="res://game/scenes/main.tscn"
config/icon="res://game/images/icon.png"
config/quit_on_go_back=false
[autoload]
Survey="*res://game/scenes/survey.tscn"
[display]
window/size/width=1280
window/size/height=720
window/size/test_width=960
window/size/test_height=540
window/dpi/allow_hidpi=true
window/handheld/orientation="sensor_landscape"
window/stretch/mode="2d"
window/stretch/aspect="expand"
window/size/always_on_top.editor=true
[gui]
common/drop_mouse_on_gui_input_disabled=true
[input_devices]
pointing/emulate_touch_from_mouse=true
[locale]
translations=PoolStringArray( "res://game/resources/localization/ui/ui.en.translation", "res://game/resources/localization/ui/ui.ru.translation", "res://game/resources/localization/ui/ui.tr.translation", "res://game/resources/localization/questions/questions.en.translation", "res://game/resources/localization/questions/questions.ru.translation", "res://game/resources/localization/questions/questions.tr.translation", "res://game/resources/localization/characters/characters.en.translation", "res://game/resources/localization/characters/characters.ru.translation", "res://game/resources/localization/characters/characters.tr.translation" )
locale_filter=[ 0, [ "en", "ru", "tr" ] ]
[physics]
common/enable_pause_aware_picking=true
[rendering]
quality/driver/driver_name="GLES2"
vram_compression/import_etc=true
vram_compression/import_etc2=false
environment/default_clear_color=Color( 0.188235, 0.188235, 0.188235, 1 )