diff options
author | cel 🌸 <cel@blos.sm> | 2023-07-07 23:08:09 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-07-07 23:08:09 +0100 |
commit | 45b2751b4e63c8d7b048b005f19f9042782e5a13 (patch) | |
tree | 41f8da13e1a8ef0e4c7f50c8fd7af0ef1addf2a1 /project.godot | |
parent | 4cb4a220710f3795aa4f4e4bfed3a27617310733 (diff) | |
parent | f3c450b15226a74a8390275ce24f8a4c5b025117 (diff) | |
download | 2023-45b2751b4e63c8d7b048b005f19f9042782e5a13.tar.gz 2023-45b2751b4e63c8d7b048b005f19f9042782e5a13.tar.bz2 2023-45b2751b4e63c8d7b048b005f19f9042782e5a13.zip |
merge branch 'drawing'
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project.godot b/project.godot index f23358f..dc15082 100644 --- a/project.godot +++ b/project.godot @@ -11,5 +11,6 @@ config_version=5 [application] config/name="CodeWithYourFriends23" +run/main_scene="res://Nodes/Level_test.tscn" config/features=PackedStringArray("4.0", "Forward Plus") config/icon="res://icon.svg" |