-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.godot
74 lines (64 loc) · 1.68 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
; 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
_global_script_classes=[ {
"base": "Reference",
"class": "CommandData",
"language": "GDScript",
"path": "res://addons/gift/util/cmd_data.gd"
}, {
"base": "Reference",
"class": "CommandInfo",
"language": "GDScript",
"path": "res://addons/gift/util/cmd_info.gd"
}, {
"base": "Node",
"class": "Gift",
"language": "GDScript",
"path": "res://addons/gift/gift_node.gd"
}, {
"base": "Node",
"class": "ImageCache",
"language": "GDScript",
"path": "res://addons/gift/util/image_cache.gd"
}, {
"base": "Reference",
"class": "SenderData",
"language": "GDScript",
"path": "res://addons/gift/util/sender_data.gd"
} ]
_global_script_class_icons={
"CommandData": "",
"CommandInfo": "",
"Gift": "",
"ImageCache": "",
"SenderData": ""
}
[application]
config/name="Twitch MegaBot"
run/main_scene="res://Load.tscn"
boot_splash/image="res://nada.png"
boot_splash/bg_color=Color( 0.301961, 0.301961, 0.301961, 1 )
config/icon="res://Twitch MegaBot.png"
config/windows_native_icon="res://Twitch MegaBot (1).ico"
[autoload]
TwitchApi="*res://TwitchAPI.gd"
Carga="*res://Carga.gd"
Tools="*res://Tools.gd"
[display]
window/size/width=1280
window/size/height=720
window/size/borderless=true
window/size/always_on_top=true
window/size/test_width=512
window/size/test_height=512
window/per_pixel_transparency/allowed=true
window/per_pixel_transparency/enabled=true
[rendering]
quality/driver/driver_name="GLES2"
environment/default_clear_color=Color( 0.301961, 0.301961, 0.301961, 1 )