Po op e fawf koasdhjf iauondfiuopgfj nodafkmg pkalsdjfkjdsaf klajsdk;lfjas;ldjfl ksd af
This commit is contained in:
Diego 2020-07-23 00:51:07 -05:00
parent 8e9a38a3eb
commit 66be998db4
14 changed files with 86 additions and 244 deletions

View file

@ -5,7 +5,6 @@
[ext_resource path="res://Music and Fonts(Misc.)/Ogre Hit.tres" type="Animation" id=3] [ext_resource path="res://Music and Fonts(Misc.)/Ogre Hit.tres" type="Animation" id=3]
[ext_resource path="res://Music and Fonts(Misc.)/Ogre Run.tres" type="Animation" id=4] [ext_resource path="res://Music and Fonts(Misc.)/Ogre Run.tres" type="Animation" id=4]
[sub_resource type="CapsuleShape2D" id=1] [sub_resource type="CapsuleShape2D" id=1]
height = 4.0 height = 4.0

View file

@ -1,7 +0,0 @@
extends Area2D
#func _process(delta):
# if get_overlapping_bodies().size() != 0:
# if Input.is_action_pressed("up"):
# Player.current_scene = "res://levels/Level 1.tscn"
# get_tree().change_scene("res://levels/Level 1.tscn")

View file

@ -1,21 +1,18 @@
[gd_scene load_steps=17 format=2] [gd_scene load_steps=17 format=2]
[ext_resource path="res://meta/DungeonTilemap.tres" type="TileSet" id=1] [ext_resource path="res://meta/DungeonTilemap.tres" type="TileSet" id=1]
[ext_resource path="res://art/Paralax Dungeon.png" type="Texture" id=2] [ext_resource path="res://Player/Player.tscn" type="PackedScene" id=2]
[ext_resource path="res://Player/Player.tscn" type="PackedScene" id=3] [ext_resource path="res://ai/Scenes/Skeleton Enemy.tscn" type="PackedScene" id=3]
[ext_resource path="res://ai/Scenes/Demon.tscn" type="PackedScene" id=4] [ext_resource path="res://ai/Scenes/Demon.tscn" type="PackedScene" id=4]
[ext_resource path="res://art/door.png" type="Texture" id=5] [ext_resource path="res://art/door.png" type="Texture" id=5]
[ext_resource path="res://Music and Fonts(Misc.)/Tifax-AJ7g.ttf" type="DynamicFontData" id=6] [ext_resource path="res://art/Paralax Dungeon.png" type="Texture" id=6]
[ext_resource path="res://levels/other/Leap Of Faith.gd" type="Script" id=7] [ext_resource path="res://art/Black.png" type="Texture" id=7]
[ext_resource path="res://levels/other/AnimationPlayer.gd" type="Script" id=8] [ext_resource path="res://Music and Fonts(Misc.)/m5x7.ttf" type="DynamicFontData" id=8]
[ext_resource path="res://art/Black.tres" type="Animation" id=9] [ext_resource path="res://levels/Campaign/Level 1/Leap Of Faith.gd" type="Script" id=9]
[ext_resource path="res://ai/Scenes/Skeleton Enemy.tscn" type="PackedScene" id=10] [ext_resource path="res://levels/Campaign/Level 1/Timer.gd" type="Script" id=10]
[ext_resource path="res://art/Black.png" type="Texture" id=11] [ext_resource path="res://levels/Campaign/Level 1/AnimationPlayer.gd" type="Script" id=11]
[ext_resource path="res://levels/other/AnimationPlayer2.gd" type="Script" id=12] [ext_resource path="res://levels/Campaign/Level 1/AnimationPlayer2.gd" type="Script" id=12]
[ext_resource path="res://levels/other/Timer.gd" type="Script" id=13] [ext_resource path="res://art/Black.tres" type="Animation" id=13]
[sub_resource type="RectangleShape2D" id=1] [sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 85, 8 ) extents = Vector2( 85, 8 )
@ -37,7 +34,7 @@ tracks/0/keys = {
} }
[sub_resource type="DynamicFont" id=3] [sub_resource type="DynamicFont" id=3]
font_data = ExtResource( 6 ) font_data = ExtResource( 8 )
[node name="Level 1" type="Node"] [node name="Level 1" type="Node"]
@ -60,26 +57,26 @@ tile_data = PoolIntArray( 65535, 0, 8, 0, 0, 10, 1, 0, 10, 2, 0, 10, 3, 0, 10, 4
motion_mirroring = Vector2( 384, 180 ) motion_mirroring = Vector2( 384, 180 )
[node name="Sprite" type="Sprite" parent="ParallaxBackground/ParallaxLayer"] [node name="Sprite" type="Sprite" parent="ParallaxBackground/ParallaxLayer"]
texture = ExtResource( 2 ) texture = ExtResource( 6 )
centered = false centered = false
[node name="Player" parent="." instance=ExtResource( 3 )] [node name="Player" parent="." instance=ExtResource( 2 )]
position = Vector2( 30, 174 ) position = Vector2( 30, 174 )
[node name="Demon" parent="." instance=ExtResource( 4 )] [node name="Demon" parent="." instance=ExtResource( 4 )]
position = Vector2( 301, 164 ) position = Vector2( 301, 164 )
[node name="Leap" type="Area2D" parent="."] [node name="Leap" type="Area2D" parent="."]
script = ExtResource( 7 ) script = ExtResource( 9 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="Leap"] [node name="CollisionShape2D" type="CollisionShape2D" parent="Leap"]
position = Vector2( 668, 217 ) position = Vector2( 668, 217 )
shape = SubResource( 1 ) shape = SubResource( 1 )
[node name="AnimationPlayer" type="AnimationPlayer" parent="."] [node name="AnimationPlayer" type="AnimationPlayer" parent="."]
anims/Black = ExtResource( 9 ) anims/Black = ExtResource( 13 )
"anims/Black Fade in" = ExtResource( 9 ) "anims/Black Fade in" = ExtResource( 13 )
script = ExtResource( 8 ) script = ExtResource( 11 )
[node name="AnimationPlayer2" type="AnimationPlayer" parent="."] [node name="AnimationPlayer2" type="AnimationPlayer" parent="."]
anims/Typewriter = SubResource( 2 ) anims/Typewriter = SubResource( 2 )
@ -89,16 +86,15 @@ script = ExtResource( 12 )
[node name="Sprite" type="Sprite" parent="CanvasLayer"] [node name="Sprite" type="Sprite" parent="CanvasLayer"]
modulate = Color( 0, 0, 0, 0 ) modulate = Color( 0, 0, 0, 0 )
scale = Vector2( 1, 1 ) texture = ExtResource( 7 )
texture = ExtResource( 11 )
centered = false centered = false
[node name="Label" type="Label" parent="CanvasLayer"] [node name="Label" type="Label" parent="CanvasLayer"]
margin_left = 35.0 margin_left = 35.0
margin_top = 78.0 margin_top = 70.0
margin_right = 204.0 margin_right = 204.0
margin_bottom = 94.0 margin_bottom = 86.0
rect_scale = Vector2( 1.5, 1.5 ) rect_scale = Vector2( 3.25, 3.25 )
custom_fonts/font = SubResource( 3 ) custom_fonts/font = SubResource( 3 )
text = "Leap of Faith" text = "Leap of Faith"
percent_visible = 0.0 percent_visible = 0.0
@ -106,14 +102,14 @@ __meta__ = {
"_edit_use_anchors_": false "_edit_use_anchors_": false
} }
[node name="Skeleton Enemy" parent="." instance=ExtResource( 10 )] [node name="Skeleton Enemy" parent="." instance=ExtResource( 3 )]
position = Vector2( 357, 167 ) position = Vector2( 357, 167 )
[node name="Timer" type="Timer" parent="."] [node name="Timer" type="Timer" parent="."]
wait_time = 4.386 wait_time = 4.386
one_shot = true one_shot = true
script = ExtResource( 13 ) script = ExtResource( 10 )
[connection signal="body_entered" from="Leap" to="AnimationPlayer" method="_on_Leap_body_entered"]
[connection signal="body_entered" from="Leap" to="Timer" method="_on_Leap_body_entered"] [connection signal="body_entered" from="Leap" to="Timer" method="_on_Leap_body_entered"]
[connection signal="body_entered" from="Leap" to="AnimationPlayer" method="_on_Leap_body_entered"]
[connection signal="body_entered" from="Leap" to="AnimationPlayer2" method="_on_Leap_body_entered"] [connection signal="body_entered" from="Leap" to="AnimationPlayer2" method="_on_Leap_body_entered"]
[connection signal="timeout" from="Timer" to="Timer" method="_on_Timer_timeout"] [connection signal="timeout" from="Timer" to="Timer" method="_on_Timer_timeout"]

File diff suppressed because one or more lines are too long

View file

@ -9,4 +9,4 @@ func _on_Leap_body_entered(body):
func _on_Timer_timeout(): func _on_Timer_timeout():
Player.respawn() Player.respawn()
get_tree().change_scene("res://levels/Level 1a.tscn") get_tree().change_scene("res://levels/Campaign/Level 1/Level 1a.tscn")

View file

@ -16,7 +16,7 @@ autoplay = true
[node name="Door" parent="." instance=ExtResource( 3 )] [node name="Door" parent="." instance=ExtResource( 3 )]
position = Vector2( 180, 128 ) position = Vector2( 180, 128 )
next_scene = "\"res://levels/other/test.tscn\"" unlocked = false
[node name="CanvasModulate" type="CanvasModulate" parent="."] [node name="CanvasModulate" type="CanvasModulate" parent="."]
color = Color( 0.564706, 0.564706, 0.564706, 1 ) color = Color( 0.564706, 0.564706, 0.564706, 1 )
@ -35,4 +35,3 @@ position = Vector2( 171, 91 )
[node name="TileMap" parent="." instance=ExtResource( 6 )] [node name="TileMap" parent="." instance=ExtResource( 6 )]
tile_data = PoolIntArray( 131069, 0, 8, 131070, 0, 10, 131071, 0, 10, 65536, 0, 10, 65537, 0, 10, 65538, 0, 10, 65539, 0, 10, 65540, 0, 10, 65541, 0, 10, 65542, 0, 10, 65543, 0, 10, 65544, 0, 10, 65545, 0, 10, 65546, 0, 10, 65547, 0, 10, 65548, 0, 10, 65549, 0, 10, 65550, 0, 10, 65551, 0, 10, 65552, 0, 10, 65553, 0, 10, 65554, 0, 11, 196605, 0, 65544, 196606, 0, 131081, 196607, 0, 131081, 131072, 0, 131081, 131073, 0, 131081, 131074, 0, 131081, 131075, 0, 131081, 131076, 0, 131081, 131077, 0, 131081, 131078, 0, 131081, 131079, 0, 131081, 131080, 0, 131081, 131081, 0, 131081, 131082, 0, 131081, 131083, 0, 131081, 131084, 0, 131081, 131085, 0, 131081, 131086, 0, 131081, 131087, 0, 131081, 131088, 0, 131081, 131089, 0, 131081, 131090, 0, 131083, 262141, 0, 65544, 262142, 0, 131081, 262143, 0, 131081, 196608, 0, 131081, 196609, 0, 131078, 196610, 0, 196617, 196611, 0, 196617, 196612, 0, 196617, 196613, 0, 196617, 196614, 0, 196617, 196615, 0, 196617, 196616, 0, 196617, 196617, 0, 196617, 196618, 0, 196617, 196619, 0, 196617, 196620, 0, 196617, 196621, 0, 196617, 196622, 0, 131077, 196623, 0, 131081, 196624, 0, 131081, 196625, 0, 131081, 196626, 0, 131083, 327677, 0, 65544, 327678, 0, 131081, 327679, 0, 131081, 262144, 0, 131081, 262145, 0, 131083, 262158, 0, 65544, 262159, 0, 131081, 262160, 0, 131081, 262161, 0, 131081, 262162, 0, 131083, 393213, 0, 65544, 393214, 0, 131081, 393215, 0, 131081, 327680, 0, 131081, 327681, 0, 131083, 327694, 0, 65544, 327695, 0, 131081, 327696, 0, 131081, 327697, 0, 131081, 327698, 0, 131083, 458749, 0, 65544, 458750, 0, 131081, 458751, 0, 131081, 393216, 0, 131081, 393217, 0, 131083, 393230, 0, 65544, 393231, 0, 131081, 393232, 0, 131081, 393233, 0, 131081, 393234, 0, 131083, 524285, 0, 65544, 524286, 0, 131081, 524287, 0, 131081, 458752, 0, 131081, 458753, 0, 131083, 458766, 0, 65544, 458767, 0, 131081, 458768, 0, 131081, 458769, 0, 131081, 458770, 0, 131083, 589821, 0, 65544, 589822, 0, 131081, 589823, 0, 131081, 524288, 0, 131081, 524289, 0, 131083, 524302, 0, 65544, 524303, 0, 131081, 524304, 0, 131081, 524305, 0, 131081, 524306, 0, 131083, 655357, 0, 65544, 655358, 0, 131081, 655359, 0, 131081, 589824, 0, 131081, 589825, 0, 131083, 589838, 0, 65544, 589839, 0, 131081, 589840, 0, 131081, 589841, 0, 131081, 589842, 0, 131083, 720893, 0, 65544, 720894, 0, 131081, 720895, 0, 131081, 655360, 0, 131081, 655361, 0, 65542, 655362, 0, 10, 655363, 0, 10, 655364, 0, 10, 655365, 0, 10, 655366, 0, 10, 655367, 0, 10, 655368, 0, 10, 655369, 0, 10, 655370, 0, 10, 655371, 0, 10, 655372, 0, 10, 655373, 0, 10, 655374, 0, 65541, 655375, 0, 131081, 655376, 0, 131081, 655377, 0, 131081, 655378, 0, 131083, 786429, 0, 65544, 786430, 0, 131081, 786431, 0, 131081, 720896, 0, 131081, 720897, 0, 131081, 720898, 0, 131081, 720899, 0, 131081, 720900, 0, 131081, 720901, 0, 131081, 720902, 0, 131081, 720903, 0, 131081, 720904, 0, 131081, 720905, 0, 131081, 720906, 0, 131081, 720907, 0, 131081, 720908, 0, 131081, 720909, 0, 131081, 720910, 0, 131081, 720911, 0, 131081, 720912, 0, 131081, 720913, 0, 131081, 720914, 0, 131083, 851965, 0, 196616, 851966, 0, 196617, 851967, 0, 196617, 786432, 0, 196617, 786433, 0, 196617, 786434, 0, 196617, 786435, 0, 196617, 786436, 0, 196617, 786437, 0, 196617, 786438, 0, 196617, 786439, 0, 196617, 786440, 0, 196617, 786441, 0, 196617, 786442, 0, 196617, 786443, 0, 196617, 786444, 0, 196617, 786445, 0, 196617, 786446, 0, 196617, 786447, 0, 196617, 786448, 0, 196617, 786449, 0, 196617, 786450, 0, 196619 ) tile_data = PoolIntArray( 131069, 0, 8, 131070, 0, 10, 131071, 0, 10, 65536, 0, 10, 65537, 0, 10, 65538, 0, 10, 65539, 0, 10, 65540, 0, 10, 65541, 0, 10, 65542, 0, 10, 65543, 0, 10, 65544, 0, 10, 65545, 0, 10, 65546, 0, 10, 65547, 0, 10, 65548, 0, 10, 65549, 0, 10, 65550, 0, 10, 65551, 0, 10, 65552, 0, 10, 65553, 0, 10, 65554, 0, 11, 196605, 0, 65544, 196606, 0, 131081, 196607, 0, 131081, 131072, 0, 131081, 131073, 0, 131081, 131074, 0, 131081, 131075, 0, 131081, 131076, 0, 131081, 131077, 0, 131081, 131078, 0, 131081, 131079, 0, 131081, 131080, 0, 131081, 131081, 0, 131081, 131082, 0, 131081, 131083, 0, 131081, 131084, 0, 131081, 131085, 0, 131081, 131086, 0, 131081, 131087, 0, 131081, 131088, 0, 131081, 131089, 0, 131081, 131090, 0, 131083, 262141, 0, 65544, 262142, 0, 131081, 262143, 0, 131081, 196608, 0, 131081, 196609, 0, 131078, 196610, 0, 196617, 196611, 0, 196617, 196612, 0, 196617, 196613, 0, 196617, 196614, 0, 196617, 196615, 0, 196617, 196616, 0, 196617, 196617, 0, 196617, 196618, 0, 196617, 196619, 0, 196617, 196620, 0, 196617, 196621, 0, 196617, 196622, 0, 131077, 196623, 0, 131081, 196624, 0, 131081, 196625, 0, 131081, 196626, 0, 131083, 327677, 0, 65544, 327678, 0, 131081, 327679, 0, 131081, 262144, 0, 131081, 262145, 0, 131083, 262158, 0, 65544, 262159, 0, 131081, 262160, 0, 131081, 262161, 0, 131081, 262162, 0, 131083, 393213, 0, 65544, 393214, 0, 131081, 393215, 0, 131081, 327680, 0, 131081, 327681, 0, 131083, 327694, 0, 65544, 327695, 0, 131081, 327696, 0, 131081, 327697, 0, 131081, 327698, 0, 131083, 458749, 0, 65544, 458750, 0, 131081, 458751, 0, 131081, 393216, 0, 131081, 393217, 0, 131083, 393230, 0, 65544, 393231, 0, 131081, 393232, 0, 131081, 393233, 0, 131081, 393234, 0, 131083, 524285, 0, 65544, 524286, 0, 131081, 524287, 0, 131081, 458752, 0, 131081, 458753, 0, 131083, 458766, 0, 65544, 458767, 0, 131081, 458768, 0, 131081, 458769, 0, 131081, 458770, 0, 131083, 589821, 0, 65544, 589822, 0, 131081, 589823, 0, 131081, 524288, 0, 131081, 524289, 0, 131083, 524302, 0, 65544, 524303, 0, 131081, 524304, 0, 131081, 524305, 0, 131081, 524306, 0, 131083, 655357, 0, 65544, 655358, 0, 131081, 655359, 0, 131081, 589824, 0, 131081, 589825, 0, 131083, 589838, 0, 65544, 589839, 0, 131081, 589840, 0, 131081, 589841, 0, 131081, 589842, 0, 131083, 720893, 0, 65544, 720894, 0, 131081, 720895, 0, 131081, 655360, 0, 131081, 655361, 0, 65542, 655362, 0, 10, 655363, 0, 10, 655364, 0, 10, 655365, 0, 10, 655366, 0, 10, 655367, 0, 10, 655368, 0, 10, 655369, 0, 10, 655370, 0, 10, 655371, 0, 10, 655372, 0, 10, 655373, 0, 10, 655374, 0, 65541, 655375, 0, 131081, 655376, 0, 131081, 655377, 0, 131081, 655378, 0, 131083, 786429, 0, 65544, 786430, 0, 131081, 786431, 0, 131081, 720896, 0, 131081, 720897, 0, 131081, 720898, 0, 131081, 720899, 0, 131081, 720900, 0, 131081, 720901, 0, 131081, 720902, 0, 131081, 720903, 0, 131081, 720904, 0, 131081, 720905, 0, 131081, 720906, 0, 131081, 720907, 0, 131081, 720908, 0, 131081, 720909, 0, 131081, 720910, 0, 131081, 720911, 0, 131081, 720912, 0, 131081, 720913, 0, 131081, 720914, 0, 131083, 851965, 0, 196616, 851966, 0, 196617, 851967, 0, 196617, 786432, 0, 196617, 786433, 0, 196617, 786434, 0, 196617, 786435, 0, 196617, 786436, 0, 196617, 786437, 0, 196617, 786438, 0, 196617, 786439, 0, 196617, 786440, 0, 196617, 786441, 0, 196617, 786442, 0, 196617, 786443, 0, 196617, 786444, 0, 196617, 786445, 0, 196617, 786446, 0, 196617, 786447, 0, 196617, 786448, 0, 196617, 786449, 0, 196617, 786450, 0, 196619 )
[connection signal="dialogue_finished" from="Wizard" to="Door" method="unlock"]

View file

@ -1,16 +0,0 @@
extends Node
# Declare member variables here. Examples:
# var a = 2
# var b = "text"
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass

28
levels/World.tscn Normal file
View file

@ -0,0 +1,28 @@
[gd_scene load_steps=6 format=2]
[ext_resource path="res://meta/DungeonTilemap.tscn" type="PackedScene" id=1]
[ext_resource path="res://Player/Player.tscn" type="PackedScene" id=2]
[ext_resource path="res://objects/Door.tscn" type="PackedScene" id=3]
[ext_resource path="res://Music and Fonts(Misc.)/Hawaii Partii - Stranded Lullaby(8-Bit).wav" type="AudioStream" id=4]
[ext_resource path="res://npc/Wizard.tscn" type="PackedScene" id=10]
[node name="World" type="Node2D"]
[node name="TileMap" parent="." instance=ExtResource( 1 )]
tile_data = PoolIntArray( 0, 0, 8, 1, 0, 10, 2, 0, 10, 3, 0, 10, 4, 0, 10, 5, 0, 10, 6, 0, 10, 7, 0, 10, 8, 0, 10, 9, 0, 10, 10, 0, 10, 11, 0, 10, 12, 0, 10, 13, 0, 10, 14, 0, 10, 15, 0, 10, 16, 0, 10, 17, 0, 10, 18, 0, 10, 19, 0, 10, 20, 0, 11, 65536, 0, 65544, 65537, 0, 131078, 65538, 0, 196617, 65539, 0, 196617, 65540, 0, 196617, 65541, 0, 196617, 65542, 0, 196617, 65543, 0, 196617, 65544, 0, 196617, 65545, 0, 196617, 65546, 0, 196617, 65547, 0, 196617, 65548, 0, 196617, 65549, 0, 196617, 65550, 0, 196617, 65551, 0, 196617, 65552, 0, 196617, 65553, 0, 196617, 65554, 0, 196617, 65555, 0, 131077, 65556, 0, 131083, 131072, 0, 65544, 131073, 0, 131083, 131091, 0, 65544, 131092, 0, 131083, 196608, 0, 65544, 196609, 0, 131083, 196627, 0, 65544, 196628, 0, 131083, 262144, 0, 65544, 262145, 0, 131083, 262163, 0, 65544, 262164, 0, 131083, 327680, 0, 65544, 327681, 0, 131083, 327699, 0, 65544, 327700, 0, 131083, 393216, 0, 65544, 393217, 0, 131083, 393235, 0, 65544, 393236, 0, 131083, 458752, 0, 65544, 458753, 0, 131083, 458771, 0, 65544, 458772, 0, 131083, 524288, 0, 65544, 524289, 0, 131083, 524307, 0, 65544, 524308, 0, 131083, 589824, 0, 65544, 589825, 0, 131083, 589843, 0, 65544, 589844, 0, 131083, 655360, 0, 65544, 655361, 0, 65542, 655362, 0, 10, 655363, 0, 10, 655364, 0, 10, 655365, 0, 10, 655366, 0, 10, 655367, 0, 10, 655368, 0, 10, 655369, 0, 10, 655370, 0, 10, 655371, 0, 10, 655372, 0, 10, 655373, 0, 10, 655374, 0, 10, 655375, 0, 10, 655376, 0, 10, 655377, 0, 10, 655378, 0, 10, 655379, 0, 65541, 655380, 0, 131083, 720896, 0, 196616, 720897, 0, 196617, 720898, 0, 196617, 720899, 0, 196617, 720900, 0, 196617, 720901, 0, 196617, 720902, 0, 196617, 720903, 0, 196617, 720904, 0, 196617, 720905, 0, 196617, 720906, 0, 196617, 720907, 0, 196617, 720908, 0, 196617, 720909, 0, 196617, 720910, 0, 196617, 720911, 0, 196617, 720912, 0, 196617, 720913, 0, 196617, 720914, 0, 196617, 720915, 0, 196617, 720916, 0, 196619 )
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 4 )
volume_db = -21.204
autoplay = true
[node name="Door" parent="." instance=ExtResource( 3 )]
position = Vector2( 255, 126 )
[node name="Player" parent="." instance=ExtResource( 2 )]
position = Vector2( 63, 158 )
[node name="Wizard" parent="." instance=ExtResource( 10 )]
position = Vector2( 141, 160 )
[node name="CanvasLayer" type="CanvasLayer" parent="."]

File diff suppressed because one or more lines are too long

View file

@ -57,7 +57,6 @@ _global_script_class_icons={
[application] [application]
config/name="Gamejam" config/name="Gamejam"
run/main_scene="res://levels/other/World.tscn"
config/icon="res://icon.png" config/icon="res://icon.png"
[autoload] [autoload]