mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-08 14:14:48 -04:00
Project upgrade
This commit is contained in:
parent
98cf34c5ac
commit
de597d2978
67 changed files with 332 additions and 264 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue