source: Revenant/studio/project.godot@ f40df48

Last change on this file since f40df48 was f40df48, checked in by Jonathan Neufeld <support@…>, 4 years ago

Initial template for Godot studio

  • Property mode set to 100644
File size: 459 bytes
RevLine 
[f40df48]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_global_script_class_icons={
13
14}
15
16[application]
17
18config/name="Revenant"
19config/icon="res://icon.png"
20
21[rendering]
22
23environment/default_environment="res://default_env.tres"
Note: See TracBrowser for help on using the repository browser.