From 78872e68a0d93f8b302fe4aedb0113d437c53bbc Mon Sep 17 00:00:00 2001 From: Anthony Wilcox <35226681+antonwilc0x@users.noreply.github.com> Date: Thu, 16 May 2019 18:00:19 -0400 Subject: [PATCH] Redid more spirtes - New Star Trek: Beyond outfit, redid tail, and partially redid a few shirts but not all of them are finished. --- project/scn/Character.tscn | 6 +- project/scn/Clothes.tscn | 110 +++++++------- project/sprites/beyond_jacket.svg | 167 +++++++++++++++++++++ project/sprites/beyond_jacket.svg.import | 34 +++++ project/sprites/beyond_jeans.svg | 175 ++++++++++++++++++++++ project/sprites/beyond_jeans.svg.import | 34 +++++ project/sprites/camera.svg | 117 +++++++++++++++ project/sprites/camera.svg.import | 34 +++++ project/sprites/dj_shirt.svg | 136 +++++++++++++++++ project/sprites/dj_shirt.svg.import | 34 +++++ project/sprites/old_sweatshirt.png | Bin 2966 -> 4939 bytes project/sprites/old_sweatshirt.svg | 116 ++++++++++++++ project/sprites/old_sweatshirt.svg.import | 34 +++++ project/sprites/tail/tail0.svg | 87 +++++++++++ project/sprites/tail/tail0.svg.import | 34 +++++ project/sprites/tail/tail1.svg | 81 ++++++++++ project/sprites/tail/tail1.svg.import | 34 +++++ project/sprites/tail/tail2.svg | 87 +++++++++++ project/sprites/tail/tail2.svg.import | 34 +++++ project/src/GameScn.gd | 9 +- 20 files changed, 1305 insertions(+), 58 deletions(-) create mode 100644 project/sprites/beyond_jacket.svg create mode 100644 project/sprites/beyond_jacket.svg.import create mode 100644 project/sprites/beyond_jeans.svg create mode 100644 project/sprites/beyond_jeans.svg.import create mode 100644 project/sprites/camera.svg create mode 100644 project/sprites/camera.svg.import create mode 100644 project/sprites/dj_shirt.svg create mode 100644 project/sprites/dj_shirt.svg.import create mode 100644 project/sprites/old_sweatshirt.svg create mode 100644 project/sprites/old_sweatshirt.svg.import create mode 100644 project/sprites/tail/tail0.svg create mode 100644 project/sprites/tail/tail0.svg.import create mode 100644 project/sprites/tail/tail1.svg create mode 100644 project/sprites/tail/tail1.svg.import create mode 100644 project/sprites/tail/tail2.svg create mode 100644 project/sprites/tail/tail2.svg.import diff --git a/project/scn/Character.tscn b/project/scn/Character.tscn index 605e76f..c4fc0f3 100644 --- a/project/scn/Character.tscn +++ b/project/scn/Character.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=29 format=2] -[ext_resource path="res://sprites/tail/tail0.png" type="Texture" id=1] -[ext_resource path="res://sprites/tail/tail1.png" type="Texture" id=2] -[ext_resource path="res://sprites/tail/tail2.png" type="Texture" id=3] +[ext_resource path="res://sprites/tail/tail0.svg" type="Texture" id=1] +[ext_resource path="res://sprites/tail/tail1.svg" type="Texture" id=2] +[ext_resource path="res://sprites/tail/tail2.svg" type="Texture" id=3] [ext_resource path="res://sprites/character_base.svg" type="Texture" id=4] [ext_resource path="res://sprites/eyes/eyes1.png" type="Texture" id=5] [ext_resource path="res://sprites/eyes/eyes2.png" type="Texture" id=6] diff --git a/project/scn/Clothes.tscn b/project/scn/Clothes.tscn index a78ffc4..735432d 100644 --- a/project/scn/Clothes.tscn +++ b/project/scn/Clothes.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=23 format=2] +[gd_scene load_steps=24 format=2] [ext_resource path="res://styles/DressUpTheme.res" type="Theme" id=1] [ext_resource path="res://styles/wordrobe_panel.stylebox" type="StyleBox" id=2] @@ -6,22 +6,23 @@ [ext_resource path="res://sprites/sweat_pants.svg" type="Texture" id=4] [ext_resource path="res://sprites/blue_camo_jeans.svg" type="Texture" id=5] [ext_resource path="res://sprites/beat_up_jeans.svg" type="Texture" id=6] -[ext_resource path="res://sprites/x_button.svg" type="Texture" id=7] -[ext_resource path="res://sprites/old_sweatshirt.png" type="Texture" id=8] -[ext_resource path="res://sprites/dj_shirt.png" type="Texture" id=9] -[ext_resource path="res://sprites/raw_shirt.svg" type="Texture" id=10] -[ext_resource path="res://sprites/atomic_shirt.svg" type="Texture" id=11] -[ext_resource path="res://sprites/z_shirt.png" type="Texture" id=12] -[ext_resource path="res://sprites/biker_jacket.svg" type="Texture" id=13] -[ext_resource path="res://sprites/nl_jacket.png" type="Texture" id=14] -[ext_resource path="res://sprites/train_hoodie.svg" type="Texture" id=15] -[ext_resource path="res://sprites/korm_shirt.png" type="Texture" id=16] -[ext_resource path="res://sprites/whatsnew_shirt.svg" type="Texture" id=17] -[ext_resource path="res://sprites/owo_censor.svg" type="Texture" id=18] -[ext_resource path="res://sprites/briefs.svg" type="Texture" id=19] -[ext_resource path="res://sprites/z_briefs.svg" type="Texture" id=20] -[ext_resource path="res://sprites/fundosi.svg" type="Texture" id=21] -[ext_resource path="res://sprites/camera.png" type="Texture" id=22] +[ext_resource path="res://sprites/beyond_jeans.svg" type="Texture" id=7] +[ext_resource path="res://sprites/x_button.svg" type="Texture" id=8] +[ext_resource path="res://sprites/old_sweatshirt.svg" type="Texture" id=9] +[ext_resource path="res://sprites/beyond_jacket.svg" type="Texture" id=10] +[ext_resource path="res://sprites/raw_shirt.svg" type="Texture" id=11] +[ext_resource path="res://sprites/atomic_shirt.svg" type="Texture" id=12] +[ext_resource path="res://sprites/z_shirt.png" type="Texture" id=13] +[ext_resource path="res://sprites/biker_jacket.svg" type="Texture" id=14] +[ext_resource path="res://sprites/nl_jacket.png" type="Texture" id=15] +[ext_resource path="res://sprites/train_hoodie.svg" type="Texture" id=16] +[ext_resource path="res://sprites/korm_shirt.png" type="Texture" id=17] +[ext_resource path="res://sprites/whatsnew_shirt.svg" type="Texture" id=18] +[ext_resource path="res://sprites/owo_censor.svg" type="Texture" id=19] +[ext_resource path="res://sprites/briefs.svg" type="Texture" id=20] +[ext_resource path="res://sprites/z_briefs.svg" type="Texture" id=21] +[ext_resource path="res://sprites/fundosi.svg" type="Texture" id=22] +[ext_resource path="res://sprites/camera.png" type="Texture" id=23] [node name="Clothes" type="Node"] @@ -75,20 +76,25 @@ margin_right = 436.0 margin_bottom = 112.0 texture_normal = ExtResource( 6 ) -[node name="RemovePants" type="Button" parent="Wordrobe/Pants/PantsGrid"] +[node name="BeyondPants" type="TextureButton" parent="Wordrobe/Pants/PantsGrid"] margin_left = 440.0 margin_right = 546.0 margin_bottom = 112.0 +texture_normal = ExtResource( 7 ) + +[node name="RemovePants" type="Button" parent="Wordrobe/Pants/PantsGrid"] +margin_top = 116.0 +margin_right = 106.0 +margin_bottom = 228.0 rect_min_size = Vector2( 0, 112 ) custom_colors/font_color_disabled = Color( 0, 0, 0, 1 ) custom_colors/font_color = Color( 0, 0, 0, 1 ) custom_colors/font_color_hover = Color( 0, 0, 0, 1 ) custom_colors/font_color_pressed = Color( 0, 0, 0, 1 ) -icon = ExtResource( 7 ) +icon = ExtResource( 8 ) flat = true [node name="Shirts" type="Tabs" parent="Wordrobe"] -editor/display_folded = true visible = false anchor_right = 1.0 anchor_bottom = 1.0 @@ -104,75 +110,75 @@ columns = 7 [node name="Sweatshirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"] margin_right = 85.0 margin_bottom = 115.0 -texture_normal = ExtResource( 8 ) +texture_normal = ExtResource( 9 ) -[node name="DJShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"] +[node name="BeyondJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"] margin_left = 89.0 margin_right = 174.0 margin_bottom = 115.0 -texture_normal = ExtResource( 9 ) +texture_normal = ExtResource( 10 ) [node name="Raw" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"] margin_left = 178.0 margin_right = 263.0 margin_bottom = 115.0 -texture_normal = ExtResource( 10 ) +texture_normal = ExtResource( 11 ) [node name="Atomic" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"] margin_left = 267.0 -margin_right = 385.0 -margin_bottom = 115.0 -texture_normal = ExtResource( 11 ) - -[node name="ZShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"] -margin_left = 389.0 -margin_right = 470.0 +margin_right = 373.0 margin_bottom = 115.0 texture_normal = ExtResource( 12 ) -[node name="BikerJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"] -margin_left = 475.0 -margin_right = 560.0 +[node name="ZShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"] +margin_left = 377.0 +margin_right = 458.0 margin_bottom = 115.0 texture_normal = ExtResource( 13 ) -[node name="NLJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"] -margin_left = 563.0 -margin_right = 648.0 +[node name="BikerJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"] +margin_left = 462.0 +margin_right = 547.0 margin_bottom = 115.0 texture_normal = ExtResource( 14 ) +[node name="NLJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"] +margin_left = 551.0 +margin_right = 636.0 +margin_bottom = 115.0 +texture_normal = ExtResource( 15 ) + [node name="TrainHoodie" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"] margin_top = 119.0 margin_right = 85.0 -margin_bottom = 237.0 -texture_normal = ExtResource( 15 ) +margin_bottom = 234.0 +texture_normal = ExtResource( 16 ) [node name="KormShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"] margin_left = 89.0 margin_top = 119.0 margin_right = 174.0 -margin_bottom = 237.0 -texture_normal = ExtResource( 16 ) +margin_bottom = 234.0 +texture_normal = ExtResource( 17 ) [node name="WhatsNewShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"] margin_left = 178.0 margin_top = 119.0 margin_right = 263.0 -margin_bottom = 237.0 -texture_normal = ExtResource( 17 ) +margin_bottom = 234.0 +texture_normal = ExtResource( 18 ) [node name="RemoveShirt" type="Button" parent="Wordrobe/Shirts/ShirtsGrid"] margin_left = 267.0 margin_top = 119.0 -margin_right = 385.0 -margin_bottom = 237.0 +margin_right = 373.0 +margin_bottom = 234.0 rect_min_size = Vector2( 0, 112 ) custom_colors/font_color_disabled = Color( 0, 0, 0, 1 ) custom_colors/font_color = Color( 0, 0, 0, 1 ) custom_colors/font_color_hover = Color( 0, 0, 0, 1 ) custom_colors/font_color_pressed = Color( 0, 0, 0, 1 ) -icon = ExtResource( 7 ) +icon = ExtResource( 8 ) flat = true [node name="Underwear" type="Tabs" parent="Wordrobe"] @@ -192,25 +198,25 @@ columns = 6 [node name="OwOCensor" type="TextureButton" parent="Wordrobe/Underwear/UndiesGrid"] margin_right = 106.0 margin_bottom = 112.0 -texture_normal = ExtResource( 18 ) +texture_normal = ExtResource( 19 ) [node name="Briefs" type="TextureButton" parent="Wordrobe/Underwear/UndiesGrid"] margin_left = 110.0 margin_right = 216.0 margin_bottom = 112.0 -texture_normal = ExtResource( 19 ) +texture_normal = ExtResource( 20 ) [node name="ZBriefs" type="TextureButton" parent="Wordrobe/Underwear/UndiesGrid"] margin_left = 220.0 margin_right = 326.0 margin_bottom = 112.0 -texture_normal = ExtResource( 20 ) +texture_normal = ExtResource( 21 ) [node name="Fundosi" type="TextureButton" parent="Wordrobe/Underwear/UndiesGrid"] margin_left = 330.0 margin_right = 436.0 margin_bottom = 112.0 -texture_normal = ExtResource( 21 ) +texture_normal = ExtResource( 22 ) [node name="Accessoires" type="Tabs" parent="Wordrobe"] editor/display_folded = true @@ -229,7 +235,7 @@ columns = 6 [node name="CanonCam" type="TextureButton" parent="Wordrobe/Accessoires/AccsGrid"] margin_right = 85.0 margin_bottom = 118.0 -texture_normal = ExtResource( 22 ) +texture_normal = ExtResource( 23 ) [node name="RemoveAccessory" type="Button" parent="Wordrobe/Accessoires/AccsGrid"] margin_left = 89.0 @@ -240,5 +246,5 @@ custom_colors/font_color_disabled = Color( 0, 0, 0, 1 ) custom_colors/font_color = Color( 0, 0, 0, 1 ) custom_colors/font_color_hover = Color( 0, 0, 0, 1 ) custom_colors/font_color_pressed = Color( 0, 0, 0, 1 ) -icon = ExtResource( 7 ) +icon = ExtResource( 8 ) flat = true diff --git a/project/sprites/beyond_jacket.svg b/project/sprites/beyond_jacket.svg new file mode 100644 index 0000000..6927c21 --- /dev/null +++ b/project/sprites/beyond_jacket.svg @@ -0,0 +1,167 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/project/sprites/beyond_jacket.svg.import b/project/sprites/beyond_jacket.svg.import new file mode 100644 index 0000000..39a496c --- /dev/null +++ b/project/sprites/beyond_jacket.svg.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/beyond_jacket.svg-98f6b1bf2a6317c20336645182f41937.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://sprites/beyond_jacket.svg" +dest_files=[ "res://.import/beyond_jacket.svg-98f6b1bf2a6317c20336645182f41937.stex" ] + +[params] + +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 +flags/mipmaps=false +flags/anisotropic=false +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 +svg/scale=1.0 diff --git a/project/sprites/beyond_jeans.svg b/project/sprites/beyond_jeans.svg new file mode 100644 index 0000000..5e8e8ce --- /dev/null +++ b/project/sprites/beyond_jeans.svg @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/project/sprites/beyond_jeans.svg.import b/project/sprites/beyond_jeans.svg.import new file mode 100644 index 0000000..32afa42 --- /dev/null +++ b/project/sprites/beyond_jeans.svg.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/beyond_jeans.svg-7d94689020ceb4d3ef57e6a831a9ead6.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://sprites/beyond_jeans.svg" +dest_files=[ "res://.import/beyond_jeans.svg-7d94689020ceb4d3ef57e6a831a9ead6.stex" ] + +[params] + +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 +flags/mipmaps=false +flags/anisotropic=false +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 +svg/scale=1.0 diff --git a/project/sprites/camera.svg b/project/sprites/camera.svg new file mode 100644 index 0000000..edb7fe2 --- /dev/null +++ b/project/sprites/camera.svg @@ -0,0 +1,117 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/project/sprites/camera.svg.import b/project/sprites/camera.svg.import new file mode 100644 index 0000000..bc513d3 --- /dev/null +++ b/project/sprites/camera.svg.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/camera.svg-9305287ba29f8c72100325a8b8ece10a.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://sprites/camera.svg" +dest_files=[ "res://.import/camera.svg-9305287ba29f8c72100325a8b8ece10a.stex" ] + +[params] + +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 +flags/mipmaps=false +flags/anisotropic=false +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 +svg/scale=1.0 diff --git a/project/sprites/dj_shirt.svg b/project/sprites/dj_shirt.svg new file mode 100644 index 0000000..3e7ef0a --- /dev/null +++ b/project/sprites/dj_shirt.svg @@ -0,0 +1,136 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/project/sprites/dj_shirt.svg.import b/project/sprites/dj_shirt.svg.import new file mode 100644 index 0000000..7149e71 --- /dev/null +++ b/project/sprites/dj_shirt.svg.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/dj_shirt.svg-5d74e0cb2b3928aecd132f88a5420703.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://sprites/dj_shirt.svg" +dest_files=[ "res://.import/dj_shirt.svg-5d74e0cb2b3928aecd132f88a5420703.stex" ] + +[params] + +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 +flags/mipmaps=false +flags/anisotropic=false +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 +svg/scale=1.0 diff --git a/project/sprites/old_sweatshirt.png b/project/sprites/old_sweatshirt.png index ffaba62401d433e47fb83bdba81ce2d412a535cd..e4114b56d5376dfbfcdee16dfc51bfc27e705f8e 100644 GIT binary patch literal 4939 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 E2aC15`Tzg` literal 2966 zcmV;H3u*L;P)0H(k8tR`zt)+39wwI9;w9 zO_!_ebTe=e4a|az0l$GQe0SkiKEjfLu)ac;=IQB4mSx$AoqQm$o}{Pe&%ghY-}?&7 zp#`9w@md#v1Aqye4+=mPuCW2U&v-u`#aaJ8&U5Hykcy2GEBm zB;_Uh&x~Wqz}C67mKgi%6#e(%k)H`)Ww=I1SWQu_R;4F0#_;LWrwq543m3p2GG5yU zV5B^^H`^964~2z>aU8g=i@{(Jv~{~(OeT}ax#e;hhGD=k45+FK z+qQ9ZbmSja0aTIA7BYUP(P)4%hVyf2SJrIn0cZk<4m2lJ!Kq5C)tasYqtR$uEEahc zm8-{mwD|G&`~B&3I-Pbp9kG9LyMX6Q=HgMtfvpvkQapbASSryOz+{chW)qAtv|6#| zngSRg1+iI3B^j>CjKN@l_wVzFq5`nE1FEW`-ELzv8lll>$WEc~!n)kiheUlAMZe#l zjz*)o=UrS}$W-xXq*O%-ifP9`8jYr{R!e3U62q=V9aR~E=d^7*ar2_k z{eI?=D*T}SmgSxS%JT?F+Ei7U5~2oMrLs3Q3=(Vy2T!N9+7s!u#bR;#`t|EHQj*X z@Un;ilxnEeo(xuNM%|>-A*B0$#YYFKO4|Wkm+x*l0A+ z>-7@HWtt}5ymVN(cpjot@v}*|V>4dHD-2FMkOgn@lD+ zIXQvrx~Nnts8lMTl;Z5{44*%L=1(ob`||I&wkkZ0D~b2CZ5yg8Ru{iuFc{$b@4xqV z6?mkc0r*$acZm!BNu+_OD_=dUl)OC6Mv`~}+YPBbkc0P#j^?DHr?RLAdHkVQj zmPJ$f4OLY@sm3=E2&F(7si6~Y+d;`tD(yzJ=luL!T7q<47lvWryYIe}di8^Yr-36% z3rQqo@jEh7Lk4Ko0e@D=(q%E_v~3%N5UFP;M8%62&oY@dP1_MQ*x+~Osz2}j?h;g0 ziAc=J$q5)^a9tP8W)u7S`?1c*vglH#P0(NpF3XaM;oWidb6^+*jJaUU4ceN`CS2E* zN~a%l<{>DWwu9mDl5ZjaJ^^x4gFD_eCnbYn5cGOZus^FPMNlg3E^IrKAo*b^W{E)J z9X5efLR1iS^Tg?JD+WYfRltK_D-L{5phJL5SUC}Jjrsnz< zvFl!gF<1I9Z<`@XYA)&1_4N%-Pd@}-2RHBsL)dF`~Fy_LxhYQEqJgJd4lNTj*JiZF;-<1p}D;#GG z#~Fv}wQ0bUx^y@tlDY}?*d+LxHy&R_9B>k1L#ixNCaTFMtN(a>74i?Fz$Aeu)!+|g zaWLDIIW0n>h*(L@qPn8z-(-lSE~0h0lFDP#L#bt)Zmu?Un;?dViwH?9shcio%RuxE zi#ps`Qa9OiFAI^>MNJ`3Dp`Iw+kuRv690pg)cdUZK<3bp_#dR|f8U+dve<~3DK-rc zHdTVS_p;JLO6r69F9)gm-*-o~EPPULZ7Q~Hgiq@Ijr1j0w(jARN|qkU7U6-^JBSBT zC0MrZAtm*`hg72aXMLI)dgyoGLn@KfMIWs^g7;|p!TSqX#soZq31+5U%_$4(6pV{+0*#Hg@5zS9|zdL z|FtH8Cv_1a;hD1FO+aYyC-?-xBZ&Xb>b!dEynOT%gxSIF8x*AgP1_0l3S(~E-PF5JkOsVDim$E9kSD2ITSE{h_i~(ZVv*%R{ZoQ>SdKGJjNKndO$puvxbC&=FF?%y zurg9N{XbM9L=zy9ROWxklT^a*Y#XUS`adtPjMQy>B$M`U_A68WZ7g<6rugJB@IO3| zx**b+fR)9m+e&JJ2?#1IE6b?P&OUBM^o4e9uh*yL za{0EubS|5}6lt|ul^t*7rT(E+fdFqwBg?W9mwWT!uO#8RE*!^u-pCjW7MXDzC$Dv= zGeOsN7={5#DJZ4ET7$Axg#fU;NIiu2`cMRoMgyj4LRD3$sw!O*DhqhhSA{eyRr0F} z`N)e@KyX&eLf3Wa8hja+1SH}AGDn5_B6UK1poj5 M07*qoM6N<$f=?{8zW@LL diff --git a/project/sprites/old_sweatshirt.svg b/project/sprites/old_sweatshirt.svg new file mode 100644 index 0000000..26907ca --- /dev/null +++ b/project/sprites/old_sweatshirt.svg @@ -0,0 +1,116 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/project/sprites/old_sweatshirt.svg.import b/project/sprites/old_sweatshirt.svg.import new file mode 100644 index 0000000..def2449 --- /dev/null +++ b/project/sprites/old_sweatshirt.svg.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/old_sweatshirt.svg-30079f7163aabdff1203e8d8d45de87f.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://sprites/old_sweatshirt.svg" +dest_files=[ "res://.import/old_sweatshirt.svg-30079f7163aabdff1203e8d8d45de87f.stex" ] + +[params] + +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 +flags/mipmaps=false +flags/anisotropic=false +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 +svg/scale=1.0 diff --git a/project/sprites/tail/tail0.svg b/project/sprites/tail/tail0.svg new file mode 100644 index 0000000..4ac35cc --- /dev/null +++ b/project/sprites/tail/tail0.svg @@ -0,0 +1,87 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/project/sprites/tail/tail0.svg.import b/project/sprites/tail/tail0.svg.import new file mode 100644 index 0000000..cc1d626 --- /dev/null +++ b/project/sprites/tail/tail0.svg.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/tail0.svg-bacfc76d37c28f8c2feaf754c1d87074.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://sprites/tail/tail0.svg" +dest_files=[ "res://.import/tail0.svg-bacfc76d37c28f8c2feaf754c1d87074.stex" ] + +[params] + +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 +flags/mipmaps=false +flags/anisotropic=false +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 +svg/scale=1.0 diff --git a/project/sprites/tail/tail1.svg b/project/sprites/tail/tail1.svg new file mode 100644 index 0000000..745d127 --- /dev/null +++ b/project/sprites/tail/tail1.svg @@ -0,0 +1,81 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/project/sprites/tail/tail1.svg.import b/project/sprites/tail/tail1.svg.import new file mode 100644 index 0000000..7a82d7a --- /dev/null +++ b/project/sprites/tail/tail1.svg.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/tail1.svg-04a971ec08c55d1a9d26808d9c04b6ee.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://sprites/tail/tail1.svg" +dest_files=[ "res://.import/tail1.svg-04a971ec08c55d1a9d26808d9c04b6ee.stex" ] + +[params] + +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 +flags/mipmaps=false +flags/anisotropic=false +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 +svg/scale=1.0 diff --git a/project/sprites/tail/tail2.svg b/project/sprites/tail/tail2.svg new file mode 100644 index 0000000..2ca86ad --- /dev/null +++ b/project/sprites/tail/tail2.svg @@ -0,0 +1,87 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/project/sprites/tail/tail2.svg.import b/project/sprites/tail/tail2.svg.import new file mode 100644 index 0000000..86a6693 --- /dev/null +++ b/project/sprites/tail/tail2.svg.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/tail2.svg-79368b37193b7b118b6a6740d6e3834b.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://sprites/tail/tail2.svg" +dest_files=[ "res://.import/tail2.svg-79368b37193b7b118b6a6740d6e3834b.stex" ] + +[params] + +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 +flags/mipmaps=false +flags/anisotropic=false +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 +svg/scale=1.0 diff --git a/project/src/GameScn.gd b/project/src/GameScn.gd index 35ff9c4..612a05d 100644 --- a/project/src/GameScn.gd +++ b/project/src/GameScn.gd @@ -52,6 +52,10 @@ func _process(delta): if $Clothes/Wordrobe/Pants/PantsGrid/Jeans.is_pressed(): change_bottoms(load("res://sprites/jeans.svg")) + + if $Clothes/Wordrobe/Pants/PantsGrid/BeyondPants.is_pressed(): + change_bottoms(load("res://sprites/beyond_jeans.svg")) + if $Clothes/Wordrobe/Pants/PantsGrid/Sweats.is_pressed(): change_bottoms(load("res://sprites/sweat_pants.svg")) @@ -59,9 +63,6 @@ func _process(delta): if $Clothes/Wordrobe/Pants/PantsGrid/BeatUpJeans.is_pressed(): change_bottoms(load("res://sprites/beat_up_jeans.svg")) - # if $Clothes/Wordrobe/Pants/PantsGrid/DJShorts.is_pressed(): - # change_bottoms(load("res://sprites/dj_shorts.svg")) - if $Clothes/Wordrobe/Underwear/UndiesGrid/Briefs.is_pressed(): change_undies(load("res://sprites/briefs.svg")) @@ -85,6 +86,8 @@ func _process(delta): if $Clothes/Wordrobe/Shirts/ShirtsGrid/WhatsNewShirt.is_pressed(): change_tops(load("res://sprites/whatsnew_shirt.svg")) + if $Clothes/Wordrobe/Shirts/ShirtsGrid/BeyondJacket.is_pressed(): + change_tops(load("res://sprites/beyond_jacket.svg")) # Remove clothes # ===========================================================