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
|
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 |
|
---|
9 | config_version=4
|
---|
10 |
|
---|
11 | _global_script_classes=[ ]
|
---|
12 | _global_script_class_icons={
|
---|
13 |
|
---|
14 | }
|
---|
15 |
|
---|
16 | [application]
|
---|
17 |
|
---|
18 | config/name="Revenant"
|
---|
19 | config/icon="res://icon.png"
|
---|
20 |
|
---|
21 | [rendering]
|
---|
22 |
|
---|
23 | environment/default_environment="res://default_env.tres"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.