diff options
author | 2022-07-16 00:24:50 +0100 | |
---|---|---|
committer | 2022-07-16 00:24:50 +0100 | |
commit | c12b8b1a507a2da79e529d518c9f56ed64d4963f (patch) | |
tree | 7ee571f3f27686f4b35e250e82fbbd8deb01103a /godot/project.godot | |
parent | 81b38765b366bc2823f7a8a3d5ad849a05218c1e (diff) | |
download | 2022-c12b8b1a507a2da79e529d518c9f56ed64d4963f.tar.gz 2022-c12b8b1a507a2da79e529d518c9f56ed64d4963f.tar.bz2 2022-c12b8b1a507a2da79e529d518c9f56ed64d4963f.zip |
add base dice model
Diffstat (limited to 'godot/project.godot')
-rw-r--r-- | godot/project.godot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/godot/project.godot b/godot/project.godot index 914091e..01c44a7 100644 --- a/godot/project.godot +++ b/godot/project.godot @@ -15,7 +15,7 @@ _global_script_class_icons={ [application] config/name="code-with-your-friends2022" -config/icon="res://assets/godot-ferris-32x32.png" +run/main_scene="res://scenes/Game.tscn" [rendering] |