mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-07 14:04:48 -04:00
Train and What's New hoodies
- Tab Container is now properly themed
This commit is contained in:
parent
2b0755bf34
commit
4b501e0c6e
8 changed files with 370 additions and 56 deletions
|
@ -57,7 +57,6 @@ animations = [ {
|
|||
[node name="Tail" type="AnimatedSprite" parent="Base"]
|
||||
position = Vector2( 54.4027, 184.439 )
|
||||
frames = SubResource( 1 )
|
||||
frame = 6
|
||||
playing = true
|
||||
|
||||
[node name="Nathan" type="Sprite" parent="Base"]
|
||||
|
@ -67,13 +66,12 @@ texture = ExtResource( 4 )
|
|||
[node name="Eyes" type="AnimatedSprite" parent="Base"]
|
||||
position = Vector2( 114.227, 63.9224 )
|
||||
frames = SubResource( 2 )
|
||||
frame = 11
|
||||
playing = true
|
||||
|
||||
[node name="Mouth" type="AnimatedSprite" parent="Base"]
|
||||
position = Vector2( 131.024, 67.4964 )
|
||||
frames = SubResource( 3 )
|
||||
frame = 16
|
||||
frame = 22
|
||||
playing = true
|
||||
|
||||
[node name="Undies" type="Sprite" parent="."]
|
||||
|
|
|
@ -1,30 +1,28 @@
|
|||
[gd_scene load_steps=26 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/tab.stylebox" type="StyleBox" id=2]
|
||||
[ext_resource path="res://styles/tabbg.stylebox" type="StyleBox" id=3]
|
||||
[ext_resource path="res://styles/wordrobe_panel.stylebox" type="StyleBox" id=4]
|
||||
[ext_resource path="res://sprites/lights.png" type="Texture" id=5]
|
||||
[ext_resource path="res://sprites/jeans.svg" type="Texture" id=6]
|
||||
[ext_resource path="res://sprites/sweat_pants.svg" type="Texture" id=7]
|
||||
[ext_resource path="res://sprites/blue_camo_jeans.svg" type="Texture" id=8]
|
||||
[ext_resource path="res://sprites/beat_up_jeans.svg" type="Texture" id=9]
|
||||
[ext_resource path="res://sprites/x_button.svg" type="Texture" id=10]
|
||||
[ext_resource path="res://sprites/old_sweatshirt.png" type="Texture" id=11]
|
||||
[ext_resource path="res://sprites/dj_shirt.png" type="Texture" id=12]
|
||||
[ext_resource path="res://sprites/raw_shirt.svg" type="Texture" id=13]
|
||||
[ext_resource path="res://sprites/atomic_shirt.svg" type="Texture" id=14]
|
||||
[ext_resource path="res://sprites/z_shirt.png" type="Texture" id=15]
|
||||
[ext_resource path="res://sprites/biker_jacket.png" type="Texture" id=16]
|
||||
[ext_resource path="res://sprites/nl_jacket.png" type="Texture" id=17]
|
||||
[ext_resource path="res://sprites/train_hoodie.png" type="Texture" id=18]
|
||||
[ext_resource path="res://sprites/korm_shirt.png" type="Texture" id=19]
|
||||
[ext_resource path="res://sprites/whatsnew_shirt.png" type="Texture" id=20]
|
||||
[ext_resource path="res://sprites/owo_censor.svg" type="Texture" id=21]
|
||||
[ext_resource path="res://sprites/briefs.svg" type="Texture" id=22]
|
||||
[ext_resource path="res://sprites/z_briefs.svg" type="Texture" id=23]
|
||||
[ext_resource path="res://sprites/fundosi.svg" type="Texture" id=24]
|
||||
[ext_resource path="res://sprites/camera.png" type="Texture" id=25]
|
||||
[ext_resource path="res://styles/wordrobe_panel.stylebox" type="StyleBox" id=2]
|
||||
[ext_resource path="res://sprites/lights.png" type="Texture" id=3]
|
||||
[ext_resource path="res://sprites/jeans.svg" type="Texture" id=4]
|
||||
[ext_resource path="res://sprites/sweat_pants.svg" type="Texture" id=5]
|
||||
[ext_resource path="res://sprites/blue_camo_jeans.svg" type="Texture" id=6]
|
||||
[ext_resource path="res://sprites/beat_up_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.png" type="Texture" id=9]
|
||||
[ext_resource path="res://sprites/dj_shirt.png" 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.png" 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"]
|
||||
|
||||
|
@ -37,18 +35,17 @@ margin_top = 32.0
|
|||
margin_right = -25.0
|
||||
margin_bottom = -6.0
|
||||
theme = ExtResource( 1 )
|
||||
custom_styles/tab_fg = ExtResource( 2 )
|
||||
custom_styles/tab_bg = ExtResource( 3 )
|
||||
custom_styles/panel = ExtResource( 4 )
|
||||
custom_styles/panel = ExtResource( 2 )
|
||||
custom_colors/font_color_disabled = Color( 0, 0, 0, 1 )
|
||||
custom_colors/font_color_bg = Color( 0.921569, 0.921569, 0.921569, 1 )
|
||||
custom_colors/font_color_fg = Color( 1, 1, 1, 1 )
|
||||
|
||||
[node name="Lights" type="Sprite" parent="Wordrobe"]
|
||||
position = Vector2( 346.41, 165.623 )
|
||||
texture = ExtResource( 5 )
|
||||
texture = ExtResource( 3 )
|
||||
|
||||
[node name="Pants" type="Tabs" parent="Wordrobe"]
|
||||
visible = false
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
margin_top = 29.0
|
||||
|
@ -64,25 +61,25 @@ columns = 5
|
|||
[node name="Jeans" type="TextureButton" parent="Wordrobe/Pants/PantsGrid"]
|
||||
margin_right = 106.0
|
||||
margin_bottom = 118.0
|
||||
texture_normal = ExtResource( 6 )
|
||||
texture_normal = ExtResource( 4 )
|
||||
|
||||
[node name="Sweats" type="TextureButton" parent="Wordrobe/Pants/PantsGrid"]
|
||||
margin_left = 110.0
|
||||
margin_right = 216.0
|
||||
margin_bottom = 118.0
|
||||
texture_normal = ExtResource( 7 )
|
||||
texture_normal = ExtResource( 5 )
|
||||
|
||||
[node name="BlueCamoJeans" type="TextureButton" parent="Wordrobe/Pants/PantsGrid"]
|
||||
margin_left = 220.0
|
||||
margin_right = 326.0
|
||||
margin_bottom = 118.0
|
||||
texture_normal = ExtResource( 8 )
|
||||
texture_normal = ExtResource( 6 )
|
||||
|
||||
[node name="BeatUpJeans" type="TextureButton" parent="Wordrobe/Pants/PantsGrid"]
|
||||
margin_left = 330.0
|
||||
margin_right = 436.0
|
||||
margin_bottom = 118.0
|
||||
texture_normal = ExtResource( 9 )
|
||||
texture_normal = ExtResource( 7 )
|
||||
|
||||
[node name="RemovePants" type="Button" parent="Wordrobe/Pants/PantsGrid"]
|
||||
margin_left = 440.0
|
||||
|
@ -93,12 +90,10 @@ 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( 10 )
|
||||
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
|
||||
margin_top = 29.0
|
||||
|
@ -113,63 +108,63 @@ columns = 7
|
|||
[node name="Sweatshirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
|
||||
margin_right = 85.0
|
||||
margin_bottom = 115.0
|
||||
texture_normal = ExtResource( 11 )
|
||||
texture_normal = ExtResource( 9 )
|
||||
|
||||
[node name="DJShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
|
||||
margin_left = 89.0
|
||||
margin_right = 174.0
|
||||
margin_bottom = 115.0
|
||||
texture_normal = ExtResource( 12 )
|
||||
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( 13 )
|
||||
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( 14 )
|
||||
texture_normal = ExtResource( 12 )
|
||||
|
||||
[node name="ZShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
|
||||
margin_left = 389.0
|
||||
margin_right = 470.0
|
||||
margin_bottom = 115.0
|
||||
texture_normal = ExtResource( 15 )
|
||||
texture_normal = ExtResource( 13 )
|
||||
|
||||
[node name="BikerJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
|
||||
margin_left = 474.0
|
||||
margin_right = 559.0
|
||||
margin_bottom = 115.0
|
||||
texture_normal = ExtResource( 16 )
|
||||
texture_normal = ExtResource( 14 )
|
||||
|
||||
[node name="NLJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
|
||||
margin_left = 563.0
|
||||
margin_right = 648.0
|
||||
margin_bottom = 115.0
|
||||
texture_normal = ExtResource( 17 )
|
||||
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( 18 )
|
||||
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( 19 )
|
||||
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( 20 )
|
||||
texture_normal = ExtResource( 18 )
|
||||
|
||||
[node name="RemoveShirt" type="Button" parent="Wordrobe/Shirts/ShirtsGrid"]
|
||||
margin_left = 267.0
|
||||
|
@ -181,7 +176,7 @@ 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( 10 )
|
||||
icon = ExtResource( 8 )
|
||||
flat = true
|
||||
|
||||
[node name="Underwear" type="Tabs" parent="Wordrobe"]
|
||||
|
@ -201,25 +196,25 @@ columns = 6
|
|||
[node name="OwOCensor" type="TextureButton" parent="Wordrobe/Underwear/UndiesGrid"]
|
||||
margin_right = 106.0
|
||||
margin_bottom = 112.0
|
||||
texture_normal = ExtResource( 21 )
|
||||
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( 22 )
|
||||
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( 23 )
|
||||
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( 24 )
|
||||
texture_normal = ExtResource( 22 )
|
||||
|
||||
[node name="Accessoires" type="Tabs" parent="Wordrobe"]
|
||||
editor/display_folded = true
|
||||
|
@ -238,7 +233,7 @@ columns = 6
|
|||
[node name="CanonCam" type="TextureButton" parent="Wordrobe/Accessoires/AccsGrid"]
|
||||
margin_right = 85.0
|
||||
margin_bottom = 118.0
|
||||
texture_normal = ExtResource( 25 )
|
||||
texture_normal = ExtResource( 23 )
|
||||
|
||||
[node name="RemoveAccessory" type="Button" parent="Wordrobe/Accessoires/AccsGrid"]
|
||||
margin_left = 89.0
|
||||
|
@ -249,5 +244,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( 10 )
|
||||
icon = ExtResource( 8 )
|
||||
flat = true
|
||||
|
|
125
project/sprites/train_hoodie.svg
Normal file
125
project/sprites/train_hoodie.svg
Normal file
|
@ -0,0 +1,125 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="svg837"
|
||||
width="85"
|
||||
height="115"
|
||||
viewBox="0 0 85 115"
|
||||
sodipodi:docname="train_hoodie.svg"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)">
|
||||
<metadata
|
||||
id="metadata843">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs841" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1001"
|
||||
id="namedview839"
|
||||
showgrid="false"
|
||||
inkscape:pagecheckerboard="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:zoom="5.6568543"
|
||||
inkscape:cx="61.06424"
|
||||
inkscape:cy="71.518993"
|
||||
inkscape:window-x="-9"
|
||||
inkscape:window-y="-9"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer2" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
inkscape:label="Original"
|
||||
transform="translate(17.592821,10.674505)"
|
||||
sodipodi:insensitive="true" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer2"
|
||||
inkscape:label="Re-Ink"
|
||||
style="display:inline">
|
||||
<path
|
||||
style="fill:#0033ff;fill-opacity:1;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 20.92203,15.22896 c 0,0 7.16949,-9.3206447 12.382425,-11.3861382 4.013907,-1.5904089 9.604507,-0.7747821 12.951733,-0.1423268 4.35966,0.8237536 -5.550742,12.097772 -5.550742,12.097772"
|
||||
id="path866"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cssc" />
|
||||
<path
|
||||
style="fill:#0033ff;fill-opacity:1;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 66.751238,14.232673 c 0,0 -7.432449,-7.8329473 -5.123763,-11.2438116 1.703814,-2.51722345 6.596768,-1.2843159 9.108911,0.4269802 5.844273,3.981175 8.255393,12.2978704 8.681931,19.3564354 0.08689,1.437935 -1.280941,4.127475 -1.280941,4.127475"
|
||||
id="path874"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="caasc" />
|
||||
<path
|
||||
style="fill:#0033ff;fill-opacity:1;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 8.0736469,15.651414 c -3.0005452,1.901906 -2.134901,57.07302 -2.134901,57.07302 0,0 -4.5852834,5.412284 -4.3731518,8.828784 0.2121316,3.4165 1.8086912,7.15144 4.9814356,8.966584 3.1727444,1.815144 6.7511213,-1.62007 11.6707923,-0.284653 4.919671,1.335417 1.601085,5.999584 0.42698,11.243811 -1.174105,5.24423 14.347292,10.08062 20.637376,10.38985 6.290084,0.30923 14.358639,1.44548 18.502475,0.71164 4.143836,-0.73384 20.835815,-7.24673 22.772278,-10.67451 1.936463,-3.427781 -8.341438,-10.916229 -7.116337,-15.086633 1.225101,-4.170404 7.707079,-1.859528 7.970297,-4.981436 0.780656,-9.259011 0.132549,-21.086054 -0.569307,-31.596534 -0.521871,-7.815165 -2.704208,-23.341585 -2.704208,-23.341585 0,0 -5.708848,-12.627002 -11.386138,-12.667079 C 60.741933,14.190253 60.50929,27.100641 54.511139,27.469059 48.496562,27.838486 46.696495,15.151003 40.705446,15.798267 28.378757,17.130023 11.074192,13.749508 8.0736469,15.651414 Z"
|
||||
id="path864"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="zczzzzzzzzsacsssz" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 21.918317,40.563119 -3.700495,49.67203"
|
||||
id="path870"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 70.024752,47.679455 3.415842,39.139852"
|
||||
id="path872"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
id="g888"
|
||||
transform="translate(-0.17677669,-5.8336309)">
|
||||
<path
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path876"
|
||||
d="m 56.75,49.9375 2.5625,-4.78125"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path878"
|
||||
d="m 63.59375,45.15625 2.21875,4.8125"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path880"
|
||||
d="m 58.34375,46.46875 6,0.03125"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path882"
|
||||
d="m 57.3125,48.8125 8.0625,0.21875"
|
||||
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.9 KiB |
34
project/sprites/train_hoodie.svg.import
Normal file
34
project/sprites/train_hoodie.svg.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/train_hoodie.svg-437ba1a0f0dc90d83164909d14ede895.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/train_hoodie.svg"
|
||||
dest_files=[ "res://.import/train_hoodie.svg-437ba1a0f0dc90d83164909d14ede895.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
|
122
project/sprites/whatsnew_shirt.svg
Normal file
122
project/sprites/whatsnew_shirt.svg
Normal file
|
@ -0,0 +1,122 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="svg837"
|
||||
width="85"
|
||||
height="115"
|
||||
viewBox="0 0 85 115"
|
||||
sodipodi:docname="whatsnew_shirt.svg"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)">
|
||||
<metadata
|
||||
id="metadata843">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs841" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1001"
|
||||
id="namedview839"
|
||||
showgrid="false"
|
||||
inkscape:pagecheckerboard="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:zoom="5.6568543"
|
||||
inkscape:cx="61.06424"
|
||||
inkscape:cy="59.691654"
|
||||
inkscape:window-x="-9"
|
||||
inkscape:window-y="-9"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer3" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
inkscape:label="Original"
|
||||
transform="translate(17.592821,10.674505)"
|
||||
sodipodi:insensitive="true" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer3"
|
||||
inkscape:label="Color">
|
||||
<path
|
||||
style="fill:#003f00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 5.4800775,46.58742 0.3535534,23.688076 -3.5355339,9.192389 1.5909903,9.722718 4.4194173,1.944543 9.9093174,-0.899997 3.172158,4.965861 -3.005204,7.24784 12.904699,4.5962 27.930718,1.94455 20.859649,-5.65686 0.883884,-3.889089 L 73.440594,86.819307 81.317279,82.826642 80.256618,54.012041 79.726289,42.698332 6.0104076,37.395031 Z"
|
||||
id="path896"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cccccccccccccccccc" />
|
||||
<path
|
||||
style="display:inline;fill:#006600;fill-opacity:1;stroke:#000000;stroke-width:1.13385832;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 28.020807,107.32817 c 0,0 1.489065,-13.755682 4.596194,-22.980958 1.310161,-3.889957 24.242128,-2.373791 32.173357,-2.828426 6.405129,-0.367155 4.596195,26.516494 4.596195,26.516494 0,0 -10.185625,3.33296 -15.469661,3.49505 -8.740826,0.26813 -25.896085,-4.20216 -25.896085,-4.20216 z"
|
||||
id="path857"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="csscac" />
|
||||
<path
|
||||
style="fill:#006600;fill-opacity:1;stroke:none;stroke-width:1.88976383;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 5.3033008,49.7694 c 0,0 11.2785072,3.829348 15.5563492,0.883883 1.120484,-0.771498 0.13007,-3.098877 1.237437,-3.889087 12.426374,-8.867376 32.757196,-6.896551 45.785163,1.06066 2.002682,1.223197 2.218976,4.135882 3.358758,6.187185 3.112963,5.602502 9.01561,0 9.01561,0 L 78.137376,26.899752 68.766134,15.297945 62.57895,15.828275 56.745319,27.141983 52.679455,26.611653 44.194173,16.535382 10.253048,15.121168 8.0736469,15.651414 Z"
|
||||
id="path890"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="caaascccccccccc" />
|
||||
</g>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer2"
|
||||
inkscape:label="Re-Ink"
|
||||
style="display:inline"
|
||||
sodipodi:insensitive="true">
|
||||
<path
|
||||
style="opacity:1;fill:#003f00;fill-opacity:1;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 20.92203,15.22896 c 0,0 -4.320995,-7.0225477 0.89194,-9.0880412 4.013907,-1.5904089 18.973672,3.1143052 22.320898,3.7467605 4.35966,0.8237537 -3.429422,5.9105877 -3.429422,5.9105877"
|
||||
id="path866"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cssc" />
|
||||
<path
|
||||
style="opacity:1;fill:#003f00;fill-opacity:1;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 66.751238,14.232673 c 0,0 -0.736893,-8.3150049 2.300858,-9.299268 1.946842,-0.630797 3.485848,2.307421 4.689494,3.9625141 2.939318,4.0417579 5.250189,6.8177929 5.676727,13.8763579 0.08689,1.437935 -1.280941,4.127475 -1.280941,4.127475"
|
||||
id="path874"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="caasc" />
|
||||
<path
|
||||
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 8.0736469,15.651414 c -3.0005452,1.901906 -2.134901,57.07302 -2.134901,57.07302 0,0 -4.5852834,5.412284 -4.3731518,8.828784 0.2121316,3.4165 1.8086912,7.15144 4.9814356,8.966584 3.1727444,1.815144 6.7511213,-1.62007 11.6707923,-0.284653 4.919671,1.335417 1.601085,5.999584 0.42698,11.243811 -1.174105,5.24423 13.404674,6.57995 20.637376,8.09176 6.041484,1.26281 12.406349,1.67677 18.502475,0.71164 7.9885,-1.26473 20.835815,-4.94864 22.772278,-8.37642 1.936463,-3.427781 -8.341438,-10.916229 -7.116337,-15.086633 1.225101,-4.170404 7.707079,-1.859528 7.970297,-4.981436 0.780656,-9.259011 0.132549,-21.086054 -0.569307,-31.596534 -0.521871,-7.815165 -2.704208,-23.341585 -2.704208,-23.341585 0,0 -5.708848,-12.627002 -11.386138,-12.667079 C 60.741933,14.190253 60.50929,27.100641 54.511139,27.469059 48.496562,27.838486 46.696495,15.151003 40.705446,15.798267 28.378757,17.130023 11.074192,13.749508 8.0736469,15.651414 Z"
|
||||
id="path864"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="zczzzzaazzsacsssz" />
|
||||
<path
|
||||
style="opacity:1;fill:none;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 21.918317,40.563119 -3.700495,49.67203"
|
||||
id="path870"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;fill:none;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 70.024752,47.679455 3.415842,39.139852"
|
||||
id="path872"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 6.8 KiB |
34
project/sprites/whatsnew_shirt.svg.import
Normal file
34
project/sprites/whatsnew_shirt.svg.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/whatsnew_shirt.svg-3679963ea83eef4aef7bdf8f4503eb3e.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/whatsnew_shirt.svg"
|
||||
dest_files=[ "res://.import/whatsnew_shirt.svg-3679963ea83eef4aef7bdf8f4503eb3e.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
|
|
@ -78,6 +78,12 @@ func _process(delta):
|
|||
if $Clothes/Wordrobe/Pants/PantsGrid/BlueCamoJeans.is_pressed():
|
||||
change_bottoms(load("res://sprites/blue_camo_jeans.svg"))
|
||||
|
||||
if $Clothes/Wordrobe/Shirts/ShirtsGrid/TrainHoodie.is_pressed():
|
||||
change_tops(load("res://sprites/train_hoodie.svg"))
|
||||
|
||||
if $Clothes/Wordrobe/Shirts/ShirtsGrid/WhatsNewShirt.is_pressed():
|
||||
change_tops(load("res://sprites/whatsnew_shirt.svg"))
|
||||
|
||||
# Remove clothes
|
||||
# ===========================================================
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue