Compare commits

35 Commits

Author SHA1 Message Date
5aff65d384 Fix exit 2023-09-04 13:02:01 -07:00
a6a8f5e893 Select fix 2023-09-04 11:43:54 -07:00
e27fe40420 Fix spawn location and on hit 2023-09-04 11:36:31 -07:00
c2239d240e Fix multiplayer 2023-09-04 07:20:33 -07:00
c32bbfe45a Refactor Player and Character 2023-09-04 06:42:02 -07:00
a8ea40dee8 Fix small selection bug 2023-09-04 04:53:50 -07:00
70bf65887c Import megami 2023-09-04 04:52:41 -07:00
b29f7ce75b Stage 6 import 2023-09-04 04:28:24 -07:00
8523d6b64f Madness check-in 2023-09-04 04:19:27 -07:00
bf60e2dd9e Fix hit detection 2023-09-04 01:43:20 -07:00
0bd39bfd51 Minor fixes 2023-09-04 01:36:18 -07:00
3738f24705 Fix issues 2023-09-04 01:33:30 -07:00
8eeca13607 Fix shader 2023-09-04 00:06:22 -07:00
6ff28bce60 CUTTTTTAAAAA 2023-09-03 23:10:58 -07:00
1ae76971f7 Add final level, start on cutter weapon 2023-09-03 22:05:39 -07:00
43f2da2f4b Add scorpio 2023-09-03 21:03:42 -07:00
53d8129cbb Fix hit detection 2023-09-03 19:40:34 -07:00
aa9b5a1793 Enemy follow 2023-09-03 18:23:51 -07:00
c8d0eefd7e Improve game over conditions 2023-09-03 15:57:21 -07:00
23f20f08e0 Set game over for character condition 2023-09-03 15:41:39 -07:00
f7417d0afd Initial character select implementation 2023-09-03 15:06:39 -07:00
a15973a621 Add stuff 2023-09-03 00:43:27 -07:00
23443546b2 Add game manager 2023-09-03 00:30:18 -07:00
cf2642be2c Boss healthbar 2023-09-03 00:16:40 -07:00
7764644b90 nobody is reading this 2023-09-02 21:43:53 -07:00
071010f652 Add controller support 2023-09-02 21:05:56 -07:00
9b5a94bfab Set spawn points 2023-09-02 20:59:00 -07:00
736060d6ca Load level 2023-09-02 20:03:20 -07:00
cff32e0fb9 Placeholder music 2023-09-02 18:33:44 -07:00
271b0ede0d Add stages 2023-09-02 18:17:24 -07:00
334378932c Basic enemy pathing implementation 2023-09-02 17:42:07 -07:00
549cb7a325 Bullet hit rock detection 2023-09-02 15:58:13 -07:00
11a2554697 A lot of UI work....
opening slash animation
main menu
load first level
2023-09-02 15:50:21 -07:00
c3d19b8e0d Fix project 2023-09-02 13:42:29 -07:00
f9c9bf0990 Fix project layout 2023-09-02 13:28:16 -07:00
282 changed files with 56743 additions and 1332 deletions

BIN
Audio/BGM/02 MovinOn.mp3 Normal file

Binary file not shown.

View File

@@ -0,0 +1,19 @@
[remap]
importer="mp3"
type="AudioStreamMP3"
uid="uid://cp787gdbhccb1"
path="res://.godot/imported/02 MovinOn.mp3-9ee085070ee763b5e5fda860f33a13f2.mp3str"
[deps]
source_file="res://Audio/BGM/02 MovinOn.mp3"
dest_files=["res://.godot/imported/02 MovinOn.mp3-9ee085070ee763b5e5fda860f33a13f2.mp3str"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

BIN
Audio/BGM/titlemusic.wav Normal file

Binary file not shown.

View File

@@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://dbeeph3g2ped8"
path="res://.godot/imported/titlemusic.wav-dfb1259cd0095fafd5f1926f516a0a12.sample"
[deps]
source_file="res://Audio/BGM/titlemusic.wav"
dest_files=["res://.godot/imported/titlemusic.wav-dfb1259cd0095fafd5f1926f516a0a12.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0

View File

@@ -1,9 +1,10 @@
<Project Sdk="Godot.NET.Sdk/4.1.1">
<Project Sdk="Godot.NET.Sdk/4.0.4">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<Folder Include="Scenes\" />
<Folder Include="Textures\Models\" />
</ItemGroup>
</Project>

10
GameJam2023.csproj.old Normal file
View File

@@ -0,0 +1,10 @@
<Project Sdk="Godot.NET.Sdk/4.1.1">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<Folder Include="Scenes\" />
<Folder Include="Textures\Models\" />
</ItemGroup>
</Project>

10
GameJam2023.csproj.old.1 Normal file
View File

@@ -0,0 +1,10 @@
<Project Sdk="Godot.NET.Sdk/4.0.4">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<Folder Include="Scenes\" />
<Folder Include="Textures\Models\" />
</ItemGroup>
</Project>

10
GameJam2023.csproj.old.2 Normal file
View File

@@ -0,0 +1,10 @@
<Project Sdk="Godot.NET.Sdk/4.1.1">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<Folder Include="Scenes\" />
<Folder Include="Textures\Models\" />
</ItemGroup>
</Project>

10
GameJam2023.csproj.old.3 Normal file
View File

@@ -0,0 +1,10 @@
<Project Sdk="Godot.NET.Sdk/4.0.4">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<Folder Include="Scenes\" />
<Folder Include="Textures\Models\" />
</ItemGroup>
</Project>

10
GameJam2023.csproj.old.4 Normal file
View File

@@ -0,0 +1,10 @@
<Project Sdk="Godot.NET.Sdk/4.1.1">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<Folder Include="Scenes\" />
<Folder Include="Textures\Models\" />
</ItemGroup>
</Project>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,32 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://dg3k3cvfyaqx1"
path="res://.godot/imported/STAGE 1.gltf-891c676d319331379e4316b30b95049c.scn"
[deps]
source_file="res://Levels/Final Levels/Stage1/STAGE 1.gltf"
dest_files=["res://.godot/imported/STAGE 1.gltf-891c676d319331379e4316b30b95049c.scn"]
[params]
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
import_script/path=""
_subresources={}
gltf/embedded_image_handling=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

View File

@@ -2,8 +2,8 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://cfjna11kkjnx5"
path.s3tc="res://.godot/imported/levelTEST_33312605-seamless-wood-texture-natural-background.png-681f106535acc0b22c3782ca3490e6cb.s3tc.ctex"
uid="uid://b8l4bipck52u"
path.s3tc="res://.godot/imported/STAGE 1_Screenshot 2023-09-03 at 13.29.png-8b7b3d92af88aff1c934a6b0303ddc6a.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
@@ -12,8 +12,8 @@ generator_parameters={}
[deps]
source_file="res://Levels/levelTEST_33312605-seamless-wood-texture-natural-background.png"
dest_files=["res://.godot/imported/levelTEST_33312605-seamless-wood-texture-natural-background.png-681f106535acc0b22c3782ca3490e6cb.s3tc.ctex"]
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"]
[params]

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -2,8 +2,8 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://bj8evqg4oegyw"
path.s3tc="res://.godot/imported/levelTEST_57a4b1dda4796c2d47bb9ed563eddac7.png-bc1900852803938ef03a3564e18e855e.s3tc.ctex"
uid="uid://dcwooc3thxekc"
path.s3tc="res://.godot/imported/STAGE 1_hexa.png-be8a6e04e1a2786d298be1af59d3646f.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
@@ -12,8 +12,8 @@ generator_parameters={}
[deps]
source_file="res://Levels/levelTEST_57a4b1dda4796c2d47bb9ed563eddac7.png"
dest_files=["res://.godot/imported/levelTEST_57a4b1dda4796c2d47bb9ed563eddac7.png-bc1900852803938ef03a3564e18e855e.s3tc.ctex"]
source_file="res://Levels/Final Levels/Stage1/STAGE 1_hexa.png"
dest_files=["res://.godot/imported/STAGE 1_hexa.png-be8a6e04e1a2786d298be1af59d3646f.s3tc.ctex"]
[params]

View File

@@ -0,0 +1,5 @@
[gd_scene load_steps=2 format=3 uid="uid://bnn68u04ktmas"]
[ext_resource type="PackedScene" uid="uid://dg3k3cvfyaqx1" path="res://Levels/Final Levels/Stage1/STAGE 1.gltf" id="1_5hbgg"]
[node name="STAGE 1" instance=ExtResource("1_5hbgg")]

View File

@@ -0,0 +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"]
[node name="STAGE 1" instance=ExtResource("1_kaeis")]

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,32 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://cv33g1wyltecc"
path="res://.godot/imported/STAGE 2.gltf-b1d20104c48f06b919339a7ffd56b1fc.scn"
[deps]
source_file="res://Levels/Final Levels/Stage2/STAGE 2.gltf"
dest_files=["res://.godot/imported/STAGE 2.gltf-b1d20104c48f06b919339a7ffd56b1fc.scn"]
[params]
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
import_script/path=""
_subresources={}
gltf/embedded_image_handling=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 KiB

View File

@@ -0,0 +1,36 @@
[remap]
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"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
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"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 KiB

View File

@@ -2,8 +2,8 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://bch5ytrxpolnk"
path.s3tc="res://.godot/imported/levelTEST_1000_F_294997483_FrDSBYr8gfJ5OnXF7IomvLjg3jjQldvr.png-54928c9fd7c261ee31a4f147685539e9.s3tc.ctex"
uid="uid://c5jw58iiex4vy"
path.s3tc="res://.godot/imported/STAGE 2_tie-500x500.png-b9118aef1272e977829e0be5c73cf9c5.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
@@ -12,8 +12,8 @@ generator_parameters={}
[deps]
source_file="res://Levels/levelTEST_1000_F_294997483_FrDSBYr8gfJ5OnXF7IomvLjg3jjQldvr.png"
dest_files=["res://.godot/imported/levelTEST_1000_F_294997483_FrDSBYr8gfJ5OnXF7IomvLjg3jjQldvr.png-54928c9fd7c261ee31a4f147685539e9.s3tc.ctex"]
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"]
[params]

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://vdkesbxukpqs"
path.s3tc="res://.godot/imported/STAGE 3_1000_F_118943936_75dpkeRbB60RZZzrWsFPL7BC2dxGUdtR.png-7925006594d7a163fa592b01d6d5bf1b.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
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"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cjtoysyxjtkmy"
path.s3tc="res://.godot/imported/STAGE 3_LIon Marquee_2320x920.png-b5d09ee0782ac3cc8cc3f91d8ddceec1.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
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"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://33cgwfy7mqcg"
path.s3tc="res://.godot/imported/STAGE 3_LIon Marquee_2320x920_2.png-82785cde997797bfbd9f0951f3aabf97.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
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"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cpku414yrxoil"
path.s3tc="res://.godot/imported/STAGE 3_hell.png-465737f2e5fc4c9a93e82ba0911a3f5e.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
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"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

View File

@@ -0,0 +1,8 @@
[gd_scene load_steps=2 format=3 uid="uid://6w3upp7ln4i4"]
[ext_resource type="PackedScene" uid="uid://p0to0gx4xpqa" path="res://Levels/Final Levels/Stage3/STAGE 3.gltf" id="1_m0nyb"]
[node name="STAGE 3" instance=ExtResource("1_m0nyb")]
[node name="AnimationPlayer" parent="." index="5"]
autoplay = "Animation"

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://drut43wq4drhb"
path.s3tc="res://.godot/imported/STAGE 4_Layer 10.png-bbfb30065b5a9cbc46846bea37644e02.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
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"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://1d1fd1bvrhwc"
path.s3tc="res://.godot/imported/STAGE 4_Layer 12.png-0ab2c8a62b0556c8ccf30742e7deabfd.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
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"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ctl432gtbvh30"
path.s3tc="res://.godot/imported/STAGE 4_Layer 14.png-5d5c72d52e502a0b0acb161d0ce6491f.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
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"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bddw54eylw7j6"
path.s3tc="res://.godot/imported/STAGE 4_Layer 16.png-edc34728cc990e9ec7a09b118b1ea680.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
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"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b02ce3uctmo37"
path.s3tc="res://.godot/imported/STAGE 4_Layer 17.png-520c9b5401ad47a7ee7bdef94e1f805a.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
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"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c26udapr2muyf"
path.s3tc="res://.godot/imported/STAGE 4_Layer 18.png-de1a568f2213dd632fd56243757c0b04.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://Levels/Final Levels/Stage4/STAGE 4_Layer 18.png"
dest_files=["res://.godot/imported/STAGE 4_Layer 18.png-de1a568f2213dd632fd56243757c0b04.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b03lux2re8t4b"
path.s3tc="res://.godot/imported/STAGE 4_Layer 19.png-39a0cfb71cdbcbe4ec543e4f3667fcfa.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://Levels/Final Levels/Stage4/STAGE 4_Layer 19.png"
dest_files=["res://.godot/imported/STAGE 4_Layer 19.png-39a0cfb71cdbcbe4ec543e4f3667fcfa.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -2,8 +2,8 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://o723ad7k848v"
path.s3tc="res://.godot/imported/levelTEST_Tiling-Grass-Texture-Main.png-3625ac5b5a48e349f48f366367416cdd.s3tc.ctex"
uid="uid://e0n5ob5rh843"
path.s3tc="res://.godot/imported/STAGE 4_Layer 2.png-ae36a10f51c3e439d0bcf0c4cc58c031.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
@@ -12,8 +12,8 @@ generator_parameters={}
[deps]
source_file="res://Levels/levelTEST_Tiling-Grass-Texture-Main.png"
dest_files=["res://.godot/imported/levelTEST_Tiling-Grass-Texture-Main.png-3625ac5b5a48e349f48f366367416cdd.s3tc.ctex"]
source_file="res://Levels/Final Levels/Stage4/STAGE 4_Layer 2.png"
dest_files=["res://.godot/imported/STAGE 4_Layer 2.png-ae36a10f51c3e439d0bcf0c4cc58c031.s3tc.ctex"]
[params]

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://co3ld2fio5w5g"
path.s3tc="res://.godot/imported/STAGE 4_Layer 3.png-841194da8b3d337a8e631e5d173ab1fa.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://Levels/Final Levels/Stage4/STAGE 4_Layer 3.png"
dest_files=["res://.godot/imported/STAGE 4_Layer 3.png-841194da8b3d337a8e631e5d173ab1fa.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dtvu7jfeq774w"
path.s3tc="res://.godot/imported/STAGE 4_Layer 4.png-dd8f31db6692d64bd213b118777045b7.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://Levels/Final Levels/Stage4/STAGE 4_Layer 4.png"
dest_files=["res://.godot/imported/STAGE 4_Layer 4.png-dd8f31db6692d64bd213b118777045b7.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ci11mgqkh485r"
path.s3tc="res://.godot/imported/STAGE 4_Layer 6.png-22f7c3ed12a8992031e8e2bc5d03816c.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://Levels/Final Levels/Stage4/STAGE 4_Layer 6.png"
dest_files=["res://.godot/imported/STAGE 4_Layer 6.png-22f7c3ed12a8992031e8e2bc5d03816c.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://druqhfjfng42d"
path.s3tc="res://.godot/imported/STAGE 4_Layer 7.png-a9f7b0813b55a99580e49d9cbf6094ea.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://Levels/Final Levels/Stage4/STAGE 4_Layer 7.png"
dest_files=["res://.godot/imported/STAGE 4_Layer 7.png-a9f7b0813b55a99580e49d9cbf6094ea.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://lhbmpatcp45n"
path.s3tc="res://.godot/imported/STAGE 4_hakkero.png-e5fe65618b7d41cc4a414e1fe79812ac.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://Levels/Final Levels/Stage4/STAGE 4_hakkero.png"
dest_files=["res://.godot/imported/STAGE 4_hakkero.png-e5fe65618b7d41cc4a414e1fe79812ac.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b1swgex027qlb"
path.s3tc="res://.godot/imported/STAGE 4_horsehad.png-3e33f8b1e3b0cc202a479bfb0fbeb1fd.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://Levels/Final Levels/Stage4/STAGE 4_horsehad.png"
dest_files=["res://.godot/imported/STAGE 4_horsehad.png-3e33f8b1e3b0cc202a479bfb0fbeb1fd.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dpjd2ieex6evv"
path.s3tc="res://.godot/imported/STAGE 4_ohxhead.png-bf870a0a11d5682c26679bd29a3cf591.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://Levels/Final Levels/Stage4/STAGE 4_ohxhead.png"
dest_files=["res://.godot/imported/STAGE 4_ohxhead.png-bf870a0a11d5682c26679bd29a3cf591.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

View File

@@ -0,0 +1,8 @@
[gd_scene load_steps=2 format=3 uid="uid://bmdkadbprrfvk"]
[ext_resource type="PackedScene" uid="uid://bmhtnviwf8n5k" path="res://Levels/Final Levels/Stage4/STAGE 4.gltf" id="1_6653f"]
[node name="STAGE 4" instance=ExtResource("1_6653f")]
[node name="AnimationPlayer" parent="." index="7"]
autoplay = "Animation"

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bhro83ypu6mxq"
path.s3tc="res://.godot/imported/STAGE 5_1MITCLAN11.png-170c208c704c790d4e640ad54efbd2c8.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://Levels/Final Levels/Stage5/STAGE 5_1MITCLAN11.png"
dest_files=["res://.godot/imported/STAGE 5_1MITCLAN11.png-170c208c704c790d4e640ad54efbd2c8.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://od2flvki1i4y"
path.s3tc="res://.godot/imported/STAGE 5_aztec stone.png-537cf67012cfcb941cd23346975d3083.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://Levels/Final Levels/Stage5/STAGE 5_aztec stone.png"
dest_files=["res://.godot/imported/STAGE 5_aztec stone.png-537cf67012cfcb941cd23346975d3083.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dnms411aohm3b"
path.s3tc="res://.godot/imported/STAGE 5_aztec.png-f851fa0c19ffbb6276c386127ed7b3b9.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://Levels/Final Levels/Stage5/STAGE 5_aztec.png"
dest_files=["res://.godot/imported/STAGE 5_aztec.png-f851fa0c19ffbb6276c386127ed7b3b9.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

View File

@@ -0,0 +1,8 @@
[gd_scene load_steps=2 format=3 uid="uid://cy07ovg33vws6"]
[ext_resource type="PackedScene" uid="uid://wboce8vvq40c" path="res://Levels/Final Levels/Stage5/STAGE 5.gltf" id="1_qce7j"]
[node name="STAGE 5" instance=ExtResource("1_qce7j")]
[node name="AnimationPlayer" parent="." index="17"]
autoplay = "Animation"

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,32 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://dwfjcw7nb5hao"
path="res://.godot/imported/STAGE 6.gltf-3552e09004946c417ebdb8dcad28977e.scn"
[deps]
source_file="res://Levels/Final Levels/Stage6/STAGE 6.gltf"
dest_files=["res://.godot/imported/STAGE 6.gltf-3552e09004946c417ebdb8dcad28977e.scn"]
[params]
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
import_script/path=""
_subresources={}
gltf/embedded_image_handling=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cvlpjn8c336cy"
path.s3tc="res://.godot/imported/STAGE 6_1000_F_118943936_75dpkeRbB60RZZzrWsFPL7BC2dxGUdtR.png-c68c6d514e7d0a10e6c2be4072de5d03.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://Levels/Final Levels/Stage6/STAGE 6_1000_F_118943936_75dpkeRbB60RZZzrWsFPL7BC2dxGUdtR.png"
dest_files=["res://.godot/imported/STAGE 6_1000_F_118943936_75dpkeRbB60RZZzrWsFPL7BC2dxGUdtR.png-c68c6d514e7d0a10e6c2be4072de5d03.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://2sxbcp0t0ndx"
path.s3tc="res://.godot/imported/STAGE 6_LIon Marquee_2320x920.png-ffaf924ce41fae2d87232c591161ae05.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://Levels/Final Levels/Stage6/STAGE 6_LIon Marquee_2320x920.png"
dest_files=["res://.godot/imported/STAGE 6_LIon Marquee_2320x920.png-ffaf924ce41fae2d87232c591161ae05.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://toqcquijm0ry"
path.s3tc="res://.godot/imported/STAGE 6_aztec stone.png-4f23bab1ef3285f30b3729b795c48840.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://Levels/Final Levels/Stage6/STAGE 6_aztec stone.png"
dest_files=["res://.godot/imported/STAGE 6_aztec stone.png-4f23bab1ef3285f30b3729b795c48840.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bkjp1eurxf2wq"
path.s3tc="res://.godot/imported/STAGE 6_hell euro.png-64197896ee3aca011a805ab42268b612.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://Levels/Final Levels/Stage6/STAGE 6_hell euro.png"
dest_files=["res://.godot/imported/STAGE 6_hell euro.png-64197896ee3aca011a805ab42268b612.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://q2va7iuol3xh"
path.s3tc="res://.godot/imported/STAGE 6_mural aztec.png-afd5732f99e10fde44ca516be8e84300.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://Levels/Final Levels/Stage6/STAGE 6_mural aztec.png"
dest_files=["res://.godot/imported/STAGE 6_mural aztec.png-afd5732f99e10fde44ca516be8e84300.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://h1wfaona1ey8"
path.s3tc="res://.godot/imported/STAGE 6_restin guy.png-1c900d53d260ee48aa6540c02ffc6b07.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
generator_parameters={}
[deps]
source_file="res://Levels/Final Levels/Stage6/STAGE 6_restin guy.png"
dest_files=["res://.godot/imported/STAGE 6_restin guy.png-1c900d53d260ee48aa6540c02ffc6b07.s3tc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

View File

@@ -0,0 +1,5 @@
[gd_scene load_steps=2 format=3 uid="uid://dldy6w23fyr5t"]
[ext_resource type="PackedScene" uid="uid://dwfjcw7nb5hao" path="res://Levels/Final Levels/Stage6/STAGE 6.gltf" id="1_gokvf"]
[node name="STAGE 6" instance=ExtResource("1_gokvf")]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,32 @@
[remap]
importer="scene"
importer_version=1
type="PackedScene"
uid="uid://dpuyhoh47urss"
path="res://.godot/imported/FINAL STAGE.gltf-507a7dc9698d2b48f74aeba18898acf9.scn"
[deps]
source_file="res://Levels/Final Levels/Stage9/FINAL STAGE.gltf"
dest_files=["res://.godot/imported/FINAL STAGE.gltf-507a7dc9698d2b48f74aeba18898acf9.scn"]
[params]
nodes/root_type="Node3D"
nodes/root_name="Scene Root"
nodes/apply_root_scale=true
nodes/root_scale=1.0
meshes/ensure_tangents=true
meshes/generate_lods=true
meshes/create_shadow_meshes=true
meshes/light_baking=1
meshes/lightmap_texel_size=0.2
skins/use_named_skins=true
animation/import=true
animation/fps=30
animation/trimming=false
animation/remove_immutable_tracks=true
import_script/path=""
_subresources={}
gltf/embedded_image_handling=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b0waffuexnnrn"
path.s3tc="res://.godot/imported/FINAL STAGE_BRAIN.png-21e1bbc25cb89c2b907c7f1d0f740132.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
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"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@@ -0,0 +1,36 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cuhp6ndq6h84u"
path.s3tc="res://.godot/imported/FINAL STAGE_BUSINESS.png-27cac6297d3b71da671b01142fc7b852.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
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"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Some files were not shown because too many files have changed in this diff Show More