diff --git a/Levels/Level03.tscn b/Levels/Level03.tscn index 0e9e4f3..3685f87 100644 --- a/Levels/Level03.tscn +++ b/Levels/Level03.tscn @@ -1,15 +1,13 @@ -[gd_scene load_steps=20 format=2] +[gd_scene load_steps=16 format=2] [ext_resource path="res://Levels/Level03.gd" type="Script" id=1] [ext_resource path="res://Textures/kenney_prototype_textures/orange/texture_01.png" type="Texture" id=2] [ext_resource path="res://Scenes/Enemy.tscn" type="PackedScene" id=3] -[ext_resource path="res://Textures/kenney_prototype_textures/green/texture_01.png" type="Texture" id=4] [ext_resource path="res://Player.tscn" type="PackedScene" id=5] [ext_resource path="res://AllSkyFree_Skyboxes/Epic_BlueSunset_EquiRect_flat.png" type="Texture" id=6] [ext_resource path="res://Textures/kenney_prototype_textures/purple/texture_01.png" type="Texture" id=7] [ext_resource path="res://fonts/TorontoSubwayRegular.ttf" type="DynamicFontData" id=8] [ext_resource path="res://Audio/DiJazz.ogg" type="AudioStream" id=9] -[ext_resource path="res://Textures/kenney_prototype_textures/light/texture_01.png" type="Texture" id=10] [ext_resource path="res://Textures/kenney_prototype_textures/dark/texture_01.png" type="Texture" id=11] [sub_resource type="SpatialMaterial" id=9] @@ -18,15 +16,9 @@ albedo_texture = ExtResource( 11 ) [sub_resource type="SpatialMaterial" id=10] albedo_texture = ExtResource( 2 ) -[sub_resource type="SpatialMaterial" id=11] -albedo_texture = ExtResource( 4 ) - [sub_resource type="SpatialMaterial" id=12] albedo_texture = ExtResource( 7 ) -[sub_resource type="SpatialMaterial" id=13] -albedo_texture = ExtResource( 10 ) - [sub_resource type="PanoramaSky" id=6] panorama = ExtResource( 6 ) @@ -88,24 +80,12 @@ width = 5.52827 depth = 31.9112 material = SubResource( 10 ) -[node name="CSGBox3" type="CSGBox" parent="CSGCombiner"] -transform = Transform( 0.999998, 0, 0, 0, 1, 0, 0, 0, 0.999998, -0.739882, 6.73672, 50.3919 ) -width = 5.52827 -depth = 31.9112 -material = SubResource( 11 ) - [node name="CSGBox4" type="CSGBox" parent="CSGCombiner"] transform = Transform( -0.00610858, 0.99998, -0.000245838, -0.999979, -0.00610863, -0.000244341, -0.000245838, 0.000244341, 0.999997, 3.90277, 2.53261, 50.393 ) width = 5.52827 depth = 31.9112 material = SubResource( 12 ) -[node name="CSGBox5" type="CSGBox" parent="CSGCombiner"] -transform = Transform( -0.00610858, 0.99998, -0.000245838, -0.999979, -0.00610863, -0.000244341, -0.000245838, 0.000244341, 0.999997, -5.21178, 2.53261, 50.3907 ) -width = 5.52827 -depth = 31.9112 -material = SubResource( 13 ) - [node name="Player" parent="." instance=ExtResource( 5 )] transform = Transform( -0.997569, 0, -0.0696868, 0, 1, 0, 0.0696868, 0, -0.997569, 0.792524, 7.59106, -6.04147 ) diff --git a/Start.gd b/Start.gd index 9af9ae8..19e30d2 100644 --- a/Start.gd +++ b/Start.gd @@ -10,7 +10,7 @@ onready var CurrentLevel = $"Level" onready var Levels = { "lvl1": "Level 1 - What did the five fingers say to the face? SLAP!", "lvl2": "Level 2 - Something in the way...", - "lvl3": "Level 3 - I believe in a thing called BONK!", + "lvl3": "Level 3 - But not too straight.", "lvl4": "Level 4 - ", "lvl5": "Level 5 - ", "lvl6": "Level 6 - ", @@ -18,7 +18,7 @@ onready var Levels = { "lvl8": "Level 8 - ", "lvl9": "Level 9 - ", "lvl10": "Level 10 - ", - "lvl11": "Level 11 - ", + "lvl11": "Level 11 - I believe in a thing called BONK!", "Spatial" : "I am Error.", "" : "I also am Error." }