-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathengine.cfg
61 lines (46 loc) · 1.74 KB
/
engine.cfg
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
[application]
name="SpaceRace"
main_scene="res://Scenes/Loader.tscn"
icon="res://icon.png"
[autoload]
AudioManager="*res://Scenes/Tools/AudioManager.tscn"
Utils="*res://Scripts/Utils.gd"
mapdefs="*res://Scripts/Definitions/defs.gd"
Classes="*res://Scripts/Classes.gd"
GameStateHandler="*res://Scripts/Handlers/GameStateHandler.gd"
EventHandler="*res://Scripts/Handlers/EventHandler.gd"
BuildingDefinitions="*res://Scripts/Definitions/BuildingDefinitions.gd"
OrbitalDefinitions="*res://Scripts/Definitions/OrbitalDefinitions.gd"
TechProjectDefinitions="*res://Scripts/Definitions/TechProjectDefinitions.gd"
ShipModuleDefinitions="*res://Scripts/Definitions/ShipModuleDefinitions.gd"
ShipDefinitions="*res://Scripts/Definitions/ShipDefinitions.gd"
SpecialAbilityDefinitions="*res://Scripts/Definitions/SpecialAbilityDefinitions.gd"
GameOptions="*res://Scripts/GameOptions.gd"
RaceDefinitions="*res://Scripts/Definitions/RaceDefinitions.gd"
ResearchDefinitions="*res://Scripts/Definitions/ResearchDefinitions.gd"
ResearchHandler="*res://Scripts/Handlers/ResearchHandler.gd"
TurnHandler="*res://Scripts/Handlers/TurnHandler.gd"
TextureHandler="*res://Scripts/Handlers/TextureHandler.gd"
MaterialHandler="*res://Scripts/Handlers/MaterialHandler.gd"
GalaxyNavigator="*res://Scripts/Things/GalaxyNavigator.gd"
BattleHandler="*res://Scripts/Handlers/BattleHandler.gd"
SceneTreeDebugger="*res://Scripts/Tools/SceneTreeDebugger.gd"
[display]
use_2d_pixel_snap=true
stretch_mode="viewport"
width=640
height=480
tooltip_delay=0.3
stretch_aspect="keep"
[editor_plugins]
enabled=["todo"]
[image_loader]
filter=false
gen_mipmaps=false
[input]
debug_toggle_colliders=[key(T)]
debug_current_scene=[key(C)]
[physics_2d]
motion_fix_enabled=true
[render]
default_clear_color=#ff000000