source: Studio/project.godot@ 663e1ba

godot4-dev sandbox
Last change on this file since 663e1ba was 663e1ba, checked in by Jonathan Neufeld <support@…>, 4 years ago

Initial commit of Godot project template

  • Property mode set to 100644
File size: 613 bytes
Line 
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
9config_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
23config/name="Revenant"
24config/icon="res://icon.png"
25
26[gdnative]
27
28singletons=[ "res://git_api.gdnlib" ]
29
30[rendering]
31
32environment/default_environment="res://default_env.tres"
Note: See TracBrowser for help on using the repository browser.