-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.godot
More file actions
50 lines (39 loc) · 1.37 KB
/
project.godot
File metadata and controls
50 lines (39 loc) · 1.37 KB
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
; 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="人生模拟"
run/main_scene="res://scene/start.tscn"
config/features=PackedStringArray("4.4", "Mobile")
boot_splash/bg_color=Color(0.00806298, 0.0364228, 0.076482, 1)
boot_splash/image="uid://55pi0kgey6l1"
config/icon="res://asset/wealth-fill.png"
boot_splash/minimum_display_time=1000
config/snap/snap_2d_transforms_to_pixel=true
config/canvas_textures/default_texture_filter=0
config/size/viewport_height=1280
config/size/viewport_width=720
[autoload]
player="*res://script/player.gd"
globalsetting="*res://script/globalsetting.gd"
Effect="*res://script/global_soundeffect.gd"
SaveLoadManager="*res://script/SaveLoadManager.gd"
[display]
window/size/viewport_width=720
window/size/viewport_height=1440
window/energy_saving/keep_screen_on=false
window/stretch/mode="canvas_items"
window/handheld/orientation=1
window/icon="res://asset/will-fill.png"
[gui]
theme/custom_font="res://fonts/坊宋/Fonsung-211030.ttf"
[rendering]
textures/canvas_textures/default_texture_filter=0
renderer/rendering_method="mobile"
textures/vram_compression/import_etc2_astc=true
2d/snap/snap_2d_transforms_to_pixel=true