1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-08 06:14:48 -04:00

New clothes and accessories too

- Brought over more clothing and accessories from the original and 2.5
- Removed the Z letter from the school girl outfit
This commit is contained in:
Anthony Wilcox 2018-12-30 08:44:12 -05:00
parent 7340355a4c
commit 3909fc9030
20 changed files with 360 additions and 69 deletions

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=15 format=2] [gd_scene load_steps=17 format=2]
[ext_resource path="res://assets/briefs.png" type="Texture" id=1] [ext_resource path="res://assets/briefs.png" type="Texture" id=1]
[ext_resource path="res://src/drag.gd" type="Script" id=2] [ext_resource path="res://src/drag.gd" type="Script" id=2]
@ -6,14 +6,16 @@
[ext_resource path="res://assets/jeans.png" type="Texture" id=4] [ext_resource path="res://assets/jeans.png" type="Texture" id=4]
[ext_resource path="res://assets/dj shorts.png" type="Texture" id=5] [ext_resource path="res://assets/dj shorts.png" type="Texture" id=5]
[ext_resource path="res://assets/sweat pants.png" type="Texture" id=6] [ext_resource path="res://assets/sweat pants.png" type="Texture" id=6]
[ext_resource path="res://assets/ts2nl shirt1.png" type="Texture" id=7] [ext_resource path="res://assets/old sweatshirt.png" type="Texture" id=7]
[ext_resource path="res://assets/korm shirt.png" type="Texture" id=8] [ext_resource path="res://assets/dj shirt.png" type="Texture" id=8]
[ext_resource path="res://assets/raw shirt.png" type="Texture" id=9] [ext_resource path="res://assets/raw shirt.png" type="Texture" id=9]
[ext_resource path="res://assets/biker jacket.png" type="Texture" id=10] [ext_resource path="res://assets/atomic shirt.png" type="Texture" id=10]
[ext_resource path="res://assets/snowboard coat.png" type="Texture" id=11] [ext_resource path="res://assets/snowboard coat.png" type="Texture" id=11]
[ext_resource path="res://assets/trench coat.png" type="Texture" id=12] [ext_resource path="res://assets/trench coat.png" type="Texture" id=12]
[ext_resource path="res://assets/wendys.png" type="Texture" id=13] [ext_resource path="res://assets/blue tux.png" type="Texture" id=13]
[ext_resource path="res://assets/jp school girl.png" type="Texture" id=14] [ext_resource path="res://assets/jp school girl.png" type="Texture" id=14]
[ext_resource path="res://assets/camera.png" type="Texture" id=15]
[ext_resource path="res://assets/owo censor.png" type="Texture" id=16]
[node name="Clothes" type="Node2D" index="0"] [node name="Clothes" type="Node2D" index="0"]
@ -24,18 +26,15 @@ anchor_top = 0.0
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 205.0 margin_left = 205.0
margin_top = 26.0 margin_top = 24.0
margin_right = 758.0 margin_right = 758.0
margin_bottom = 534.0 margin_bottom = 527.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
mouse_filter = 0 mouse_filter = 0
mouse_default_cursor_shape = 0 mouse_default_cursor_shape = 0
size_flags_horizontal = 1 size_flags_horizontal = 1
size_flags_vertical = 1 size_flags_vertical = 1
__meta__ = {
"_edit_lock_": true
}
[node name="Underwear" type="Node" parent="Wordrobe" index="0"] [node name="Underwear" type="Node" parent="Wordrobe" index="0"]
@ -45,10 +44,10 @@ anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 534.0 margin_left = 542.0
margin_top = 293.0 margin_top = 302.0
margin_right = 600.0 margin_right = 608.0
margin_bottom = 336.0 margin_bottom = 345.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
focus_mode = 2 focus_mode = 2
@ -70,10 +69,10 @@ anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 535.0 margin_left = 543.0
margin_top = 341.0 margin_top = 350.0
margin_right = 601.0 margin_right = 609.0
margin_bottom = 384.0 margin_bottom = 393.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
focus_mode = 2 focus_mode = 2
@ -97,10 +96,10 @@ anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 640.0 margin_left = 609.0
margin_top = 405.0 margin_top = 402.0
margin_right = 746.0 margin_right = 715.0
margin_bottom = 517.0 margin_bottom = 514.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
focus_mode = 2 focus_mode = 2
@ -122,10 +121,10 @@ anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 635.0 margin_left = 639.0
margin_top = 288.0 margin_top = 286.0
margin_right = 731.0 margin_right = 735.0
margin_bottom = 381.0 margin_bottom = 379.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
focus_mode = 2 focus_mode = 2
@ -147,9 +146,9 @@ anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 515.0 margin_left = 485.0
margin_top = 405.0 margin_top = 405.0
margin_right = 621.0 margin_right = 591.0
margin_bottom = 517.0 margin_bottom = 517.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
@ -168,16 +167,16 @@ _sections_unfolded = [ "Textures" ]
[node name="Tops" type="Node" parent="Wordrobe" index="2"] [node name="Tops" type="Node" parent="Wordrobe" index="2"]
[node name="SimsUni" type="TextureButton" parent="Wordrobe/Tops" index="0"] [node name="Sweatshirt" type="TextureButton" parent="Wordrobe/Tops" index="0"]
anchor_left = 0.0 anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 649.0 margin_left = 654.0
margin_top = 34.0 margin_top = 40.0
margin_right = 730.0 margin_right = 739.0
margin_bottom = 144.0 margin_bottom = 150.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
focus_mode = 2 focus_mode = 2
@ -193,15 +192,15 @@ texture_normal = ExtResource( 7 )
script = ExtResource( 2 ) script = ExtResource( 2 )
_sections_unfolded = [ "Textures" ] _sections_unfolded = [ "Textures" ]
[node name="Korm" type="TextureButton" parent="Wordrobe/Tops" index="1"] [node name="DJ Shirt" type="TextureButton" parent="Wordrobe/Tops" index="1"]
anchor_left = 0.0 anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 647.0 margin_left = 651.0
margin_top = 161.0 margin_top = 164.0
margin_right = 728.0 margin_right = 736.0
margin_bottom = 274.0 margin_bottom = 274.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
@ -224,10 +223,10 @@ anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 524.0 margin_left = 533.0
margin_top = 162.0 margin_top = 177.0
margin_right = 605.0 margin_right = 614.0
margin_bottom = 275.0 margin_bottom = 290.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
focus_mode = 2 focus_mode = 2
@ -249,10 +248,10 @@ anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 527.0 margin_left = 533.0
margin_top = 39.0 margin_top = 48.0
margin_right = 608.0 margin_right = 614.0
margin_bottom = 154.0 margin_bottom = 163.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
focus_mode = 2 focus_mode = 2
@ -276,10 +275,10 @@ anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 217.0 margin_left = 232.0
margin_top = 262.0 margin_top = 323.0
margin_right = 323.0 margin_right = 338.0
margin_bottom = 474.0 margin_bottom = 535.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
focus_mode = 2 focus_mode = 2
@ -301,10 +300,10 @@ anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 362.0 margin_left = 359.0
margin_top = 280.0 margin_top = 355.0
margin_right = 468.0 margin_right = 465.0
margin_bottom = 471.0 margin_bottom = 546.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
focus_mode = 2 focus_mode = 2
@ -320,16 +319,16 @@ texture_normal = ExtResource( 12 )
script = ExtResource( 2 ) script = ExtResource( 2 )
_sections_unfolded = [ "Textures" ] _sections_unfolded = [ "Textures" ]
[node name="Wendy's" type="TextureButton" parent="Wordrobe/Outfits" index="2"] [node name="Blue Tux" type="TextureButton" parent="Wordrobe/Outfits" index="2"]
anchor_left = 0.0 anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 364.0 margin_left = 216.0
margin_top = 77.0 margin_top = 75.0
margin_right = 456.0 margin_right = 383.0
margin_bottom = 246.0 margin_bottom = 299.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
focus_mode = 2 focus_mode = 2
@ -351,10 +350,10 @@ anchor_left = 0.0
anchor_top = 0.0 anchor_top = 0.0
anchor_right = 0.0 anchor_right = 0.0
anchor_bottom = 0.0 anchor_bottom = 0.0
margin_left = 233.0 margin_left = 393.0
margin_top = 83.0 margin_top = 193.0
margin_right = 322.0 margin_right = 482.0
margin_bottom = 233.0 margin_bottom = 343.0
rect_pivot_offset = Vector2( 0, 0 ) rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false rect_clip_content = false
focus_mode = 2 focus_mode = 2
@ -370,6 +369,58 @@ texture_normal = ExtResource( 14 )
script = ExtResource( 2 ) script = ExtResource( 2 )
_sections_unfolded = [ "Textures" ] _sections_unfolded = [ "Textures" ]
[node name="Accessories" type="Node" parent="Wordrobe" index="4"]
[node name="Camera" type="TextureButton" parent="Wordrobe/Accessories" index="0"]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 427.0
margin_top = 101.0
margin_right = 476.0
margin_bottom = 163.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
texture_normal = ExtResource( 15 )
script = ExtResource( 2 )
_sections_unfolded = [ "Textures" ]
[node name="OwO Censor" type="TextureButton" parent="Wordrobe/Accessories" index="1"]
anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 399.0
margin_top = 42.0
margin_right = 504.0
margin_bottom = 82.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
texture_normal = ExtResource( 16 )
script = ExtResource( 2 )
_sections_unfolded = [ "Textures" ]
[connection signal="gui_input" from="Wordrobe/Underwear/Briefs" to="Wordrobe/Underwear/Briefs" method="_on_outfit_gui_input"] [connection signal="gui_input" from="Wordrobe/Underwear/Briefs" to="Wordrobe/Underwear/Briefs" method="_on_outfit_gui_input"]
[connection signal="gui_input" from="Wordrobe/Underwear/ZBriefs" to="Wordrobe/Underwear/ZBriefs" method="_on_outfit_gui_input"] [connection signal="gui_input" from="Wordrobe/Underwear/ZBriefs" to="Wordrobe/Underwear/ZBriefs" method="_on_outfit_gui_input"]
@ -380,9 +431,9 @@ _sections_unfolded = [ "Textures" ]
[connection signal="gui_input" from="Wordrobe/Bottoms/Sweats" to="Wordrobe/Bottoms/Sweats" method="_on_outfit_gui_input"] [connection signal="gui_input" from="Wordrobe/Bottoms/Sweats" to="Wordrobe/Bottoms/Sweats" method="_on_outfit_gui_input"]
[connection signal="gui_input" from="Wordrobe/Tops/SimsUni" to="Wordrobe/Tops/SimsUni" method="_on_outfit_gui_input"] [connection signal="gui_input" from="Wordrobe/Tops/Sweatshirt" to="Wordrobe/Tops/Sweatshirt" method="_on_outfit_gui_input"]
[connection signal="gui_input" from="Wordrobe/Tops/Korm" to="Wordrobe/Tops/Korm" method="_on_outfit_gui_input"] [connection signal="gui_input" from="Wordrobe/Tops/DJ Shirt" to="Wordrobe/Tops/DJ Shirt" method="_on_outfit_gui_input"]
[connection signal="gui_input" from="Wordrobe/Tops/Raw" to="Wordrobe/Tops/Raw" method="_on_outfit_gui_input"] [connection signal="gui_input" from="Wordrobe/Tops/Raw" to="Wordrobe/Tops/Raw" method="_on_outfit_gui_input"]
@ -392,8 +443,12 @@ _sections_unfolded = [ "Textures" ]
[connection signal="gui_input" from="Wordrobe/Outfits/Trench Coat" to="Wordrobe/Outfits/Trench Coat" method="_on_outfit_gui_input"] [connection signal="gui_input" from="Wordrobe/Outfits/Trench Coat" to="Wordrobe/Outfits/Trench Coat" method="_on_outfit_gui_input"]
[connection signal="gui_input" from="Wordrobe/Outfits/Wendy's" to="Wordrobe/Outfits/Wendy's" method="_on_outfit_gui_input"] [connection signal="gui_input" from="Wordrobe/Outfits/Blue Tux" to="Wordrobe/Outfits/Blue Tux" method="_on_outfit_gui_input"]
[connection signal="gui_input" from="Wordrobe/Outfits/School Girl" to="Wordrobe/Outfits/School Girl" method="_on_outfit_gui_input"] [connection signal="gui_input" from="Wordrobe/Outfits/School Girl" to="Wordrobe/Outfits/School Girl" method="_on_outfit_gui_input"]
[connection signal="gui_input" from="Wordrobe/Accessories/Camera" to="Wordrobe/Accessories/Camera" method="_on_outfit_gui_input"]
[connection signal="gui_input" from="Wordrobe/Accessories/OwO Censor" to="Wordrobe/Accessories/OwO Censor" method="_on_outfit_gui_input"]

View file

@ -1,9 +1,10 @@
[gd_scene load_steps=5 format=2] [gd_scene load_steps=6 format=2]
[ext_resource path="res://assets/dress up bg.png" type="Texture" id=1] [ext_resource path="res://assets/dress up bg.png" type="Texture" id=1]
[ext_resource path="res://assets/zack.png" type="Texture" id=2] [ext_resource path="res://assets/zack.png" type="Texture" id=2]
[ext_resource path="res://Clothes.tscn" type="PackedScene" id=3] [ext_resource path="res://Clothes.tscn" type="PackedScene" id=3]
[ext_resource path="res://Interface.tscn" type="PackedScene" id=4] [ext_resource path="res://Interface.tscn" type="PackedScene" id=4]
[ext_resource path="res://assets/lights.png" type="Texture" id=5]
[node name="Window" type="Node2D"] [node name="Window" type="Node2D"]
@ -11,9 +12,6 @@
position = Vector2( 400, 277 ) position = Vector2( 400, 277 )
texture = ExtResource( 1 ) texture = ExtResource( 1 )
__meta__ = {
"_edit_lock_": true
}
[node name="Zack" type="Sprite" parent="." index="1"] [node name="Zack" type="Sprite" parent="." index="1"]
@ -27,4 +25,10 @@ __meta__ = {
[node name="Interface" parent="." index="3" instance=ExtResource( 4 )] [node name="Interface" parent="." index="3" instance=ExtResource( 4 )]
[node name="Lights" type="Sprite" parent="." index="4"]
position = Vector2( 477.823, 100.811 )
texture = ExtResource( 5 )
_sections_unfolded = [ "Z Index" ]

BIN
assets/atomic shirt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -0,0 +1,29 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/atomic shirt.png-d26cc1b5ebd91e875597b24efab7e108.stex"
[deps]
source_file="res://assets/atomic shirt.png"
dest_files=[ "res://.import/atomic shirt.png-d26cc1b5ebd91e875597b24efab7e108.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

BIN
assets/blue tux.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

View file

@ -0,0 +1,29 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/blue tux.png-e74dcea6593b7b5d27c231432c1497a4.stex"
[deps]
source_file="res://assets/blue tux.png"
dest_files=[ "res://.import/blue tux.png-e74dcea6593b7b5d27c231432c1497a4.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

BIN
assets/camera.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

29
assets/camera.png.import Normal file
View file

@ -0,0 +1,29 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/camera.png-817ece2b3822eb2be7786670b43f8a42.stex"
[deps]
source_file="res://assets/camera.png"
dest_files=[ "res://.import/camera.png-817ece2b3822eb2be7786670b43f8a42.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

BIN
assets/canons pants.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

@ -0,0 +1,29 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/canons pants.png-02586ae6a9b7492605485c3d8ac85cd3.stex"
[deps]
source_file="res://assets/canons pants.png"
dest_files=[ "res://.import/canons pants.png-02586ae6a9b7492605485c3d8ac85cd3.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

BIN
assets/dj shirt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -0,0 +1,29 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/dj shirt.png-678439338bef2f51a00d62d0b4aa6e53.stex"
[deps]
source_file="res://assets/dj shirt.png"
dest_files=[ "res://.import/dj shirt.png-678439338bef2f51a00d62d0b4aa6e53.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

After

Width:  |  Height:  |  Size: 5 KiB

BIN
assets/lights.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

29
assets/lights.png.import Normal file
View file

@ -0,0 +1,29 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/lights.png-d3b638575074269eb55ef42e4442c95c.stex"
[deps]
source_file="res://assets/lights.png"
dest_files=[ "res://.import/lights.png-d3b638575074269eb55ef42e4442c95c.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

BIN
assets/old sweatshirt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -0,0 +1,29 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/old sweatshirt.png-0840b8f71c7697cf2fe3165844974c64.stex"
[deps]
source_file="res://assets/old sweatshirt.png"
dest_files=[ "res://.import/old sweatshirt.png-0840b8f71c7697cf2fe3165844974c64.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

BIN
assets/owo censor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1,29 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/owo censor.png-b85e8d8b11ff48447e26c6c121a89919.stex"
[deps]
source_file="res://assets/owo censor.png"
dest_files=[ "res://.import/owo censor.png-b85e8d8b11ff48447e26c6c121a89919.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0