From de597d297887192db41266fb541a2e791d67470b Mon Sep 17 00:00:00 2001 From: Anthony Wilcox <35226681+antonwilc0x@users.noreply.github.com> Date: Wed, 20 Mar 2019 01:12:50 -0400 Subject: [PATCH] Project upgrade --- .gitignore | 2 + project/TitleScn.tscn | 191 ++---------------- project/assets/atomic_shirt.png.import | 5 + project/assets/beat_up_jeans.png.import | 5 + project/assets/biker_jacket.png.import | 5 + project/assets/blue_camo_jeans.png.import | 5 + project/assets/bottoms_placeholder.png.import | 5 + project/assets/briefs.png.import | 5 + project/assets/camera.png.import | 5 + project/assets/character_base.png.import | 5 + .../assets/classic/briefs_classic.png.import | 5 + .../assets/classic/camera_classic.png.import | 5 + .../assets/classic/fundosi_classic.png.import | 5 + .../classic/owo_censor_classic.png.import | 5 + .../classic/z_briefs_classic.png.import | 5 + project/assets/classic_dress_up_bg.png.import | 5 + .../classic_dress_up_blurred_bg.png.import | 5 + project/assets/dj_shirt.png.import | 5 + project/assets/dj_shorts.png.import | 5 + .../dressup_blurred_wardrobe.png.import | 5 + project/assets/dressup_wardrobe.png.import | 5 + project/assets/eyes/eyes1.png.import | 5 + project/assets/eyes/eyes2.png.import | 5 + project/assets/eyes/eyes3.png.import | 5 + project/assets/eyes/eyes4.png.import | 5 + project/assets/eyes/eyes5.png.import | 5 + project/assets/eyes/eyes6.png.import | 5 + project/assets/eyes/eyes7.png.import | 5 + project/assets/fundosi.png.import | 5 + project/assets/icrazy_frame.png.import | 5 + project/assets/jeans.png.import | 5 + project/assets/korm_shirt.png.import | 5 + project/assets/lights.png.import | 5 + project/assets/modern_dress_up_bg.png.import | 5 + .../modern_dress_up_blurred_bg.png.import | 5 + project/assets/mouth/mouth.png.import | 5 + project/assets/mouth/mouth10.png.import | 5 + project/assets/mouth/mouth11.png.import | 5 + project/assets/mouth/mouth12.png.import | 5 + project/assets/mouth/mouth2.png.import | 5 + project/assets/mouth/mouth3.png.import | 5 + project/assets/mouth/mouth4.png.import | 5 + project/assets/mouth/mouth5.png.import | 5 + project/assets/mouth/mouth6.png.import | 5 + project/assets/mouth/mouth7.png.import | 5 + project/assets/mouth/mouth8.png.import | 5 + project/assets/mouth/mouth9.png.import | 5 + project/assets/nl_jacket.png.import | 5 + project/assets/old_sweatshirt.png.import | 5 + project/assets/owo_censor.png.import | 5 + project/assets/raw_shirt.png.import | 5 + project/assets/sixam_logo_200px.png.import | 5 + project/assets/sweat_pants.png.import | 5 + project/assets/tail/tail0.png.import | 5 + project/assets/tail/tail1.png.import | 5 + project/assets/tail/tail2.png.import | 5 + project/assets/tops_placeholder.png.import | 5 + project/assets/train_hoodie.png.import | 5 + project/assets/whatsnew_shirt.png.import | 5 + project/assets/z_briefs.png.import | 5 + project/assets/z_shirt.png.import | 5 + project/boot_splash.png.import | 5 + project/default_env.tres | 86 -------- project/icon.png.import | 5 + project/lang/local.en.translation | Bin 1076 -> 1076 bytes project/lang/local.sv.translation | Bin 1100 -> 1100 bytes project/project.godot | 12 +- 67 files changed, 332 insertions(+), 264 deletions(-) diff --git a/.gitignore b/.gitignore index e3803f3..c22cc88 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +export + # Created by https://www.gitignore.io/api/linux,macos,windows,godot,visualstudiocode # Edit at https://www.gitignore.io/?templates=linux,macos,windows,godot,visualstudiocode diff --git a/project/TitleScn.tscn b/project/TitleScn.tscn index 8fed44d..1bf01cf 100644 --- a/project/TitleScn.tscn +++ b/project/TitleScn.tscn @@ -7,29 +7,25 @@ [ext_resource path="res://WinDialogs.tscn" type="PackedScene" id=5] [node name="Start" type="Node"] - script = ExtResource( 1 ) -[node name="Modern" type="Node2D" parent="." index="0"] - -[node name="ModernBG" type="Sprite" parent="Modern" index="0"] +[node name="Modern" type="Node2D" parent="."] +[node name="ModernBG" type="Sprite" parent="Modern"] position = Vector2( 400, 277 ) texture = ExtResource( 2 ) __meta__ = { "_edit_lock_": true } -[node name="WordrobeBG" type="Sprite" parent="Modern" index="1"] - +[node name="WordrobeBG" type="Sprite" parent="Modern"] position = Vector2( 492.609, 280.27 ) texture = ExtResource( 3 ) __meta__ = { "_edit_lock_": true } -[node name="ClassicBG" type="Sprite" parent="." index="1"] - +[node name="ClassicBG" type="Sprite" parent="."] visible = false position = Vector2( 400, 277 ) texture = ExtResource( 4 ) @@ -37,244 +33,87 @@ __meta__ = { "_edit_lock_": true } -[node name="MenuRf" type="ReferenceRect" parent="." index="2"] - -anchor_left = 0.0 -anchor_top = 0.0 -anchor_right = 0.0 -anchor_bottom = 0.0 +[node name="MenuRf" type="ReferenceRect" parent="."] margin_left = 221.0 margin_top = 80.0 margin_right = 762.0 margin_bottom = 395.0 -rect_pivot_offset = Vector2( 0, 0 ) -rect_clip_content = false -mouse_filter = 0 -mouse_default_cursor_shape = 0 -size_flags_horizontal = 1 -size_flags_vertical = 1 -[node name="StartVbox" type="VBoxContainer" parent="MenuRf" index="0"] - -anchor_left = 0.0 -anchor_top = 0.0 -anchor_right = 0.0 -anchor_bottom = 0.0 +[node name="StartVbox" type="VBoxContainer" parent="MenuRf"] margin_left = 14.0 margin_top = 14.0 margin_right = 150.0 margin_bottom = 99.0 -rect_pivot_offset = Vector2( 0, 0 ) -rect_clip_content = false -mouse_filter = 1 -mouse_default_cursor_shape = 0 -size_flags_horizontal = 1 -size_flags_vertical = 1 -alignment = 0 -[node name="PlayBtn" type="Button" parent="MenuRf/StartVbox" index="0"] - -anchor_left = 0.0 -anchor_top = 0.0 -anchor_right = 0.0 -anchor_bottom = 0.0 +[node name="PlayBtn" type="Button" parent="MenuRf/StartVbox"] margin_right = 136.0 margin_bottom = 20.0 -rect_pivot_offset = Vector2( 0, 0 ) -rect_clip_content = false -focus_mode = 2 -mouse_filter = 0 -mouse_default_cursor_shape = 0 -size_flags_horizontal = 1 -size_flags_vertical = 1 toggle_mode = true -enabled_focus_mode = 2 -shortcut = null -group = null text = "KPLY" -flat = false -align = 1 -[node name="CreditsBtn" type="Button" parent="MenuRf/StartVbox" index="1"] - -anchor_left = 0.0 -anchor_top = 0.0 -anchor_right = 0.0 -anchor_bottom = 0.0 +[node name="CreditsBtn" type="Button" parent="MenuRf/StartVbox"] margin_top = 24.0 margin_right = 136.0 margin_bottom = 44.0 -rect_pivot_offset = Vector2( 0, 0 ) -rect_clip_content = false -focus_mode = 2 -mouse_filter = 0 -mouse_default_cursor_shape = 0 -size_flags_horizontal = 1 -size_flags_vertical = 1 -toggle_mode = false -enabled_focus_mode = 2 -shortcut = null -group = null text = "KCRE" -flat = false -align = 1 -[node name="LicenseBtn" type="Button" parent="MenuRf/StartVbox" index="2"] - -anchor_left = 0.0 -anchor_top = 0.0 -anchor_right = 0.0 -anchor_bottom = 0.0 +[node name="LicenseBtn" type="Button" parent="MenuRf/StartVbox"] margin_top = 48.0 margin_right = 136.0 margin_bottom = 68.0 -rect_pivot_offset = Vector2( 0, 0 ) -rect_clip_content = false -focus_mode = 2 -mouse_filter = 0 -mouse_default_cursor_shape = 0 -size_flags_horizontal = 1 -size_flags_vertical = 1 -toggle_mode = false -enabled_focus_mode = 2 -shortcut = null -group = null text = "KLIC" -flat = false -align = 1 - -[node name="ModePanel" type="Panel" parent="MenuRf" index="1"] +[node name="ModePanel" type="Panel" parent="MenuRf"] visible = false -anchor_left = 0.0 -anchor_top = 0.0 -anchor_right = 0.0 -anchor_bottom = 0.0 margin_left = 168.0 margin_top = 14.0 margin_right = 314.0 margin_bottom = 106.0 -rect_pivot_offset = Vector2( 0, 0 ) -rect_clip_content = false -mouse_filter = 0 -mouse_default_cursor_shape = 0 -size_flags_horizontal = 1 -size_flags_vertical = 1 -[node name="PlayVbox" type="VBoxContainer" parent="MenuRf/ModePanel" index="0"] - -anchor_left = 0.0 -anchor_top = 0.0 +[node name="PlayVbox" type="VBoxContainer" parent="MenuRf/ModePanel"] anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 5.0 margin_top = 5.0 margin_right = -5.0 margin_bottom = -5.0 -rect_pivot_offset = Vector2( 0, 0 ) -rect_clip_content = false -mouse_filter = 1 -mouse_default_cursor_shape = 0 -size_flags_horizontal = 1 -size_flags_vertical = 1 -alignment = 0 -_sections_unfolded = [ "Margin" ] __meta__ = { "_edit_lock_": true } -[node name="ModeLbl" type="Label" parent="MenuRf/ModePanel/PlayVbox" index="0"] - -anchor_left = 0.0 -anchor_top = 0.0 -anchor_right = 0.0 -anchor_bottom = 0.0 +[node name="ModeLbl" type="Label" parent="MenuRf/ModePanel/PlayVbox"] margin_right = 136.0 margin_bottom = 14.0 -rect_pivot_offset = Vector2( 0, 0 ) -rect_clip_content = false -mouse_filter = 2 -mouse_default_cursor_shape = 0 -size_flags_horizontal = 1 -size_flags_vertical = 4 text = "KGMO" align = 1 -percent_visible = 1.0 -lines_skipped = 0 -max_lines_visible = -1 __meta__ = { "_edit_lock_": true } -[node name="ModernBtn" type="Button" parent="MenuRf/ModePanel/PlayVbox" index="1"] - -anchor_left = 0.0 -anchor_top = 0.0 -anchor_right = 0.0 -anchor_bottom = 0.0 +[node name="ModernBtn" type="Button" parent="MenuRf/ModePanel/PlayVbox"] margin_top = 18.0 margin_right = 136.0 margin_bottom = 38.0 -rect_pivot_offset = Vector2( 0, 0 ) -rect_clip_content = false -focus_mode = 2 -mouse_filter = 0 -mouse_default_cursor_shape = 0 -size_flags_horizontal = 1 -size_flags_vertical = 1 -toggle_mode = false -enabled_focus_mode = 2 -shortcut = null -group = null text = "Modern" -flat = false -align = 1 -_sections_unfolded = [ "Pause" ] __meta__ = { "_edit_lock_": true } -[node name="ClassicBtn" type="Button" parent="MenuRf/ModePanel/PlayVbox" index="2"] - -anchor_left = 0.0 -anchor_top = 0.0 -anchor_right = 0.0 -anchor_bottom = 0.0 +[node name="ClassicBtn" type="Button" parent="MenuRf/ModePanel/PlayVbox"] margin_top = 42.0 margin_right = 136.0 margin_bottom = 62.0 -rect_pivot_offset = Vector2( 0, 0 ) -rect_clip_content = false -focus_mode = 2 -mouse_filter = 0 -mouse_default_cursor_shape = 0 -size_flags_horizontal = 1 -size_flags_vertical = 1 -toggle_mode = false -enabled_focus_mode = 2 -shortcut = null -group = null text = "KCLS" -flat = false -align = 1 __meta__ = { "_edit_lock_": true } -[node name="WinDialogs" parent="." index="3" instance=ExtResource( 5 )] +[node name="WinDialogs" parent="." instance=ExtResource( 5 )] [connection signal="toggled" from="MenuRf/StartVbox/PlayBtn" to="." method="_on_PlayBtn_toggled"] - [connection signal="pressed" from="MenuRf/StartVbox/CreditsBtn" to="." method="_on_CreditsBtn_pressed"] - [connection signal="pressed" from="MenuRf/StartVbox/LicenseBtn" to="." method="_on_LicenseBtn_pressed"] - [connection signal="pressed" from="MenuRf/ModePanel/PlayVbox/ModernBtn" to="." method="_on_ModernBtn_pressed"] - [connection signal="mouse_entered" from="MenuRf/ModePanel/PlayVbox/ClassicBtn" to="." method="_on_ClassicBtn_mouse_entered"] - [connection signal="mouse_exited" from="MenuRf/ModePanel/PlayVbox/ClassicBtn" to="." method="_on_ClassicBtn_mouse_exited"] - [connection signal="pressed" from="MenuRf/ModePanel/PlayVbox/ClassicBtn" to="." method="_on_ClassicBtn_pressed"] - - diff --git a/project/assets/atomic_shirt.png.import b/project/assets/atomic_shirt.png.import index d73f4bf..70ab484 100644 --- a/project/assets/atomic_shirt.png.import +++ b/project/assets/atomic_shirt.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/atomic_shirt.png-2e182814817b558763ead7e78d3871b1.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/atomic_shirt.png-2e182814817b558763ead7e78d3871b1.st compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/beat_up_jeans.png.import b/project/assets/beat_up_jeans.png.import index 24a9615..1bb62ac 100644 --- a/project/assets/beat_up_jeans.png.import +++ b/project/assets/beat_up_jeans.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/beat_up_jeans.png-838d665419522e21a8b4693229d0a65e.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/beat_up_jeans.png-838d665419522e21a8b4693229d0a65e.s compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/biker_jacket.png.import b/project/assets/biker_jacket.png.import index 620334d..4a40fa7 100644 --- a/project/assets/biker_jacket.png.import +++ b/project/assets/biker_jacket.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/biker_jacket.png-37525402abc6d2f5c512c374bb0d74cd.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/biker_jacket.png-37525402abc6d2f5c512c374bb0d74cd.st compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/blue_camo_jeans.png.import b/project/assets/blue_camo_jeans.png.import index 84a6f2e..28f5542 100644 --- a/project/assets/blue_camo_jeans.png.import +++ b/project/assets/blue_camo_jeans.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/blue_camo_jeans.png-e934035eccf64527f681d6518f218b74.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/blue_camo_jeans.png-e934035eccf64527f681d6518f218b74 compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/bottoms_placeholder.png.import b/project/assets/bottoms_placeholder.png.import index c39ccb7..3c95607 100644 --- a/project/assets/bottoms_placeholder.png.import +++ b/project/assets/bottoms_placeholder.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/bottoms_placeholder.png-f0eeb52bf4750919e9ad3423a66874d5.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/bottoms_placeholder.png-f0eeb52bf4750919e9ad3423a668 compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/briefs.png.import b/project/assets/briefs.png.import index a3c4f78..73d9899 100644 --- a/project/assets/briefs.png.import +++ b/project/assets/briefs.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/briefs.png-bb257492f794821143a8b2a9ffe9b435.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/briefs.png-bb257492f794821143a8b2a9ffe9b435.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/camera.png.import b/project/assets/camera.png.import index 3f6c585..b22b0c1 100644 --- a/project/assets/camera.png.import +++ b/project/assets/camera.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/camera.png-817ece2b3822eb2be7786670b43f8a42.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/camera.png-817ece2b3822eb2be7786670b43f8a42.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/character_base.png.import b/project/assets/character_base.png.import index 2539632..ef2c7ed 100644 --- a/project/assets/character_base.png.import +++ b/project/assets/character_base.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/character_base.png-c05d8228393f46719940bcc9f76f4273.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/character_base.png-c05d8228393f46719940bcc9f76f4273. compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/classic/briefs_classic.png.import b/project/assets/classic/briefs_classic.png.import index bd74765..06bdfca 100644 --- a/project/assets/classic/briefs_classic.png.import +++ b/project/assets/classic/briefs_classic.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/briefs_classic.png-5487ab623b54f94967d6ff5b328427f3.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/briefs_classic.png-5487ab623b54f94967d6ff5b328427f3. compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/classic/camera_classic.png.import b/project/assets/classic/camera_classic.png.import index c2d9e59..eb462c4 100644 --- a/project/assets/classic/camera_classic.png.import +++ b/project/assets/classic/camera_classic.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/camera_classic.png-453c3e0207587652023bd4cbcc9c9d94.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/camera_classic.png-453c3e0207587652023bd4cbcc9c9d94. compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/classic/fundosi_classic.png.import b/project/assets/classic/fundosi_classic.png.import index f6d6c8b..a891046 100644 --- a/project/assets/classic/fundosi_classic.png.import +++ b/project/assets/classic/fundosi_classic.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/fundosi_classic.png-1903b77553b97a7d54a429286954d16b.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/fundosi_classic.png-1903b77553b97a7d54a429286954d16b compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/classic/owo_censor_classic.png.import b/project/assets/classic/owo_censor_classic.png.import index a439242..c406825 100644 --- a/project/assets/classic/owo_censor_classic.png.import +++ b/project/assets/classic/owo_censor_classic.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/owo_censor_classic.png-c35dd5945ab9c4d0b13859d9afa1c636.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/owo_censor_classic.png-c35dd5945ab9c4d0b13859d9afa1c compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/classic/z_briefs_classic.png.import b/project/assets/classic/z_briefs_classic.png.import index 861281b..31c051f 100644 --- a/project/assets/classic/z_briefs_classic.png.import +++ b/project/assets/classic/z_briefs_classic.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/z_briefs_classic.png-fff4d99cab4cf23d5d12c4632f3692b2.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/z_briefs_classic.png-fff4d99cab4cf23d5d12c4632f3692b compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/classic_dress_up_bg.png.import b/project/assets/classic_dress_up_bg.png.import index 16e23ce..e747a40 100644 --- a/project/assets/classic_dress_up_bg.png.import +++ b/project/assets/classic_dress_up_bg.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/classic_dress_up_bg.png-1b33be640efcffd8de2c8f6fcb93e744.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/classic_dress_up_bg.png-1b33be640efcffd8de2c8f6fcb93 compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/classic_dress_up_blurred_bg.png.import b/project/assets/classic_dress_up_blurred_bg.png.import index eb14ebc..1870b44 100644 --- a/project/assets/classic_dress_up_blurred_bg.png.import +++ b/project/assets/classic_dress_up_blurred_bg.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/classic_dress_up_blurred_bg.png-b938f8959e4f1478acf80be0ecd0cbcb.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/classic_dress_up_blurred_bg.png-b938f8959e4f1478acf8 compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/dj_shirt.png.import b/project/assets/dj_shirt.png.import index 2925d28..1973cb2 100644 --- a/project/assets/dj_shirt.png.import +++ b/project/assets/dj_shirt.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/dj_shirt.png-d121fed1a5108f3c2405dd43dfded055.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/dj_shirt.png-d121fed1a5108f3c2405dd43dfded055.stex" compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/dj_shorts.png.import b/project/assets/dj_shorts.png.import index b8c08c9..3dc060b 100644 --- a/project/assets/dj_shorts.png.import +++ b/project/assets/dj_shorts.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/dj_shorts.png-17fbace4acbca8458d28bc94ef7c528d.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/dj_shorts.png-17fbace4acbca8458d28bc94ef7c528d.stex" compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/dressup_blurred_wardrobe.png.import b/project/assets/dressup_blurred_wardrobe.png.import index d6673df..0eaf484 100644 --- a/project/assets/dressup_blurred_wardrobe.png.import +++ b/project/assets/dressup_blurred_wardrobe.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/dressup_blurred_wardrobe.png-9f23933ae37429abefcdd1b04d488722.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/dressup_blurred_wardrobe.png-9f23933ae37429abefcdd1b compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/dressup_wardrobe.png.import b/project/assets/dressup_wardrobe.png.import index adeef36..68facc1 100644 --- a/project/assets/dressup_wardrobe.png.import +++ b/project/assets/dressup_wardrobe.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/dressup_wardrobe.png-5cd33aab3d3a86571db259626c636761.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/dressup_wardrobe.png-5cd33aab3d3a86571db259626c63676 compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/eyes/eyes1.png.import b/project/assets/eyes/eyes1.png.import index 3dca977..fc993c9 100644 --- a/project/assets/eyes/eyes1.png.import +++ b/project/assets/eyes/eyes1.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/eyes1.png-aa858d638a23d47f6e4032a5d7ba92a3.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/eyes1.png-aa858d638a23d47f6e4032a5d7ba92a3.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/eyes/eyes2.png.import b/project/assets/eyes/eyes2.png.import index a299ac2..a801d22 100644 --- a/project/assets/eyes/eyes2.png.import +++ b/project/assets/eyes/eyes2.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/eyes2.png-e01c542f6c53f746cf3032fe571c04ac.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/eyes2.png-e01c542f6c53f746cf3032fe571c04ac.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/eyes/eyes3.png.import b/project/assets/eyes/eyes3.png.import index 3fd309b..4d24363 100644 --- a/project/assets/eyes/eyes3.png.import +++ b/project/assets/eyes/eyes3.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/eyes3.png-93f0f2e08c0c341d9a7ccd1fa3224b60.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/eyes3.png-93f0f2e08c0c341d9a7ccd1fa3224b60.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/eyes/eyes4.png.import b/project/assets/eyes/eyes4.png.import index f751566..ddeb8f1 100644 --- a/project/assets/eyes/eyes4.png.import +++ b/project/assets/eyes/eyes4.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/eyes4.png-935657edd1ab4ad240b6ccfd17095400.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/eyes4.png-935657edd1ab4ad240b6ccfd17095400.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/eyes/eyes5.png.import b/project/assets/eyes/eyes5.png.import index 5e2e11a..dd659ed 100644 --- a/project/assets/eyes/eyes5.png.import +++ b/project/assets/eyes/eyes5.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/eyes5.png-c1048d3d0e969d24b1ebbf898f25b418.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/eyes5.png-c1048d3d0e969d24b1ebbf898f25b418.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/eyes/eyes6.png.import b/project/assets/eyes/eyes6.png.import index bdc9764..dfb8c07 100644 --- a/project/assets/eyes/eyes6.png.import +++ b/project/assets/eyes/eyes6.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/eyes6.png-42ae52773be76d0f75a27b72f92cc126.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/eyes6.png-42ae52773be76d0f75a27b72f92cc126.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/eyes/eyes7.png.import b/project/assets/eyes/eyes7.png.import index e68efff..a752014 100644 --- a/project/assets/eyes/eyes7.png.import +++ b/project/assets/eyes/eyes7.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/eyes7.png-975ad58cf9a1d07608243a0f49f2f430.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/eyes7.png-975ad58cf9a1d07608243a0f49f2f430.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/fundosi.png.import b/project/assets/fundosi.png.import index 7b6f2f6..d90a1c9 100644 --- a/project/assets/fundosi.png.import +++ b/project/assets/fundosi.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/fundosi.png-6ff98faa2a1236de2edfe494a858560c.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/fundosi.png-6ff98faa2a1236de2edfe494a858560c.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/icrazy_frame.png.import b/project/assets/icrazy_frame.png.import index f83b0eb..880fb02 100644 --- a/project/assets/icrazy_frame.png.import +++ b/project/assets/icrazy_frame.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/icrazy_frame.png-79d83c60163483ca15ed74de71734760.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/icrazy_frame.png-79d83c60163483ca15ed74de71734760.st compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/jeans.png.import b/project/assets/jeans.png.import index 7cc531a..0e21621 100644 --- a/project/assets/jeans.png.import +++ b/project/assets/jeans.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/jeans.png-23a53129ecae5f8c099771ea4ac506f3.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/jeans.png-23a53129ecae5f8c099771ea4ac506f3.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/korm_shirt.png.import b/project/assets/korm_shirt.png.import index d45e86f..13bafd8 100644 --- a/project/assets/korm_shirt.png.import +++ b/project/assets/korm_shirt.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/korm_shirt.png-3d26ee9fe93558323bae3b6acd03f1ef.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/korm_shirt.png-3d26ee9fe93558323bae3b6acd03f1ef.stex compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/lights.png.import b/project/assets/lights.png.import index b31b11b..474678c 100644 --- a/project/assets/lights.png.import +++ b/project/assets/lights.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/lights.png-d3b638575074269eb55ef42e4442c95c.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/lights.png-d3b638575074269eb55ef42e4442c95c.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/modern_dress_up_bg.png.import b/project/assets/modern_dress_up_bg.png.import index 7c1b1b9..1b257bc 100644 --- a/project/assets/modern_dress_up_bg.png.import +++ b/project/assets/modern_dress_up_bg.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/modern_dress_up_bg.png-6393820664f1320a23b0c4aa117b655b.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/modern_dress_up_bg.png-6393820664f1320a23b0c4aa117b6 compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/modern_dress_up_blurred_bg.png.import b/project/assets/modern_dress_up_blurred_bg.png.import index c934e56..fe7ba3f 100644 --- a/project/assets/modern_dress_up_blurred_bg.png.import +++ b/project/assets/modern_dress_up_blurred_bg.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/modern_dress_up_blurred_bg.png-25831e2973bc1b7f2d3095dd52febfd9.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/modern_dress_up_blurred_bg.png-25831e2973bc1b7f2d309 compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/mouth/mouth.png.import b/project/assets/mouth/mouth.png.import index ad733c3..462075e 100644 --- a/project/assets/mouth/mouth.png.import +++ b/project/assets/mouth/mouth.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/mouth.png-d7730d0f2ae63c0bd7ed8bd4b15e737b.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/mouth.png-d7730d0f2ae63c0bd7ed8bd4b15e737b.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/mouth/mouth10.png.import b/project/assets/mouth/mouth10.png.import index 9f55e30..1a16023 100644 --- a/project/assets/mouth/mouth10.png.import +++ b/project/assets/mouth/mouth10.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/mouth10.png-1a638009ae4e2715d670c10834a52fa0.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/mouth10.png-1a638009ae4e2715d670c10834a52fa0.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/mouth/mouth11.png.import b/project/assets/mouth/mouth11.png.import index bf1fdbf..fd11ddc 100644 --- a/project/assets/mouth/mouth11.png.import +++ b/project/assets/mouth/mouth11.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/mouth11.png-3e6ebc017cbb4b91b42c34bbbfd3ecba.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/mouth11.png-3e6ebc017cbb4b91b42c34bbbfd3ecba.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/mouth/mouth12.png.import b/project/assets/mouth/mouth12.png.import index 8c9ef83..3d99a83 100644 --- a/project/assets/mouth/mouth12.png.import +++ b/project/assets/mouth/mouth12.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/mouth12.png-2b29d803195ebbafb230104bd3c4289a.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/mouth12.png-2b29d803195ebbafb230104bd3c4289a.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/mouth/mouth2.png.import b/project/assets/mouth/mouth2.png.import index 0dfffcf..50bfdd0 100644 --- a/project/assets/mouth/mouth2.png.import +++ b/project/assets/mouth/mouth2.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/mouth2.png-112e0b947ef6b4319f416fc82bd442f8.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/mouth2.png-112e0b947ef6b4319f416fc82bd442f8.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/mouth/mouth3.png.import b/project/assets/mouth/mouth3.png.import index 8e4131b..f2504c5 100644 --- a/project/assets/mouth/mouth3.png.import +++ b/project/assets/mouth/mouth3.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/mouth3.png-1a30eea3e8bf771d522c14841b12fdb2.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/mouth3.png-1a30eea3e8bf771d522c14841b12fdb2.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/mouth/mouth4.png.import b/project/assets/mouth/mouth4.png.import index 0f81483..2f34341 100644 --- a/project/assets/mouth/mouth4.png.import +++ b/project/assets/mouth/mouth4.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/mouth4.png-b6e35031cd35604bde047f68aa45aa3b.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/mouth4.png-b6e35031cd35604bde047f68aa45aa3b.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/mouth/mouth5.png.import b/project/assets/mouth/mouth5.png.import index 009b8a7..bdaaf15 100644 --- a/project/assets/mouth/mouth5.png.import +++ b/project/assets/mouth/mouth5.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/mouth5.png-d83d9df17553995c7fb19b3a57ec244a.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/mouth5.png-d83d9df17553995c7fb19b3a57ec244a.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/mouth/mouth6.png.import b/project/assets/mouth/mouth6.png.import index 906f4df..95e48f8 100644 --- a/project/assets/mouth/mouth6.png.import +++ b/project/assets/mouth/mouth6.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/mouth6.png-9a962eb7d367bcb46b2d547351fab8e9.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/mouth6.png-9a962eb7d367bcb46b2d547351fab8e9.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/mouth/mouth7.png.import b/project/assets/mouth/mouth7.png.import index d2e2dfa..7e39829 100644 --- a/project/assets/mouth/mouth7.png.import +++ b/project/assets/mouth/mouth7.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/mouth7.png-02ab0f94c063f36d04b082f0a31ad4d9.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/mouth7.png-02ab0f94c063f36d04b082f0a31ad4d9.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/mouth/mouth8.png.import b/project/assets/mouth/mouth8.png.import index 8c96986..8b4ce20 100644 --- a/project/assets/mouth/mouth8.png.import +++ b/project/assets/mouth/mouth8.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/mouth8.png-4c2a02dae5e4dafbfbc0ee0afbbce06d.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/mouth8.png-4c2a02dae5e4dafbfbc0ee0afbbce06d.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/mouth/mouth9.png.import b/project/assets/mouth/mouth9.png.import index 94f0b84..b7d99de 100644 --- a/project/assets/mouth/mouth9.png.import +++ b/project/assets/mouth/mouth9.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/mouth9.png-9cce36808e303dc5cce515b006fef411.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/mouth9.png-9cce36808e303dc5cce515b006fef411.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/nl_jacket.png.import b/project/assets/nl_jacket.png.import index 24deada..69b71a2 100644 --- a/project/assets/nl_jacket.png.import +++ b/project/assets/nl_jacket.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/nl_jacket.png-fccc2e9afa0a716db647bed3f1c5ddf7.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/nl_jacket.png-fccc2e9afa0a716db647bed3f1c5ddf7.stex" compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/old_sweatshirt.png.import b/project/assets/old_sweatshirt.png.import index 9e715c0..46aaaed 100644 --- a/project/assets/old_sweatshirt.png.import +++ b/project/assets/old_sweatshirt.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/old_sweatshirt.png-05a15b7a87b13399ca588c2badb4adce.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/old_sweatshirt.png-05a15b7a87b13399ca588c2badb4adce. compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/owo_censor.png.import b/project/assets/owo_censor.png.import index 8ed5299..29e1cbb 100644 --- a/project/assets/owo_censor.png.import +++ b/project/assets/owo_censor.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/owo_censor.png-e5fa23e68ae8686f59f0fa6b5d0465a9.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/owo_censor.png-e5fa23e68ae8686f59f0fa6b5d0465a9.stex compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/raw_shirt.png.import b/project/assets/raw_shirt.png.import index a700493..1ae2596 100644 --- a/project/assets/raw_shirt.png.import +++ b/project/assets/raw_shirt.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/raw_shirt.png-7ad311684e59d164c3e9e55bd0625f28.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/raw_shirt.png-7ad311684e59d164c3e9e55bd0625f28.stex" compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/sixam_logo_200px.png.import b/project/assets/sixam_logo_200px.png.import index 3346cf5..708fbe4 100644 --- a/project/assets/sixam_logo_200px.png.import +++ b/project/assets/sixam_logo_200px.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/sixam_logo_200px.png-baa71e7a3367dd5a8ed2240f1a4217e3.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/sixam_logo_200px.png-baa71e7a3367dd5a8ed2240f1a4217e compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/sweat_pants.png.import b/project/assets/sweat_pants.png.import index b70b0cd..447fd83 100644 --- a/project/assets/sweat_pants.png.import +++ b/project/assets/sweat_pants.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/sweat_pants.png-318524928a242bc628a75676c4039167.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/sweat_pants.png-318524928a242bc628a75676c4039167.ste compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/tail/tail0.png.import b/project/assets/tail/tail0.png.import index 26851a4..9f58978 100644 --- a/project/assets/tail/tail0.png.import +++ b/project/assets/tail/tail0.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/tail0.png-8e0ab14f54b7c6d3ffdcde1f27b47bc2.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/tail0.png-8e0ab14f54b7c6d3ffdcde1f27b47bc2.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/tail/tail1.png.import b/project/assets/tail/tail1.png.import index 458df76..4266094 100644 --- a/project/assets/tail/tail1.png.import +++ b/project/assets/tail/tail1.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/tail1.png-17f4734e9e73f0d3f2a8e7f2e2b60438.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/tail1.png-17f4734e9e73f0d3f2a8e7f2e2b60438.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/tail/tail2.png.import b/project/assets/tail/tail2.png.import index a11f637..a8b9d3b 100644 --- a/project/assets/tail/tail2.png.import +++ b/project/assets/tail/tail2.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/tail2.png-05065038925527f695bf6eb9533f4458.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/tail2.png-05065038925527f695bf6eb9533f4458.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/tops_placeholder.png.import b/project/assets/tops_placeholder.png.import index ea40ffa..d3aff3d 100644 --- a/project/assets/tops_placeholder.png.import +++ b/project/assets/tops_placeholder.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/tops_placeholder.png-ed244c7c0ef3880c9d09e201ddc9bee4.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/tops_placeholder.png-ed244c7c0ef3880c9d09e201ddc9bee compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/train_hoodie.png.import b/project/assets/train_hoodie.png.import index 0c0f10f..c4b2000 100644 --- a/project/assets/train_hoodie.png.import +++ b/project/assets/train_hoodie.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/train_hoodie.png-bdda6c44a54736929bd0247dcdb359d4.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/train_hoodie.png-bdda6c44a54736929bd0247dcdb359d4.st compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/whatsnew_shirt.png.import b/project/assets/whatsnew_shirt.png.import index 785f909..32dc23f 100644 --- a/project/assets/whatsnew_shirt.png.import +++ b/project/assets/whatsnew_shirt.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/whatsnew_shirt.png-7b6d957b05ad5f72c43f8a178748f7d2.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/whatsnew_shirt.png-7b6d957b05ad5f72c43f8a178748f7d2. compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/z_briefs.png.import b/project/assets/z_briefs.png.import index 8219703..daf7131 100644 --- a/project/assets/z_briefs.png.import +++ b/project/assets/z_briefs.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/z_briefs.png-5ae8d134419e24e714d28c40a74cd0ce.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/z_briefs.png-5ae8d134419e24e714d28c40a74cd0ce.stex" compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/assets/z_shirt.png.import b/project/assets/z_shirt.png.import index d54b295..038d7cc 100644 --- a/project/assets/z_shirt.png.import +++ b/project/assets/z_shirt.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/z_shirt.png-5e098d815f283a46a5d416e28aa7e977.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/z_shirt.png-5e098d815f283a46a5d416e28aa7e977.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/boot_splash.png.import b/project/boot_splash.png.import index 529b82b..15f9b66 100644 --- a/project/boot_splash.png.import +++ b/project/boot_splash.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/boot_splash.png-939509db304f9fb6a281cb6f13babf6e.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/boot_splash.png-939509db304f9fb6a281cb6f13babf6e.ste compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/default_env.tres b/project/default_env.tres index ad86b72..378e0c1 100644 --- a/project/default_env.tres +++ b/project/default_env.tres @@ -1,101 +1,15 @@ [gd_resource type="Environment" load_steps=2 format=2] [sub_resource type="ProceduralSky" id=1] - -radiance_size = 4 sky_top_color = Color( 0.0470588, 0.454902, 0.976471, 1 ) sky_horizon_color = Color( 0.556863, 0.823529, 0.909804, 1 ) sky_curve = 0.25 -sky_energy = 1.0 ground_bottom_color = Color( 0.101961, 0.145098, 0.188235, 1 ) ground_horizon_color = Color( 0.482353, 0.788235, 0.952941, 1 ) ground_curve = 0.01 -ground_energy = 1.0 -sun_color = Color( 1, 1, 1, 1 ) -sun_latitude = 35.0 -sun_longitude = 0.0 -sun_angle_min = 1.0 -sun_angle_max = 100.0 -sun_curve = 0.05 sun_energy = 16.0 -texture_size = 2 [resource] - background_mode = 2 background_sky = SubResource( 1 ) -background_sky_custom_fov = 0.0 -background_color = Color( 0, 0, 0, 1 ) -background_energy = 1.0 -background_canvas_max_layer = 0 -ambient_light_color = Color( 0, 0, 0, 1 ) -ambient_light_energy = 1.0 -ambient_light_sky_contribution = 1.0 -fog_enabled = false -fog_color = Color( 0.5, 0.6, 0.7, 1 ) -fog_sun_color = Color( 1, 0.9, 0.7, 1 ) -fog_sun_amount = 0.0 -fog_depth_enabled = true -fog_depth_begin = 10.0 -fog_depth_curve = 1.0 -fog_transmit_enabled = false -fog_transmit_curve = 1.0 -fog_height_enabled = false -fog_height_min = 0.0 -fog_height_max = 100.0 -fog_height_curve = 1.0 -tonemap_mode = 0 -tonemap_exposure = 1.0 -tonemap_white = 1.0 -auto_exposure_enabled = false -auto_exposure_scale = 0.4 -auto_exposure_min_luma = 0.05 -auto_exposure_max_luma = 8.0 -auto_exposure_speed = 0.5 -ss_reflections_enabled = false -ss_reflections_max_steps = 64 -ss_reflections_fade_in = 0.15 -ss_reflections_fade_out = 2.0 -ss_reflections_depth_tolerance = 0.2 -ss_reflections_roughness = true -ssao_enabled = false -ssao_radius = 1.0 -ssao_intensity = 1.0 -ssao_radius2 = 0.0 -ssao_intensity2 = 1.0 -ssao_bias = 0.01 -ssao_light_affect = 0.0 -ssao_color = Color( 0, 0, 0, 1 ) -ssao_quality = 0 -ssao_blur = 3 -ssao_edge_sharpness = 4.0 -dof_blur_far_enabled = false -dof_blur_far_distance = 10.0 -dof_blur_far_transition = 5.0 -dof_blur_far_amount = 0.1 -dof_blur_far_quality = 1 -dof_blur_near_enabled = false -dof_blur_near_distance = 2.0 -dof_blur_near_transition = 1.0 -dof_blur_near_amount = 0.1 -dof_blur_near_quality = 1 -glow_enabled = false -glow_levels/1 = false -glow_levels/2 = false -glow_levels/3 = true -glow_levels/4 = false -glow_levels/5 = true -glow_levels/6 = false -glow_levels/7 = false -glow_intensity = 0.8 -glow_strength = 1.0 -glow_bloom = 0.0 -glow_blend_mode = 2 -glow_hdr_threshold = 1.0 -glow_hdr_scale = 2.0 -glow_bicubic_upscale = false -adjustment_enabled = false -adjustment_brightness = 1.0 -adjustment_contrast = 1.0 -adjustment_saturation = 1.0 diff --git a/project/icon.png.import b/project/icon.png.import index 0041ef8..96cbf46 100644 --- a/project/icon.png.import +++ b/project/icon.png.import @@ -3,6 +3,9 @@ importer="texture" type="StreamTexture" path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +metadata={ +"vram_texture": false +} [deps] @@ -14,6 +17,7 @@ dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ] compress/mode=0 compress/lossy_quality=0.7 compress/hdr_mode=0 +compress/bptc_ldr=0 compress/normal_map=0 flags/repeat=0 flags/filter=true @@ -23,6 +27,7 @@ flags/srgb=2 process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false +process/invert_color=false stream=false size_limit=0 detect_3d=true diff --git a/project/lang/local.en.translation b/project/lang/local.en.translation index a1ac938ebd7dff705588826cdfda017f8e0514da..479fa446aca48a09041ef7f2eea588ec1bdca7ee 100644 GIT binary patch delta 451 zcmdnOv4vy90Y*lK$p;z5H8~g<7}%irf~MN~Vj!CriWz}42-}==@0>iDkx5+B1IS|s zVvw$T_G){>fHb=5dLFJOg~^Ug;)-*DvYb$SXU_XnJ|G*Wdo9DKTCK@~%)+cYFIG(J zn>-O{dNxoVWHJ{JGXXKk?ky3DRaQV6qz{AxleJp>CtqX|XG{jVUs$xrQEi_il6?7! zzlR%u=87|#0?ia=efffQx4~pbW^qYTpek-4<^f{3&wj8TZJS)kEMD(il$w%RQq16( zlwVrH@Xx2&IQ}2QKj+DA4F7`J?2=B5I*bS`WD#}J&6Sp+mKC^a{~EL8!_V+bw>T2Y+A@GsO>dZPb7m}Ed= vUP-Yo&=?@a;F_1715)FWnp42wlbDxYnwXwi%n+PfQj(dM4vL(h;2>uJOTlmJ delta 451 zcmdnOv4vy90Y=7-$p;z5H777IFt9=K1x>Z}0YEk{6f**85Vkq#-kCC)kx5)r4aj2$ zVh$j_XRo%`8Azk6uIJ%uVwmj6B(7Kml;wotJ9FNr<^kC--D?>>)pAW1WEN)Kd9h;J z!pReXrpp24K_+tnF%uAj?A{WgSS1dmLHa;AFj=c5cJf6gaYj?1`-Me|9M$#-Ajy}n z_cb86fWEPj422{lj#5_O@_t_8Dqq>s|nZ@hf6LV7)eDhOM z8GK8NGm{yDQj1G-QyBshON&!e82*LYN>B9v$MDa&b6N902G_jwoXp}3hT!tl6c8Pd zm{(E^)RLQDmZ}h(ky%s%<3MDjVC)Yi%UvCRe(QB$3z^01|GDby zaQ(I8AHzQn_D)&de+)jE$*Fn84F9|*=Xi5*`ZNDy2rfv?$vM0vJ(a5XLSmUhF@%@L z5L^bdAUlyEG%qF9wI~~CbV_Ow!@rQlQCiCNzqI}_I8|2U7csczrKjcqP4UP&ydM&VtE|OyZjQ zKoL$TzGttt*AK|%hhmuOdLFJOhRKdh;)-oR8IU<36?f*mPb~-1>`=Ux;ZrTwWI<+O z)}0qCrfr)%5oo#+P>vUhnSeCN#4QnuRnkBjrY|sAt0iOdMWAX2peV@YAPiGofcKl=b=fU17 fs|%#PC+B!`ar!g=WAMm2yduJf=Yg7 diff --git a/project/project.godot b/project/project.godot index 3370eab..5005ada 100644 --- a/project/project.godot +++ b/project/project.godot @@ -6,7 +6,12 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=3 +config_version=4 + +_global_script_classes=[ ] +_global_script_class_icons={ + +} [application] @@ -31,9 +36,12 @@ window/size/resizable=false [input] -ui_pause=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777217,"unicode":0,"echo":false,"script":null) +ui_pause={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777217,"unicode":0,"echo":false,"script":null) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null) ] +} [locale]