diff options
author | David <david003@gmx.net> | 2022-07-16 01:24:18 +0200 |
---|---|---|
committer | David <david003@gmx.net> | 2022-07-16 01:32:34 +0200 |
commit | cdc2b9ea0bd97b982411ba4b6e03643937c105ad (patch) | |
tree | dd2b7b9918263431071c2effbbe3702e099656f7 /godot/project.godot | |
parent | 81b38765b366bc2823f7a8a3d5ad849a05218c1e (diff) | |
download | 2022-cdc2b9ea0bd97b982411ba4b6e03643937c105ad.tar.gz 2022-cdc2b9ea0bd97b982411ba4b6e03643937c105ad.tar.bz2 2022-cdc2b9ea0bd97b982411ba4b6e03643937c105ad.zip |
uuuhh
Diffstat (limited to 'godot/project.godot')
-rw-r--r-- | godot/project.godot | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/godot/project.godot b/godot/project.godot index 914091e..a8f6586 100644 --- a/godot/project.godot +++ b/godot/project.godot @@ -8,15 +8,16 @@ config_version=4 -_global_script_classes=[ ] -_global_script_class_icons={ -} - [application] config/name="code-with-your-friends2022" +run/main_scene="res://scenes/Game.tscn" config/icon="res://assets/godot-ferris-32x32.png" +[gdnative] + +singletons=[ ] + [rendering] environment/default_environment="res://default_env.tres" |