This commit is contained in:
MarcEricMartel 2022-10-12 13:48:39 -04:00
parent 5b7ccd9293
commit d0d4cc0649
2 changed files with 3 additions and 23 deletions

View File

@ -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://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://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://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://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://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://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://fonts/TorontoSubwayRegular.ttf" type="DynamicFontData" id=8]
[ext_resource path="res://Audio/DiJazz.ogg" type="AudioStream" id=9] [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] [ext_resource path="res://Textures/kenney_prototype_textures/dark/texture_01.png" type="Texture" id=11]
[sub_resource type="SpatialMaterial" id=9] [sub_resource type="SpatialMaterial" id=9]
@ -18,15 +16,9 @@ albedo_texture = ExtResource( 11 )
[sub_resource type="SpatialMaterial" id=10] [sub_resource type="SpatialMaterial" id=10]
albedo_texture = ExtResource( 2 ) albedo_texture = ExtResource( 2 )
[sub_resource type="SpatialMaterial" id=11]
albedo_texture = ExtResource( 4 )
[sub_resource type="SpatialMaterial" id=12] [sub_resource type="SpatialMaterial" id=12]
albedo_texture = ExtResource( 7 ) albedo_texture = ExtResource( 7 )
[sub_resource type="SpatialMaterial" id=13]
albedo_texture = ExtResource( 10 )
[sub_resource type="PanoramaSky" id=6] [sub_resource type="PanoramaSky" id=6]
panorama = ExtResource( 6 ) panorama = ExtResource( 6 )
@ -88,24 +80,12 @@ width = 5.52827
depth = 31.9112 depth = 31.9112
material = SubResource( 10 ) 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"] [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 ) 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 width = 5.52827
depth = 31.9112 depth = 31.9112
material = SubResource( 12 ) 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 )] [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 ) transform = Transform( -0.997569, 0, -0.0696868, 0, 1, 0, 0.0696868, 0, -0.997569, 0.792524, 7.59106, -6.04147 )

View File

@ -10,7 +10,7 @@ onready var CurrentLevel = $"Level"
onready var Levels = { onready var Levels = {
"lvl1": "Level 1 - What did the five fingers say to the face? SLAP!", "lvl1": "Level 1 - What did the five fingers say to the face? SLAP!",
"lvl2": "Level 2 - Something in the way...", "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 - ", "lvl4": "Level 4 - ",
"lvl5": "Level 5 - ", "lvl5": "Level 5 - ",
"lvl6": "Level 6 - ", "lvl6": "Level 6 - ",
@ -18,7 +18,7 @@ onready var Levels = {
"lvl8": "Level 8 - ", "lvl8": "Level 8 - ",
"lvl9": "Level 9 - ", "lvl9": "Level 9 - ",
"lvl10": "Level 10 - ", "lvl10": "Level 10 - ",
"lvl11": "Level 11 - ", "lvl11": "Level 11 - I believe in a thing called BONK!",
"Spatial" : "I am Error.", "Spatial" : "I am Error.",
"" : "I also am Error." "" : "I also am Error."
} }