source:
Studio/project.godot@
663e1ba
Last change on this file since 663e1ba was 663e1ba, checked in by , 4 years ago | |
---|---|
|
|
File size: 613 bytes |
Rev | Line | |
---|---|---|
[663e1ba] | 1 | ; Engine configuration file. |
2 | ; It's best edited using the editor UI and not directly, | |
3 | ; since the parameters that go here are not all obvious. | |
4 | ; | |
5 | ; Format: | |
6 | ; [section] ; section goes between [] | |
7 | ; param=value ; assign values to parameters | |
8 | ||
9 | config_version=4 | |
10 | ||
11 | _global_script_classes=[ { | |
12 | "base": "", | |
13 | "class": "GitAPI", | |
14 | "language": "NativeScript", | |
15 | "path": "res://git_api.gdns" | |
16 | } ] | |
17 | _global_script_class_icons={ | |
18 | "GitAPI": "" | |
19 | } | |
20 | ||
21 | [application] | |
22 | ||
23 | config/name="Revenant" | |
24 | config/icon="res://icon.png" | |
25 | ||
26 | [gdnative] | |
27 | ||
28 | singletons=[ "res://git_api.gdnlib" ] | |
29 | ||
30 | [rendering] | |
31 | ||
32 | environment/default_environment="res://default_env.tres" |
Note:
See TracBrowser
for help on using the repository browser.