summaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
authorJonas Bernard <public.jbernard@web.de>2021-04-25 22:55:56 +0200
committerJonas Bernard <public.jbernard@web.de>2021-04-25 22:55:56 +0200
commit29a0e70181cb7c2aa8f6e051138772965e678522 (patch)
tree5c5d091b99d133074741d8dc16bb45b4b83209e0 /project.godot
parent7103016b8d0af10d3a9c0f0f4158b845cde09ba0 (diff)
downloadldjam48-29a0e70181cb7c2aa8f6e051138772965e678522.tar.gz
ldjam48-29a0e70181cb7c2aa8f6e051138772965e678522.tar.bz2
ldjam48-29a0e70181cb7c2aa8f6e051138772965e678522.zip
Password level 1
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot8
1 files changed, 1 insertions, 7 deletions
diff --git a/project.godot b/project.godot
index 4d91ce7..80d51c1 100644
--- a/project.godot
+++ b/project.godot
@@ -29,11 +29,6 @@ _global_script_classes=[ {
"language": "NativeScript",
"path": "res://git_api.gdns"
}, {
-"base": "CanvasLayer",
-"class": "Introduction",
-"language": "GDScript",
-"path": "res://scenes/introduction/introduction.gd"
-}, {
"base": "Node2D",
"class": "Level",
"language": "GDScript",
@@ -54,7 +49,6 @@ _global_script_class_icons={
"CameraTrackFollower": "",
"Card": "",
"GitAPI": "",
-"Introduction": "",
"Level": "",
"PathRenderer": "",
"TextReveal": ""
@@ -117,5 +111,5 @@ quality/intended_usage/framebuffer_allocation=0
quality/intended_usage/framebuffer_allocation.mobile=0
vram_compression/import_etc=true
vram_compression/import_etc2=false
-environment/default_clear_color=Color( 0.00392157, 0.176471, 0.329412, 1 )
+environment/default_clear_color=Color( 0.00392157, 0.0862745, 0.160784, 1 )
environment/default_environment="res://default_env.tres"