Beeg checkin
112
Levels/ExitPortal.tscn
Normal file
@@ -0,0 +1,112 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://jgf7k1r35km1"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://0tegxun85rq" path="res://Textures/Models/exitprotal.gltf" id="1_jebs8"]
|
||||
[ext_resource type="Script" path="res://Levels/Scripts/AreaExit.cs" id="2_4y188"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_t7yyb"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("Cylinder:rotation")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Vector3(0, 0, 0)]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("Circle:rotation")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Vector3(0, 0, 0)]
|
||||
}
|
||||
tracks/2/type = "value"
|
||||
tracks/2/imported = false
|
||||
tracks/2/enabled = true
|
||||
tracks/2/path = NodePath("Circle_001:rotation")
|
||||
tracks/2/interp = 1
|
||||
tracks/2/loop_wrap = true
|
||||
tracks/2/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Vector3(0, 0, 0)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_y78yk"]
|
||||
resource_name = "Spin"
|
||||
length = 45.0
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("Cylinder:rotation")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 45),
|
||||
"transitions": PackedFloat32Array(1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector3(0, 0, 0), Vector3(0, 6.28319, 0)]
|
||||
}
|
||||
tracks/1/type = "value"
|
||||
tracks/1/imported = false
|
||||
tracks/1/enabled = true
|
||||
tracks/1/path = NodePath("Circle:rotation")
|
||||
tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"times": PackedFloat32Array(0, 45),
|
||||
"transitions": PackedFloat32Array(1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector3(0, 0, 0), Vector3(0, -6.28319, 0)]
|
||||
}
|
||||
tracks/2/type = "value"
|
||||
tracks/2/imported = false
|
||||
tracks/2/enabled = true
|
||||
tracks/2/path = NodePath("Circle_001:rotation")
|
||||
tracks/2/interp = 1
|
||||
tracks/2/loop_wrap = true
|
||||
tracks/2/keys = {
|
||||
"times": PackedFloat32Array(0, 45),
|
||||
"transitions": PackedFloat32Array(1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector3(0, 0, 0), Vector3(0, 6.28319, 0)]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_fkf2e"]
|
||||
_data = {
|
||||
"RESET": SubResource("Animation_t7yyb"),
|
||||
"Spin": SubResource("Animation_y78yk")
|
||||
}
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_v7qe0"]
|
||||
height = 3.34825
|
||||
radius = 1.79103
|
||||
|
||||
[node name="Exit Portal" instance=ExtResource("1_jebs8")]
|
||||
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
|
||||
script = ExtResource("2_4y188")
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="." index="3"]
|
||||
autoplay = "Spin"
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_fkf2e")
|
||||
}
|
||||
|
||||
[node name="Area3D" type="Area3D" parent="." index="4"]
|
||||
disable_mode = 2
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D" index="0"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -0.11619)
|
||||
shape = SubResource("CylinderShape3D_v7qe0")
|
||||
|
||||
[connection signal="body_entered" from="Area3D" to="." method="OnExitEntered"]
|
||||
@@ -4,12 +4,12 @@ importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://dg3k3cvfyaqx1"
|
||||
path="res://.godot/imported/STAGE 1.gltf-891c676d319331379e4316b30b95049c.scn"
|
||||
path="res://.godot/imported/STAGE 1.gltf-4b9033ecb2332e7212b89dabe5f037b8.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage1/STAGE 1.gltf"
|
||||
dest_files=["res://.godot/imported/STAGE 1.gltf-891c676d319331379e4316b30b95049c.scn"]
|
||||
source_file="res://Levels/Models/Stage1/STAGE 1.gltf"
|
||||
dest_files=["res://.godot/imported/STAGE 1.gltf-4b9033ecb2332e7212b89dabe5f037b8.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b8sjnfh5s14up"
|
||||
path.s3tc="res://.godot/imported/STAGE 1_CLOUD TRAN 1.png-b29c2261615dda4695015160949e18c4.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/STAGE 1_CLOUD TRAN 1.png-7f9feabd305a13601d056ccdbdf6d8d9.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage1/STAGE 1_CLOUD TRAN 1.png"
|
||||
dest_files=["res://.godot/imported/STAGE 1_CLOUD TRAN 1.png-b29c2261615dda4695015160949e18c4.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage1/STAGE 1_CLOUD TRAN 1.png"
|
||||
dest_files=["res://.godot/imported/STAGE 1_CLOUD TRAN 1.png-7f9feabd305a13601d056ccdbdf6d8d9.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cbxhj21r45d01"
|
||||
path.s3tc="res://.godot/imported/STAGE 1_CLOUD TRAN 2.png-b521d55426598adc87288872ad757f0c.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/STAGE 1_CLOUD TRAN 2.png-75d819a0621777e6a4d5b4a9218f4ccf.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage1/STAGE 1_CLOUD TRAN 2.png"
|
||||
dest_files=["res://.godot/imported/STAGE 1_CLOUD TRAN 2.png-b521d55426598adc87288872ad757f0c.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage1/STAGE 1_CLOUD TRAN 2.png"
|
||||
dest_files=["res://.godot/imported/STAGE 1_CLOUD TRAN 2.png-75d819a0621777e6a4d5b4a9218f4ccf.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 146 KiB After Width: | Height: | Size: 146 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b8l4bipck52u"
|
||||
path.s3tc="res://.godot/imported/STAGE 1_Screenshot 2023-09-03 at 13.29.png-8b7b3d92af88aff1c934a6b0303ddc6a.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/STAGE 1_Screenshot 2023-09-03 at 13.29.png-aee248d2ac3cd06de6b6e8ec5628aecc.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage1/STAGE 1_Screenshot 2023-09-03 at 13.29.png"
|
||||
dest_files=["res://.godot/imported/STAGE 1_Screenshot 2023-09-03 at 13.29.png-8b7b3d92af88aff1c934a6b0303ddc6a.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage1/STAGE 1_Screenshot 2023-09-03 at 13.29.png"
|
||||
dest_files=["res://.godot/imported/STAGE 1_Screenshot 2023-09-03 at 13.29.png-aee248d2ac3cd06de6b6e8ec5628aecc.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dcwooc3thxekc"
|
||||
path.s3tc="res://.godot/imported/STAGE 1_hexa.png-be8a6e04e1a2786d298be1af59d3646f.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/STAGE 1_hexa.png-0d4c927974461e25fe664e717468c437.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage1/STAGE 1_hexa.png"
|
||||
dest_files=["res://.godot/imported/STAGE 1_hexa.png-be8a6e04e1a2786d298be1af59d3646f.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage1/STAGE 1_hexa.png"
|
||||
dest_files=["res://.godot/imported/STAGE 1_hexa.png-0d4c927974461e25fe664e717468c437.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dr6siwcw6qlg2"
|
||||
path.s3tc="res://.godot/imported/STAGE 1_trancodou4.png-36cc1f872455880a854a63639df719ea.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/STAGE 1_trancodou4.png-f939e9c17561ce7f37e5ebd909d92b04.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage1/STAGE 1_trancodou4.png"
|
||||
dest_files=["res://.godot/imported/STAGE 1_trancodou4.png-36cc1f872455880a854a63639df719ea.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage1/STAGE 1_trancodou4.png"
|
||||
dest_files=["res://.godot/imported/STAGE 1_trancodou4.png-f939e9c17561ce7f37e5ebd909d92b04.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c6il61u5ajrei"
|
||||
path.s3tc="res://.godot/imported/STAGE 1_trans cloud 3.png-d3b39d0a9c45e074a40174d799055ef3.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/STAGE 1_trans cloud 3.png-f0984ed6012ef1804580c6b3dc5d2d53.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage1/STAGE 1_trans cloud 3.png"
|
||||
dest_files=["res://.godot/imported/STAGE 1_trans cloud 3.png-d3b39d0a9c45e074a40174d799055ef3.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage1/STAGE 1_trans cloud 3.png"
|
||||
dest_files=["res://.godot/imported/STAGE 1_trans cloud 3.png-f0984ed6012ef1804580c6b3dc5d2d53.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
[gd_scene load_steps=55 format=3 uid="uid://bnn68u04ktmas"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b8l4bipck52u" path="res://Levels/Final Levels/Stage1/STAGE 1_Screenshot 2023-09-03 at 13.29.png" id="1_7rqwf"]
|
||||
[ext_resource type="Texture2D" uid="uid://dr6siwcw6qlg2" path="res://Levels/Final Levels/Stage1/STAGE 1_trancodou4.png" id="2_wyudm"]
|
||||
[ext_resource type="Texture2D" uid="uid://b8sjnfh5s14up" path="res://Levels/Final Levels/Stage1/STAGE 1_CLOUD TRAN 1.png" id="3_hm3q1"]
|
||||
[ext_resource type="Texture2D" uid="uid://cbxhj21r45d01" path="res://Levels/Final Levels/Stage1/STAGE 1_CLOUD TRAN 2.png" id="4_yjqhu"]
|
||||
[ext_resource type="Texture2D" uid="uid://c6il61u5ajrei" path="res://Levels/Final Levels/Stage1/STAGE 1_trans cloud 3.png" id="5_6gt0k"]
|
||||
[ext_resource type="Texture2D" uid="uid://b8l4bipck52u" path="res://Levels/Models/Stage1/STAGE 1_Screenshot 2023-09-03 at 13.29.png" id="1_7rqwf"]
|
||||
[ext_resource type="Texture2D" uid="uid://dr6siwcw6qlg2" path="res://Levels/Models/Stage1/STAGE 1_trancodou4.png" id="2_wyudm"]
|
||||
[ext_resource type="Texture2D" uid="uid://b8sjnfh5s14up" path="res://Levels/Models/Stage1/STAGE 1_CLOUD TRAN 1.png" id="3_hm3q1"]
|
||||
[ext_resource type="Texture2D" uid="uid://cbxhj21r45d01" path="res://Levels/Models/Stage1/STAGE 1_CLOUD TRAN 2.png" id="4_yjqhu"]
|
||||
[ext_resource type="Texture2D" uid="uid://c6il61u5ajrei" path="res://Levels/Models/Stage1/STAGE 1_trans cloud 3.png" id="5_6gt0k"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_6v5kj"]
|
||||
resource_name = "Material"
|
||||
@@ -1,5 +1,5 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://baktjdknecdid"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dg3k3cvfyaqx1" path="res://Levels/Final Levels/Stage1/STAGE 1.gltf" id="1_kaeis"]
|
||||
[ext_resource type="PackedScene" uid="uid://dg3k3cvfyaqx1" path="res://Levels/Models/Stage1/STAGE 1.gltf" id="1_kaeis"]
|
||||
|
||||
[node name="STAGE 1" instance=ExtResource("1_kaeis")]
|
||||
@@ -1,29 +1,29 @@
|
||||
[gd_scene load_steps=96 format=3 uid="uid://b0chkusc2bo2v"]
|
||||
|
||||
[ext_resource type="Shader" path="res://Textures/Shaders/ScrollShader.gdshader" id="1_lu4ya"]
|
||||
[ext_resource type="Texture2D" uid="uid://cr0gri4qbssrl" path="res://Levels/Final Levels/Stage9/FINAL STAGE_clouds.png" id="2_o1qv8"]
|
||||
[ext_resource type="Texture2D" uid="uid://bqon08vod5go0" path="res://Levels/Final Levels/Stage9/FINAL STAGE_output.png" id="2_qsvpe"]
|
||||
[ext_resource type="Texture2D" uid="uid://bhjpl5bmih1cp" path="res://Levels/Final Levels/Stage9/FINAL STAGE_Other.png" id="3_ldj53"]
|
||||
[ext_resource type="Texture2D" uid="uid://cqs4b4pw4ifcy" path="res://Levels/Final Levels/Stage9/FINAL STAGE_png-transparent-psilocybin-mushroom-psychedelic-drug-molecule-liberty-cap-depression-miscellaneous-angle-white.png" id="4_te5es"]
|
||||
[ext_resource type="Texture2D" uid="uid://shd4e84lmhmq" path="res://Levels/Final Levels/Stage9/FINAL STAGE_DNA.png" id="5_bn1su"]
|
||||
[ext_resource type="Texture2D" uid="uid://diqvm221wx5g1" path="res://Levels/Final Levels/Stage9/FINAL STAGE_DOMINI.png" id="6_x55jl"]
|
||||
[ext_resource type="Texture2D" uid="uid://cjhw7iq4sva40" path="res://Levels/Final Levels/Stage9/FINAL STAGE_FIRST EVER PHOTO.png" id="7_ijlhe"]
|
||||
[ext_resource type="Texture2D" uid="uid://dna36lfl5m8sl" path="res://Levels/Final Levels/Stage9/FINAL STAGE_electrical-wiring-diagram.png" id="8_2176p"]
|
||||
[ext_resource type="Texture2D" uid="uid://cj5ddrkb31qi3" path="res://Levels/Final Levels/Stage9/FINAL STAGE_FM.png" id="9_o82fc"]
|
||||
[ext_resource type="Texture2D" uid="uid://br1xsds4df6rs" path="res://Levels/Final Levels/Stage9/FINAL STAGE_nazca.png" id="10_rlpvn"]
|
||||
[ext_resource type="Texture2D" uid="uid://bupucsly8orbj" path="res://Levels/Final Levels/Stage9/FINAL STAGE_LIFE.png" id="11_mmmo4"]
|
||||
[ext_resource type="Texture2D" uid="uid://e3pknbewa7og" path="res://Levels/Final Levels/Stage9/FINAL STAGE_lotus.png" id="12_jlqv4"]
|
||||
[ext_resource type="Texture2D" uid="uid://c8q2mggeta4sg" path="res://Levels/Final Levels/Stage9/FINAL STAGE_califor.png" id="13_n4gqg"]
|
||||
[ext_resource type="Texture2D" uid="uid://cuhp6ndq6h84u" path="res://Levels/Final Levels/Stage9/FINAL STAGE_BUSINESS.png" id="14_fp01t"]
|
||||
[ext_resource type="Texture2D" uid="uid://b62j30essojgi" path="res://Levels/Final Levels/Stage9/FINAL STAGE_CASTLE.png" id="15_vpo2c"]
|
||||
[ext_resource type="Texture2D" uid="uid://j72knbjqfali" path="res://Levels/Final Levels/Stage9/FINAL STAGE_aki.png" id="16_3la7h"]
|
||||
[ext_resource type="Texture2D" uid="uid://rptf11o2n6rr" path="res://Levels/Final Levels/Stage9/FINAL STAGE_basilisk.png" id="17_xnlik"]
|
||||
[ext_resource type="Texture2D" uid="uid://b0waffuexnnrn" path="res://Levels/Final Levels/Stage9/FINAL STAGE_BRAIN.png" id="18_ggls1"]
|
||||
[ext_resource type="Texture2D" uid="uid://c0nupi8u85qpa" path="res://Levels/Final Levels/Stage9/FINAL STAGE_DOOR (1).png" id="19_py66i"]
|
||||
[ext_resource type="Texture2D" uid="uid://u0g31v0dfkj3" path="res://Levels/Final Levels/Stage9/FINAL STAGE_werner.png" id="20_u4jgt"]
|
||||
[ext_resource type="Texture2D" uid="uid://b4jyqw6vdx43d" path="res://Levels/Final Levels/Stage9/FINAL STAGE_quadratic.png" id="21_bwrhn"]
|
||||
[ext_resource type="Texture2D" uid="uid://dsqvracnne1pi" path="res://Levels/Final Levels/Stage9/FINAL STAGE_relativity.png" id="22_yjwtj"]
|
||||
[ext_resource type="Texture2D" uid="uid://5mlk2fw47ib5" path="res://Levels/Final Levels/Stage9/FINAL STAGE_SPHERES.png" id="23_vqk5o"]
|
||||
[ext_resource type="Texture2D" uid="uid://cr0gri4qbssrl" path="res://Levels/Models/Stage10/FINAL STAGE_clouds.png" id="2_o1qv8"]
|
||||
[ext_resource type="Texture2D" uid="uid://bqon08vod5go0" path="res://Levels/Models/Stage10/FINAL STAGE_output.png" id="2_qsvpe"]
|
||||
[ext_resource type="Texture2D" uid="uid://bhjpl5bmih1cp" path="res://Levels/Models/Stage10/FINAL STAGE_Other.png" id="3_ldj53"]
|
||||
[ext_resource type="Texture2D" uid="uid://cqs4b4pw4ifcy" path="res://Levels/Models/Stage10/FINAL STAGE_png-transparent-psilocybin-mushroom-psychedelic-drug-molecule-liberty-cap-depression-miscellaneous-angle-white.png" id="4_te5es"]
|
||||
[ext_resource type="Texture2D" uid="uid://shd4e84lmhmq" path="res://Levels/Models/Stage10/FINAL STAGE_DNA.png" id="5_bn1su"]
|
||||
[ext_resource type="Texture2D" uid="uid://diqvm221wx5g1" path="res://Levels/Models/Stage10/FINAL STAGE_DOMINI.png" id="6_x55jl"]
|
||||
[ext_resource type="Texture2D" uid="uid://cjhw7iq4sva40" path="res://Levels/Models/Stage10/FINAL STAGE_FIRST EVER PHOTO.png" id="7_ijlhe"]
|
||||
[ext_resource type="Texture2D" uid="uid://dna36lfl5m8sl" path="res://Levels/Models/Stage10/FINAL STAGE_electrical-wiring-diagram.png" id="8_2176p"]
|
||||
[ext_resource type="Texture2D" uid="uid://cj5ddrkb31qi3" path="res://Levels/Models/Stage10/FINAL STAGE_FM.png" id="9_o82fc"]
|
||||
[ext_resource type="Texture2D" uid="uid://br1xsds4df6rs" path="res://Levels/Models/Stage10/FINAL STAGE_nazca.png" id="10_rlpvn"]
|
||||
[ext_resource type="Texture2D" uid="uid://bupucsly8orbj" path="res://Levels/Models/Stage10/FINAL STAGE_LIFE.png" id="11_mmmo4"]
|
||||
[ext_resource type="Texture2D" uid="uid://e3pknbewa7og" path="res://Levels/Models/Stage10/FINAL STAGE_lotus.png" id="12_jlqv4"]
|
||||
[ext_resource type="Texture2D" uid="uid://c8q2mggeta4sg" path="res://Levels/Models/Stage10/FINAL STAGE_califor.png" id="13_n4gqg"]
|
||||
[ext_resource type="Texture2D" uid="uid://cuhp6ndq6h84u" path="res://Levels/Models/Stage10/FINAL STAGE_BUSINESS.png" id="14_fp01t"]
|
||||
[ext_resource type="Texture2D" uid="uid://b62j30essojgi" path="res://Levels/Models/Stage10/FINAL STAGE_CASTLE.png" id="15_vpo2c"]
|
||||
[ext_resource type="Texture2D" uid="uid://j72knbjqfali" path="res://Levels/Models/Stage10/FINAL STAGE_aki.png" id="16_3la7h"]
|
||||
[ext_resource type="Texture2D" uid="uid://rptf11o2n6rr" path="res://Levels/Models/Stage10/FINAL STAGE_basilisk.png" id="17_xnlik"]
|
||||
[ext_resource type="Texture2D" uid="uid://b0waffuexnnrn" path="res://Levels/Models/Stage10/FINAL STAGE_BRAIN.png" id="18_ggls1"]
|
||||
[ext_resource type="Texture2D" uid="uid://c0nupi8u85qpa" path="res://Levels/Models/Stage10/FINAL STAGE_DOOR (1).png" id="19_py66i"]
|
||||
[ext_resource type="Texture2D" uid="uid://u0g31v0dfkj3" path="res://Levels/Models/Stage10/FINAL STAGE_werner.png" id="20_u4jgt"]
|
||||
[ext_resource type="Texture2D" uid="uid://b4jyqw6vdx43d" path="res://Levels/Models/Stage10/FINAL STAGE_quadratic.png" id="21_bwrhn"]
|
||||
[ext_resource type="Texture2D" uid="uid://dsqvracnne1pi" path="res://Levels/Models/Stage10/FINAL STAGE_relativity.png" id="22_yjwtj"]
|
||||
[ext_resource type="Texture2D" uid="uid://5mlk2fw47ib5" path="res://Levels/Models/Stage10/FINAL STAGE_SPHERES.png" id="23_vqk5o"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_qtr0p"]
|
||||
render_priority = 0
|
||||
@@ -4,12 +4,12 @@ importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://dpuyhoh47urss"
|
||||
path="res://.godot/imported/FINAL STAGE.gltf-507a7dc9698d2b48f74aeba18898acf9.scn"
|
||||
path="res://.godot/imported/FINAL STAGE.gltf-99efbd72c9b5c55e5201e58d3b54d91f.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE.gltf"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE.gltf-507a7dc9698d2b48f74aeba18898acf9.scn"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE.gltf"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE.gltf-99efbd72c9b5c55e5201e58d3b54d91f.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b0waffuexnnrn"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_BRAIN.png-21e1bbc25cb89c2b907c7f1d0f740132.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_BRAIN.png-3eacccd7f0acef8082a7d282da4b308a.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_BRAIN.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_BRAIN.png-21e1bbc25cb89c2b907c7f1d0f740132.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_BRAIN.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_BRAIN.png-3eacccd7f0acef8082a7d282da4b308a.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 9.5 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cuhp6ndq6h84u"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_BUSINESS.png-27cac6297d3b71da671b01142fc7b852.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_BUSINESS.png-d4e6b25cf555d988cb1fd1414df16613.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_BUSINESS.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_BUSINESS.png-27cac6297d3b71da671b01142fc7b852.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_BUSINESS.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_BUSINESS.png-d4e6b25cf555d988cb1fd1414df16613.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b62j30essojgi"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_CASTLE.png-14ae2fd90b7dd3f61c55f009ddc3a676.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_CASTLE.png-f719412a3bbcbe48214c4d9886626fe3.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_CASTLE.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_CASTLE.png-14ae2fd90b7dd3f61c55f009ddc3a676.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_CASTLE.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_CASTLE.png-f719412a3bbcbe48214c4d9886626fe3.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://shd4e84lmhmq"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_DNA.png-5809176db894b3712dce80fb9c790e84.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_DNA.png-4b672364bd1ad4addd7f3886c99e0c16.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_DNA.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_DNA.png-5809176db894b3712dce80fb9c790e84.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_DNA.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_DNA.png-4b672364bd1ad4addd7f3886c99e0c16.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://diqvm221wx5g1"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_DOMINI.png-514af5a785930609bee66ca203fb0a97.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_DOMINI.png-d14fc4b4e7e3e2d3843081554015b939.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_DOMINI.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_DOMINI.png-514af5a785930609bee66ca203fb0a97.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_DOMINI.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_DOMINI.png-d14fc4b4e7e3e2d3843081554015b939.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c0nupi8u85qpa"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_DOOR (1).png-5f8ac0e5c4f53971170be1f5f5793787.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_DOOR (1).png-a48dd294c37c79c892287941ffad7b19.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_DOOR (1).png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_DOOR (1).png-5f8ac0e5c4f53971170be1f5f5793787.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_DOOR (1).png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_DOOR (1).png-a48dd294c37c79c892287941ffad7b19.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 761 KiB After Width: | Height: | Size: 761 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cjhw7iq4sva40"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_FIRST EVER PHOTO.png-d48ea9e5cf2c8e613e586c50e89ba73f.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_FIRST EVER PHOTO.png-5356bdaf8acf599c566dc20275c9abc7.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_FIRST EVER PHOTO.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_FIRST EVER PHOTO.png-d48ea9e5cf2c8e613e586c50e89ba73f.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_FIRST EVER PHOTO.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_FIRST EVER PHOTO.png-5356bdaf8acf599c566dc20275c9abc7.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cj5ddrkb31qi3"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_FM.png-1d33e5c8364805c2adf64e8d938a18d9.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_FM.png-a8b33a229b203731423be934ad601bb2.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_FM.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_FM.png-1d33e5c8364805c2adf64e8d938a18d9.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_FM.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_FM.png-a8b33a229b203731423be934ad601bb2.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bupucsly8orbj"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_LIFE.png-ff848c3183a6fb530f45eee326f9cd06.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_LIFE.png-b1fe6b941f44ce7f97da49f5d4d71371.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_LIFE.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_LIFE.png-ff848c3183a6fb530f45eee326f9cd06.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_LIFE.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_LIFE.png-b1fe6b941f44ce7f97da49f5d4d71371.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bhjpl5bmih1cp"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_Other.png-187a075d2704c42b46b0009684c45921.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_Other.png-cc9ac332d190d91ab57fcd439f9e737a.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_Other.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_Other.png-187a075d2704c42b46b0009684c45921.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_Other.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_Other.png-cc9ac332d190d91ab57fcd439f9e737a.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://5mlk2fw47ib5"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_SPHERES.png-63ae72ebc29664d2f928727216f06f05.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_SPHERES.png-4fe2e9b851c6515d4615180d4ecfb306.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_SPHERES.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_SPHERES.png-63ae72ebc29664d2f928727216f06f05.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_SPHERES.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_SPHERES.png-4fe2e9b851c6515d4615180d4ecfb306.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://j72knbjqfali"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_aki.png-9265a7e80b91eda2b4e6fd81d8d4cf87.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_aki.png-256272f148114d4c9d9cdae7439e1d17.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_aki.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_aki.png-9265a7e80b91eda2b4e6fd81d8d4cf87.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_aki.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_aki.png-256272f148114d4c9d9cdae7439e1d17.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://rptf11o2n6rr"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_basilisk.png-6931d9ad72fb2800a71bea03517463c3.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_basilisk.png-ca5da144f35fadc1343a0471de37ea12.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_basilisk.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_basilisk.png-6931d9ad72fb2800a71bea03517463c3.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_basilisk.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_basilisk.png-ca5da144f35fadc1343a0471de37ea12.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c8q2mggeta4sg"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_califor.png-3345bb9d05bcdb64c542e9ac2f12a8fb.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_califor.png-af182916c69aaa440bfb1fdf4d518513.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_califor.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_califor.png-3345bb9d05bcdb64c542e9ac2f12a8fb.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_califor.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_califor.png-af182916c69aaa440bfb1fdf4d518513.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 150 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cr0gri4qbssrl"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_clouds.png-7930205ac50cafb85be730f2aa7f891a.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_clouds.png-dd911deb2092896384933a8e46a190b0.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_clouds.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_clouds.png-7930205ac50cafb85be730f2aa7f891a.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_clouds.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_clouds.png-dd911deb2092896384933a8e46a190b0.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dna36lfl5m8sl"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_electrical-wiring-diagram.png-2a08020db17c1f3fdf66b9d43c4679f6.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_electrical-wiring-diagram.png-c40f9db88dcb6e1e3473b50f8d01b85c.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_electrical-wiring-diagram.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_electrical-wiring-diagram.png-2a08020db17c1f3fdf66b9d43c4679f6.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_electrical-wiring-diagram.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_electrical-wiring-diagram.png-c40f9db88dcb6e1e3473b50f8d01b85c.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 201 KiB After Width: | Height: | Size: 201 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://e3pknbewa7og"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_lotus.png-0ad9288be8e757888d4c4f0b003be173.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_lotus.png-1bd1fda0366b1282efc9981a81c9c43b.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_lotus.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_lotus.png-0ad9288be8e757888d4c4f0b003be173.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_lotus.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_lotus.png-1bd1fda0366b1282efc9981a81c9c43b.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://br1xsds4df6rs"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_nazca.png-f6b3450e815fa64ed65d678109a34027.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_nazca.png-d482450a45beaa9311df1ba262f28550.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_nazca.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_nazca.png-f6b3450e815fa64ed65d678109a34027.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_nazca.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_nazca.png-d482450a45beaa9311df1ba262f28550.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bqon08vod5go0"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_output.png-ee73fe3dafd0ff3fb952cba6a6432844.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_output.png-b0b68902dc9e8749e7289fda9095fcb1.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_output.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_output.png-ee73fe3dafd0ff3fb952cba6a6432844.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_output.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_output.png-b0b68902dc9e8749e7289fda9095fcb1.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cqs4b4pw4ifcy"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_png-transparent-psilocybin-mushroom-psychedelic-drug-molecule-liberty-cap-depression-miscellaneous-angle-white.png-5babee5ead66b09b3cbd1d60bc8fa14a.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_png-transparent-psilocybin-mushroom-psychedelic-drug-molecule-liberty-cap-depression-miscellaneous-angle-white.png-0f1be1c27e01f43df90521db563e60ef.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_png-transparent-psilocybin-mushroom-psychedelic-drug-molecule-liberty-cap-depression-miscellaneous-angle-white.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_png-transparent-psilocybin-mushroom-psychedelic-drug-molecule-liberty-cap-depression-miscellaneous-angle-white.png-5babee5ead66b09b3cbd1d60bc8fa14a.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_png-transparent-psilocybin-mushroom-psychedelic-drug-molecule-liberty-cap-depression-miscellaneous-angle-white.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_png-transparent-psilocybin-mushroom-psychedelic-drug-molecule-liberty-cap-depression-miscellaneous-angle-white.png-0f1be1c27e01f43df90521db563e60ef.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b4jyqw6vdx43d"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_quadratic.png-ddbdf4daab53c1c85c52c96b503c9e1d.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_quadratic.png-adb6c042a81fc8c875600d44db297979.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_quadratic.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_quadratic.png-ddbdf4daab53c1c85c52c96b503c9e1d.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_quadratic.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_quadratic.png-adb6c042a81fc8c875600d44db297979.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dsqvracnne1pi"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_relativity.png-7e276dc7edec97c4661a6ba68c7f5e2f.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_relativity.png-24e825325dd7c98585941924a34d9199.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_relativity.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_relativity.png-7e276dc7edec97c4661a6ba68c7f5e2f.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_relativity.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_relativity.png-24e825325dd7c98585941924a34d9199.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://u0g31v0dfkj3"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_werner.png-89e73a5ec93b44b7a525a8ef95dec417.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/FINAL STAGE_werner.png-291b430697358bb544e7b58d4b668ef8.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE_werner.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_werner.png-89e73a5ec93b44b7a525a8ef95dec417.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/FINAL STAGE_werner.png"
|
||||
dest_files=["res://.godot/imported/FINAL STAGE_werner.png-291b430697358bb544e7b58d4b668ef8.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
@@ -4,12 +4,12 @@ importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://cigdj84f0m3jd"
|
||||
path="res://.godot/imported/god circuit stage 1.glb-55b7e09a72d9b1464c53e92cb19062f4.scn"
|
||||
path="res://.godot/imported/god circuit stage 1.glb-466953c65b2ad0b354a687f92b44ff9c.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/god circuit stage 1.glb"
|
||||
dest_files=["res://.godot/imported/god circuit stage 1.glb-55b7e09a72d9b1464c53e92cb19062f4.scn"]
|
||||
source_file="res://Levels/Models/Stage10/god circuit stage 1.glb"
|
||||
dest_files=["res://.godot/imported/god circuit stage 1.glb-466953c65b2ad0b354a687f92b44ff9c.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b41ur7kyd8vdl"
|
||||
path.s3tc="res://.godot/imported/god circuit stage 1_image.png-07fc9200357933ccdef9940b2b417c66.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/god circuit stage 1_image.png-12dded43564d1070390041000baf8b77.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage9/god circuit stage 1_image.png"
|
||||
dest_files=["res://.godot/imported/god circuit stage 1_image.png-07fc9200357933ccdef9940b2b417c66.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage10/god circuit stage 1_image.png"
|
||||
dest_files=["res://.godot/imported/god circuit stage 1_image.png-12dded43564d1070390041000baf8b77.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
@@ -4,12 +4,12 @@ importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://cv33g1wyltecc"
|
||||
path="res://.godot/imported/STAGE 2.gltf-b1d20104c48f06b919339a7ffd56b1fc.scn"
|
||||
path="res://.godot/imported/STAGE 2.gltf-efc1594d36d18636bc874c2b4f06a56e.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage2/STAGE 2.gltf"
|
||||
dest_files=["res://.godot/imported/STAGE 2.gltf-b1d20104c48f06b919339a7ffd56b1fc.scn"]
|
||||
source_file="res://Levels/Models/Stage2/STAGE 2.gltf"
|
||||
dest_files=["res://.godot/imported/STAGE 2.gltf-efc1594d36d18636bc874c2b4f06a56e.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 366 KiB After Width: | Height: | Size: 366 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dtm0fwmeoa0dq"
|
||||
path.s3tc="res://.godot/imported/STAGE 2_depositphotos_81714270-stock-photo-white-marble-tiles-seamless-flooring.png-c2f4ee53377829fd271997cd37de94e2.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/STAGE 2_depositphotos_81714270-stock-photo-white-marble-tiles-seamless-flooring.png-cdf5ed86a783605321466467b9028e12.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage2/STAGE 2_depositphotos_81714270-stock-photo-white-marble-tiles-seamless-flooring.png"
|
||||
dest_files=["res://.godot/imported/STAGE 2_depositphotos_81714270-stock-photo-white-marble-tiles-seamless-flooring.png-c2f4ee53377829fd271997cd37de94e2.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage2/STAGE 2_depositphotos_81714270-stock-photo-white-marble-tiles-seamless-flooring.png"
|
||||
dest_files=["res://.godot/imported/STAGE 2_depositphotos_81714270-stock-photo-white-marble-tiles-seamless-flooring.png-cdf5ed86a783605321466467b9028e12.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 304 KiB After Width: | Height: | Size: 304 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c5jw58iiex4vy"
|
||||
path.s3tc="res://.godot/imported/STAGE 2_tie-500x500.png-b9118aef1272e977829e0be5c73cf9c5.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/STAGE 2_tie-500x500.png-31fa53e24e25fcf44e13681bf054a0ac.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage2/STAGE 2_tie-500x500.png"
|
||||
dest_files=["res://.godot/imported/STAGE 2_tie-500x500.png-b9118aef1272e977829e0be5c73cf9c5.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage2/STAGE 2_tie-500x500.png"
|
||||
dest_files=["res://.godot/imported/STAGE 2_tie-500x500.png-31fa53e24e25fcf44e13681bf054a0ac.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dvhuxo7h0opvm"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cv33g1wyltecc" path="res://Levels/Final Levels/Stage2/STAGE 2.gltf" id="1_4808a"]
|
||||
[ext_resource type="PackedScene" uid="uid://cv33g1wyltecc" path="res://Levels/Models/Stage2/STAGE 2.gltf" id="1_4808a"]
|
||||
|
||||
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_sdbt6"]
|
||||
data = PackedVector3Array(-1, 0.8327, -0.9551, -1, 1, -1, -1, 1, -0.9551, -1, 0.8327, -0.9551, -1, 0.8327, -1, -1, 1, -1, -0.8295, 0.8327, 1, -1, 1, 1, -0.8422, 1, 1, -0.8295, 0.8327, 1, -1, 0.8327, 1, -1, 1, 1, 1.4768, -1, 0.926, 1.8412, -1, 1, 1.8412, -1, 0.926, 1.4768, -1, 0.926, 1.4768, -1, 1, 1.8412, -1, 1, -0.6909, -1, 1, -1, 0.8327, 1, -0.8295, 0.8327, 1, -0.6909, -1, 1, -1, -1, 1, -1, 0.8327, 1, -1, -1, -0.9551, -1, 0.8327, -1, -1, 0.8327, -0.9551, -1, -1, -0.9551, -1, -1, -1, -1, 0.8327, -1, -0.6909, -1, -1, 0.3661, 0.8327, -1, -0.8295, 0.8327, -1, -0.6909, -1, -1, 1.4768, -1, -1, 0.3661, 0.8327, -1, 1.8412, -1, 1, 0.3661, 0.8327, 1, 0.5671, 0.8327, 1, 1.8412, -1, 1, 1.4768, -1, 1, 0.3661, 0.8327, 1, -0.6909, -1, 0.926, 1.4768, -1, 1, 1.4768, -1, 0.926, -0.6909, -1, 0.926, -0.6909, -1, 1, 1.4768, -1, 1, 0.5671, 0.8327, 1, 0.2647, 1, 1, 0.4508, 1, 1, 0.5671, 0.8327, 1, 0.3661, 0.8327, 1, 0.2647, 1, 1, -0.6909, -1, -1, 1.4768, -1, -0.9551, 1.4768, -1, -1, -0.6909, -1, -1, -0.6909, -1, -0.9551, 1.4768, -1, -0.9551, -1, -1, 0.926, -1, 0.8327, -0.9551, -1, 0.8327, 0.926, -1, -1, 0.926, -1, -1, -0.9551, -1, 0.8327, -0.9551, 1.4768, -1, -1, 1.8412, -1, -0.9551, 1.8412, -1, -1, 1.4768, -1, -1, 1.4768, -1, -0.9551, 1.8412, -1, -0.9551, -1, 0.8327, 0.926, -1, 1, -0.9551, -1, 1, 0.926, -1, 0.8327, 0.926, -1, 0.8327, -0.9551, -1, 1, -0.9551, -1, 0.8327, 1, -1, 1, 0.926, -1, 1, 1, -1, 0.8327, 1, -1, 0.8327, 0.926, -1, 1, 0.926, -1, -1, 1, -1, 0.8327, 0.926, -1, 0.8327, 1, -1, -1, 1, -1, -1, 0.926, -1, 0.8327, 0.926, -0.6909, -1, -0.9551, 1.4768, -1, 0.926, 1.4768, -1, -0.9551, -0.6909, -1, -0.9551, -0.6909, -1, 0.926, 1.4768, -1, 0.926, 1.8412, -1, -0.9551, 0.5671, 0.8327, 0.926, 0.5671, 0.8327, -0.9551, 1.8412, -1, -0.9551, 1.8412, -1, 0.926, 0.5671, 0.8327, 0.926, 1.4768, -1, -0.9551, 1.8412, -1, 0.926, 1.8412, -1, -0.9551, 1.4768, -1, -0.9551, 1.4768, -1, 0.926, 1.8412, -1, 0.926, -1, -1, -0.9551, -0.6909, -1, 0.926, -0.6909, -1, -0.9551, -1, -1, -0.9551, -1, -1, 0.926, -0.6909, -1, 0.926, -1, -1, -1, -0.6909, -1, -0.9551, -0.6909, -1, -1, -1, -1, -1, -1, -1, -0.9551, -0.6909, -1, -0.9551, -1, -1, 0.926, -0.6909, -1, 1, -0.6909, -1, 0.926, -1, -1, 0.926, -1, -1, 1, -0.6909, -1, 1, 1.4768, -1, 1, -0.8295, 0.8327, 1, 0.3661, 0.8327, 1, 1.4768, -1, 1, -0.6909, -1, 1, -0.8295, 0.8327, 1, 0.3661, 0.8327, 1, -0.8422, 1, 1, 0.2647, 1, 1, 0.3661, 0.8327, 1, -0.8295, 0.8327, 1, -0.8422, 1, 1, 0.3661, 0.8327, -1, 0.4508, 1, -1, 0.2647, 1, -1, 0.3661, 0.8327, -1, 0.5671, 0.8327, -1, 0.4508, 1, -1, 0.5671, 0.8327, 0.926, 0.4508, 1, 1, 0.4508, 1, 0.926, 0.5671, 0.8327, 0.926, 0.5671, 0.8327, 1, 0.4508, 1, 1, -0.8422, 1, 0.926, -1, 1, 1, -1, 1, 0.926, -0.8422, 1, 0.926, -0.8422, 1, 1, -1, 1, 1, 1.8412, -1, 0.926, 0.5671, 0.8327, 1, 0.5671, 0.8327, 0.926, 1.8412, -1, 0.926, 1.8412, -1, 1, 0.5671, 0.8327, 1, 1.4768, -1, -1, 0.5671, 0.8327, -1, 0.3661, 0.8327, -1, 1.4768, -1, -1, 1.8412, -1, -1, 0.5671, 0.8327, -1, 0.4508, 1, 0.926, 0.2647, 1, 1, 0.2647, 1, 0.926, 0.4508, 1, 0.926, 0.4508, 1, 1, 0.2647, 1, 1, -0.8295, 0.8327, -1, 0.2647, 1, -1, -0.8422, 1, -1, -0.8295, 0.8327, -1, 0.3661, 0.8327, -1, 0.2647, 1, -1, 0.4508, 1, -1, 0.2647, 1, -0.9551, 0.2647, 1, -1, 0.4508, 1, -1, 0.4508, 1, -0.9551, 0.2647, 1, -0.9551, 1.8412, -1, -1, 0.5671, 0.8327, -0.9551, 0.5671, 0.8327, -1, 1.8412, -1, -1, 1.8412, -1, -0.9551, 0.5671, 0.8327, -0.9551, -0.8422, 1, -1, -1, 1, -0.9551, -1, 1, -1, -0.8422, 1, -1, -0.8422, 1, -0.9551, -1, 1, -0.9551, 0.5671, 0.8327, -1, 0.4508, 1, -0.9551, 0.4508, 1, -1, 0.5671, 0.8327, -1, 0.5671, 0.8327, -0.9551, 0.4508, 1, -0.9551, 0.4508, 1, -0.9551, 0.2647, 1, 0.926, 0.2647, 1, -0.9551, 0.4508, 1, -0.9551, 0.4508, 1, 0.926, 0.2647, 1, 0.926, -0.8422, 1, -0.9551, -1, 1, 0.926, -1, 1, -0.9551, -0.8422, 1, -0.9551, -0.8422, 1, 0.926, -1, 1, 0.926, 0.5671, 0.8327, -0.9551, 0.4508, 1, 0.926, 0.4508, 1, -0.9551, 0.5671, 0.8327, -0.9551, 0.5671, 0.8327, 0.926, 0.4508, 1, 0.926, 0.2647, 1, -1, -0.8422, 1, -0.9551, -0.8422, 1, -1, 0.2647, 1, -1, 0.2647, 1, -0.9551, -0.8422, 1, -0.9551, -1, 0.8327, -1, -0.8422, 1, -1, -1, 1, -1, -1, 0.8327, -1, -0.8295, 0.8327, -1, -0.8422, 1, -1, -1, -1, -1, -0.8295, 0.8327, -1, -1, 0.8327, -1, -1, -1, -1, -0.6909, -1, -1, -0.8295, 0.8327, -1, 0.2647, 1, 0.926, -0.8422, 1, 1, -0.8422, 1, 0.926, 0.2647, 1, 0.926, 0.2647, 1, 1, -0.8422, 1, 1, 0.2647, 1, -0.9551, -0.8422, 1, 0.926, -0.8422, 1, -0.9551, 0.2647, 1, -0.9551, 0.2647, 1, 0.926, -0.8422, 1, 0.926)
|
||||
@@ -4,12 +4,12 @@ importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://p0to0gx4xpqa"
|
||||
path="res://.godot/imported/STAGE 3.gltf-6379746b2d0c8eb07ab02fdb71b36a08.scn"
|
||||
path="res://.godot/imported/STAGE 3.gltf-572deb6374b8d1e4943d5f83e8cc4812.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage3/STAGE 3.gltf"
|
||||
dest_files=["res://.godot/imported/STAGE 3.gltf-6379746b2d0c8eb07ab02fdb71b36a08.scn"]
|
||||
source_file="res://Levels/Models/Stage3/STAGE 3.gltf"
|
||||
dest_files=["res://.godot/imported/STAGE 3.gltf-572deb6374b8d1e4943d5f83e8cc4812.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://vdkesbxukpqs"
|
||||
path.s3tc="res://.godot/imported/STAGE 3_1000_F_118943936_75dpkeRbB60RZZzrWsFPL7BC2dxGUdtR.png-7925006594d7a163fa592b01d6d5bf1b.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/STAGE 3_1000_F_118943936_75dpkeRbB60RZZzrWsFPL7BC2dxGUdtR.png-6299b8e9ef43719a761c7ab3459f5c57.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage3/STAGE 3_1000_F_118943936_75dpkeRbB60RZZzrWsFPL7BC2dxGUdtR.png"
|
||||
dest_files=["res://.godot/imported/STAGE 3_1000_F_118943936_75dpkeRbB60RZZzrWsFPL7BC2dxGUdtR.png-7925006594d7a163fa592b01d6d5bf1b.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage3/STAGE 3_1000_F_118943936_75dpkeRbB60RZZzrWsFPL7BC2dxGUdtR.png"
|
||||
dest_files=["res://.godot/imported/STAGE 3_1000_F_118943936_75dpkeRbB60RZZzrWsFPL7BC2dxGUdtR.png-6299b8e9ef43719a761c7ab3459f5c57.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 2.9 MiB After Width: | Height: | Size: 2.9 MiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cjtoysyxjtkmy"
|
||||
path.s3tc="res://.godot/imported/STAGE 3_LIon Marquee_2320x920.png-b5d09ee0782ac3cc8cc3f91d8ddceec1.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/STAGE 3_LIon Marquee_2320x920.png-f8d41fde3ec3e8478660e0060724e38a.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage3/STAGE 3_LIon Marquee_2320x920.png"
|
||||
dest_files=["res://.godot/imported/STAGE 3_LIon Marquee_2320x920.png-b5d09ee0782ac3cc8cc3f91d8ddceec1.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage3/STAGE 3_LIon Marquee_2320x920.png"
|
||||
dest_files=["res://.godot/imported/STAGE 3_LIon Marquee_2320x920.png-f8d41fde3ec3e8478660e0060724e38a.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://33cgwfy7mqcg"
|
||||
path.s3tc="res://.godot/imported/STAGE 3_LIon Marquee_2320x920_2.png-82785cde997797bfbd9f0951f3aabf97.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/STAGE 3_LIon Marquee_2320x920_2.png-86eeb78426a9e97f51cb18b38b520d82.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage3/STAGE 3_LIon Marquee_2320x920_2.png"
|
||||
dest_files=["res://.godot/imported/STAGE 3_LIon Marquee_2320x920_2.png-82785cde997797bfbd9f0951f3aabf97.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage3/STAGE 3_LIon Marquee_2320x920_2.png"
|
||||
dest_files=["res://.godot/imported/STAGE 3_LIon Marquee_2320x920_2.png-86eeb78426a9e97f51cb18b38b520d82.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 99 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cpku414yrxoil"
|
||||
path.s3tc="res://.godot/imported/STAGE 3_hell.png-465737f2e5fc4c9a93e82ba0911a3f5e.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/STAGE 3_hell.png-84225124ae9563fc84d3beb4f45d2a67.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage3/STAGE 3_hell.png"
|
||||
dest_files=["res://.godot/imported/STAGE 3_hell.png-465737f2e5fc4c9a93e82ba0911a3f5e.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage3/STAGE 3_hell.png"
|
||||
dest_files=["res://.godot/imported/STAGE 3_hell.png-84225124ae9563fc84d3beb4f45d2a67.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[gd_scene load_steps=25 format=3 uid="uid://6w3upp7ln4i4"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cjtoysyxjtkmy" path="res://Levels/Final Levels/Stage3/STAGE 3_LIon Marquee_2320x920.png" id="1_slcjc"]
|
||||
[ext_resource type="Texture2D" uid="uid://vdkesbxukpqs" path="res://Levels/Final Levels/Stage3/STAGE 3_1000_F_118943936_75dpkeRbB60RZZzrWsFPL7BC2dxGUdtR.png" id="2_emsot"]
|
||||
[ext_resource type="Texture2D" uid="uid://33cgwfy7mqcg" path="res://Levels/Final Levels/Stage3/STAGE 3_LIon Marquee_2320x920_2.png" id="3_03yj8"]
|
||||
[ext_resource type="Texture2D" uid="uid://cjtoysyxjtkmy" path="res://Levels/Models/Stage3/STAGE 3_LIon Marquee_2320x920.png" id="1_slcjc"]
|
||||
[ext_resource type="Texture2D" uid="uid://vdkesbxukpqs" path="res://Levels/Models/Stage3/STAGE 3_1000_F_118943936_75dpkeRbB60RZZzrWsFPL7BC2dxGUdtR.png" id="2_emsot"]
|
||||
[ext_resource type="Texture2D" uid="uid://33cgwfy7mqcg" path="res://Levels/Models/Stage3/STAGE 3_LIon Marquee_2320x920_2.png" id="3_03yj8"]
|
||||
|
||||
[sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_amx5s"]
|
||||
data = PackedVector3Array(0.5982, -0.9425, -1.0811, -0.5982, -0.9425, 1.0811, -0.5982, -0.9425, -1.0811, 0.5982, -0.9425, -1.0811, 0.5982, -0.9425, 1.0811, -0.5982, -0.9425, 1.0811, 0.5982, -0.9425, 1.0811, 0.5982, 0.9425, -1.0811, 0.5982, 0.9425, 1.0811, 0.5982, -0.9425, 1.0811, 0.5982, -0.9425, -1.0811, 0.5982, 0.9425, -1.0811, -0.5982, -0.9425, 1.0811, 0.5982, 0.9425, 1.0811, -0.5982, 0.9425, 1.0811, -0.5982, -0.9425, 1.0811, 0.5982, -0.9425, 1.0811, 0.5982, 0.9425, 1.0811, -0.5982, -0.9425, -1.0811, -0.5982, 0.9425, 1.0811, -0.5982, 0.9425, -1.0811, -0.5982, -0.9425, -1.0811, -0.5982, -0.9425, 1.0811, -0.5982, 0.9425, 1.0811, -0.5982, 0.9425, -1.0811, 0.5982, 0.9425, 1.0811, 0.5982, 0.9425, -1.0811, -0.5982, 0.9425, -1.0811, -0.5982, 0.9425, 1.0811, 0.5982, 0.9425, 1.0811, 0.5982, -0.9425, -1.0811, -0.5982, 0.9425, -1.0811, 0.5982, 0.9425, -1.0811, 0.5982, -0.9425, -1.0811, -0.5982, -0.9425, -1.0811, -0.5982, 0.9425, -1.0811)
|
||||
@@ -4,12 +4,12 @@ importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://bmhtnviwf8n5k"
|
||||
path="res://.godot/imported/STAGE 4.gltf-157a9b39fe6343e1d4f23637051727c2.scn"
|
||||
path="res://.godot/imported/STAGE 4.gltf-981ef0ae9acbb96d4964a9f68553de14.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage4/STAGE 4.gltf"
|
||||
dest_files=["res://.godot/imported/STAGE 4.gltf-157a9b39fe6343e1d4f23637051727c2.scn"]
|
||||
source_file="res://Levels/Models/Stage4/STAGE 4.gltf"
|
||||
dest_files=["res://.godot/imported/STAGE 4.gltf-981ef0ae9acbb96d4964a9f68553de14.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://drut43wq4drhb"
|
||||
path.s3tc="res://.godot/imported/STAGE 4_Layer 10.png-bbfb30065b5a9cbc46846bea37644e02.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/STAGE 4_Layer 10.png-fcf2d32eb97c1eebbb56728a8e2fdef0.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage4/STAGE 4_Layer 10.png"
|
||||
dest_files=["res://.godot/imported/STAGE 4_Layer 10.png-bbfb30065b5a9cbc46846bea37644e02.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage4/STAGE 4_Layer 10.png"
|
||||
dest_files=["res://.godot/imported/STAGE 4_Layer 10.png-fcf2d32eb97c1eebbb56728a8e2fdef0.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://1d1fd1bvrhwc"
|
||||
path.s3tc="res://.godot/imported/STAGE 4_Layer 12.png-0ab2c8a62b0556c8ccf30742e7deabfd.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/STAGE 4_Layer 12.png-85ac93d94123c8a2bc61410d6e5cc773.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage4/STAGE 4_Layer 12.png"
|
||||
dest_files=["res://.godot/imported/STAGE 4_Layer 12.png-0ab2c8a62b0556c8ccf30742e7deabfd.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage4/STAGE 4_Layer 12.png"
|
||||
dest_files=["res://.godot/imported/STAGE 4_Layer 12.png-85ac93d94123c8a2bc61410d6e5cc773.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ctl432gtbvh30"
|
||||
path.s3tc="res://.godot/imported/STAGE 4_Layer 14.png-5d5c72d52e502a0b0acb161d0ce6491f.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/STAGE 4_Layer 14.png-d174a74c5b3073fa73a7be6e30c1c0b8.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage4/STAGE 4_Layer 14.png"
|
||||
dest_files=["res://.godot/imported/STAGE 4_Layer 14.png-5d5c72d52e502a0b0acb161d0ce6491f.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage4/STAGE 4_Layer 14.png"
|
||||
dest_files=["res://.godot/imported/STAGE 4_Layer 14.png-d174a74c5b3073fa73a7be6e30c1c0b8.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bddw54eylw7j6"
|
||||
path.s3tc="res://.godot/imported/STAGE 4_Layer 16.png-edc34728cc990e9ec7a09b118b1ea680.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/STAGE 4_Layer 16.png-3906fdb70e5c3a2af37e1f4a673738cc.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage4/STAGE 4_Layer 16.png"
|
||||
dest_files=["res://.godot/imported/STAGE 4_Layer 16.png-edc34728cc990e9ec7a09b118b1ea680.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage4/STAGE 4_Layer 16.png"
|
||||
dest_files=["res://.godot/imported/STAGE 4_Layer 16.png-3906fdb70e5c3a2af37e1f4a673738cc.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
@@ -3,7 +3,7 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b02ce3uctmo37"
|
||||
path.s3tc="res://.godot/imported/STAGE 4_Layer 17.png-520c9b5401ad47a7ee7bdef94e1f805a.s3tc.ctex"
|
||||
path.s3tc="res://.godot/imported/STAGE 4_Layer 17.png-d69de310b47cd17cee9c115e72bcc084.s3tc.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc_bptc"],
|
||||
"vram_texture": true
|
||||
@@ -12,8 +12,8 @@ generator_parameters={}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Levels/Final Levels/Stage4/STAGE 4_Layer 17.png"
|
||||
dest_files=["res://.godot/imported/STAGE 4_Layer 17.png-520c9b5401ad47a7ee7bdef94e1f805a.s3tc.ctex"]
|
||||
source_file="res://Levels/Models/Stage4/STAGE 4_Layer 17.png"
|
||||
dest_files=["res://.godot/imported/STAGE 4_Layer 17.png-d69de310b47cd17cee9c115e72bcc084.s3tc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||