mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-07 14:04:48 -04:00
Follow Godot file naming conventions
This commit is contained in:
parent
0185999e9c
commit
bcaf5680b3
38 changed files with 299 additions and 295 deletions
|
@ -115,13 +115,13 @@ texture = ExtResource( 27 )
|
||||||
[node name="eyes" type="AnimatedSprite" parent="body/head"]
|
[node name="eyes" type="AnimatedSprite" parent="body/head"]
|
||||||
position = Vector2( 17.6857, 4.22147 )
|
position = Vector2( 17.6857, 4.22147 )
|
||||||
frames = SubResource( 3 )
|
frames = SubResource( 3 )
|
||||||
frame = 6
|
frame = 2
|
||||||
playing = true
|
playing = true
|
||||||
|
|
||||||
[node name="mouth" type="AnimatedSprite" parent="body/head"]
|
[node name="mouth" type="AnimatedSprite" parent="body/head"]
|
||||||
position = Vector2( 38.1195, 8.68453 )
|
position = Vector2( 38.1195, 8.68453 )
|
||||||
frames = SubResource( 4 )
|
frames = SubResource( 4 )
|
||||||
frame = 6
|
frame = 9
|
||||||
playing = true
|
playing = true
|
||||||
|
|
||||||
[node name="accessory" type="Sprite" parent="body"]
|
[node name="accessory" type="Sprite" parent="body"]
|
||||||
|
@ -130,9 +130,3 @@ texture = ExtResource( 26 )
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
"_edit_lock_": true
|
"_edit_lock_": true
|
||||||
}
|
}
|
||||||
|
|
||||||
[node name="emote" type="Node2D" parent="body"]
|
|
||||||
position = Vector2( 51.7305, -20.2165 )
|
|
||||||
__meta__ = {
|
|
||||||
"_edit_lock_": true
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
[gd_scene load_steps=3 format=2]
|
|
||||||
|
|
||||||
[ext_resource path="res://scripts/clothing/accessoryBase.gd" type="Script" id=1]
|
|
||||||
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=2]
|
|
||||||
|
|
||||||
[node name="accessoryBase" instance=ExtResource( 2 )]
|
|
||||||
script = ExtResource( 1 )
|
|
||||||
[connection signal="pressed" from="." to="." method="_on_accessory_pressed"]
|
|
9
scenes/clothing/base/accessory_base.tscn
Normal file
9
scenes/clothing/base/accessory_base.tscn
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[gd_scene load_steps=3 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1]
|
||||||
|
[ext_resource path="res://scripts/clothing/accessory_base.gd" type="Script" id=2]
|
||||||
|
|
||||||
|
|
||||||
|
[node name="accessoryBase" instance=ExtResource( 1 )]
|
||||||
|
script = ExtResource( 2 )
|
||||||
|
[connection signal="pressed" from="." to="." method="_on_accessory_pressed"]
|
|
@ -1,7 +1,9 @@
|
||||||
[gd_scene load_steps=3 format=2]
|
[gd_scene load_steps=3 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1]
|
||||||
[ext_resource path="res://scripts/clothing/bottomsBase.gd" type="Script" id=2]
|
[ext_resource path="res://scripts/clothing/bottoms_base.gd" type="Script" id=2]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[node name="bottomsBase" instance=ExtResource( 1 )]
|
[node name="bottomsBase" instance=ExtResource( 1 )]
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
[gd_scene load_steps=3 format=2]
|
[gd_scene load_steps=3 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scripts/clothing/baseClothing.gd" type="Script" id=1]
|
[ext_resource path="res://scripts/clothing/clothing_base.gd" type="Script" id=1]
|
||||||
[ext_resource path="res://sounds/select_001.ogg" type="AudioStream" id=2]
|
[ext_resource path="res://sounds/select_001.ogg" type="AudioStream" id=2]
|
||||||
|
|
||||||
|
|
||||||
[node name="baseClothing" type="TextureButton"]
|
[node name="baseClothing" type="TextureButton"]
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
|
@ -1,7 +1,9 @@
|
||||||
[gd_scene load_steps=3 format=2]
|
[gd_scene load_steps=3 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1]
|
||||||
[ext_resource path="res://scripts/clothing/topsBase.gd" type="Script" id=2]
|
[ext_resource path="res://scripts/clothing/tops_base.gd" type="Script" id=2]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[node name="topsBase" instance=ExtResource( 1 )]
|
[node name="topsBase" instance=ExtResource( 1 )]
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
|
@ -1,7 +1,9 @@
|
||||||
[gd_scene load_steps=3 format=2]
|
[gd_scene load_steps=3 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scripts/clothing/undiesBase.gd" type="Script" id=1]
|
[ext_resource path="res://scripts/clothing/undies_base.gd" type="Script" id=1]
|
||||||
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=2]
|
[ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=2]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[node name="baseClothing" instance=ExtResource( 2 )]
|
[node name="baseClothing" instance=ExtResource( 2 )]
|
||||||
script = ExtResource( 1 )
|
script = ExtResource( 1 )
|
|
@ -1,11 +1,12 @@
|
||||||
[gd_scene load_steps=3 format=2]
|
[gd_scene load_steps=3 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scenes/clothing/base/accessoryBase.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://scenes/clothing/base/accessory_base.tscn" type="PackedScene" id=1]
|
||||||
[ext_resource path="res://sprites/clothes/camera.png" type="Texture" id=2]
|
[ext_resource path="res://sprites/clothes/camera.png" type="Texture" id=2]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[node name="camera" instance=ExtResource( 1 )]
|
[node name="camera" instance=ExtResource( 1 )]
|
||||||
anchor_right = 0.0
|
anchor_right = 0.0
|
||||||
anchor_bottom = 0.0
|
anchor_bottom = 0.0
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
[gd_scene load_steps=4 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1]
|
||||||
[ext_resource path="res://scripts/clothing/bottomsBase.gd" type="Script" id=2]
|
[ext_resource path="res://scripts/clothing/bottoms_base.gd" type="Script" id=2]
|
||||||
[ext_resource path="res://sprites/clothes/beat_up_jeans.svg" type="Texture" id=3]
|
[ext_resource path="res://sprites/clothes/beat_up_jeans.svg" type="Texture" id=3]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[node name="beatUpJeans" instance=ExtResource( 1 )]
|
[node name="beatUpJeans" instance=ExtResource( 1 )]
|
||||||
texture_normal = ExtResource( 3 )
|
texture_normal = ExtResource( 3 )
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
[gd_scene load_steps=4 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://sprites/clothes/blue_camo_jeans.svg" type="Texture" id=1]
|
[ext_resource path="res://sprites/clothes/blue_camo_jeans.svg" type="Texture" id=1]
|
||||||
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=2]
|
[ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=2]
|
||||||
[ext_resource path="res://scripts/clothing/bottomsBase.gd" type="Script" id=3]
|
[ext_resource path="res://scripts/clothing/bottoms_base.gd" type="Script" id=3]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
[gd_scene load_steps=4 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://sprites/clothes/dj_shorts.svg" type="Texture" id=1]
|
[ext_resource path="res://sprites/clothes/dj_shorts.svg" type="Texture" id=1]
|
||||||
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=2]
|
[ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=2]
|
||||||
[ext_resource path="res://scripts/clothing/bottomsBase.gd" type="Script" id=3]
|
[ext_resource path="res://scripts/clothing/bottoms_base.gd" type="Script" id=3]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
[gd_scene load_steps=4 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1]
|
||||||
[ext_resource path="res://scripts/clothing/bottomsBase.gd" type="Script" id=2]
|
[ext_resource path="res://scripts/clothing/bottoms_base.gd" type="Script" id=2]
|
||||||
[ext_resource path="res://sprites/clothes/formal_skirt.svg" type="Texture" id=3]
|
[ext_resource path="res://sprites/clothes/formal_skirt.svg" type="Texture" id=3]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[node name="formalSkirt" instance=ExtResource( 1 )]
|
[node name="formalSkirt" instance=ExtResource( 1 )]
|
||||||
texture_normal = ExtResource( 3 )
|
texture_normal = ExtResource( 3 )
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
[gd_scene load_steps=4 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1]
|
||||||
[ext_resource path="res://scripts/clothing/bottomsBase.gd" type="Script" id=2]
|
[ext_resource path="res://scripts/clothing/bottoms_base.gd" type="Script" id=2]
|
||||||
[ext_resource path="res://sprites/clothes/jeans.svg" type="Texture" id=3]
|
[ext_resource path="res://sprites/clothes/jeans.svg" type="Texture" id=3]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[node name="jeans" instance=ExtResource( 1 )]
|
[node name="jeans" instance=ExtResource( 1 )]
|
||||||
texture_normal = ExtResource( 3 )
|
texture_normal = ExtResource( 3 )
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
[gd_scene load_steps=4 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1]
|
||||||
[ext_resource path="res://scripts/clothing/bottomsBase.gd" type="Script" id=2]
|
[ext_resource path="res://scripts/clothing/bottoms_base.gd" type="Script" id=2]
|
||||||
[ext_resource path="res://sprites/clothes/blue_skirt.svg" type="Texture" id=3]
|
[ext_resource path="res://sprites/clothes/blue_skirt.svg" type="Texture" id=3]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[node name="skirt" instance=ExtResource( 1 )]
|
[node name="skirt" instance=ExtResource( 1 )]
|
||||||
texture_normal = ExtResource( 3 )
|
texture_normal = ExtResource( 3 )
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
[gd_scene load_steps=4 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://sprites/clothes/sweat_pants.svg" type="Texture" id=1]
|
[ext_resource path="res://sprites/clothes/sweat_pants.svg" type="Texture" id=1]
|
||||||
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=2]
|
[ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=2]
|
||||||
[ext_resource path="res://scripts/clothing/bottomsBase.gd" type="Script" id=3]
|
[ext_resource path="res://scripts/clothing/bottoms_base.gd" type="Script" id=3]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[node name="sweatPants" instance=ExtResource( 2 )]
|
[node name="sweatPants" instance=ExtResource( 2 )]
|
||||||
texture_normal = ExtResource( 1 )
|
texture_normal = ExtResource( 1 )
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[gd_scene load_steps=4 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1]
|
||||||
[ext_resource path="res://scripts/clothing/topsBase.gd" type="Script" id=2]
|
[ext_resource path="res://scripts/clothing/tops_base.gd" type="Script" id=2]
|
||||||
[ext_resource path="res://sprites/clothes/atomic_shirt.svg" type="Texture" id=3]
|
[ext_resource path="res://sprites/clothes/atomic_shirt.svg" type="Texture" id=3]
|
||||||
|
|
||||||
[node name="atomicShirt" instance=ExtResource( 1 )]
|
[node name="atomicShirt" instance=ExtResource( 1 )]
|
|
@ -1,7 +1,7 @@
|
||||||
[gd_scene load_steps=4 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1]
|
||||||
[ext_resource path="res://scripts/clothing/topsBase.gd" type="Script" id=2]
|
[ext_resource path="res://scripts/clothing/tops_base.gd" type="Script" id=2]
|
||||||
[ext_resource path="res://sprites/clothes/dj_shirt.png" type="Texture" id=3]
|
[ext_resource path="res://sprites/clothes/dj_shirt.png" type="Texture" id=3]
|
||||||
|
|
||||||
[node name="djShirt" instance=ExtResource( 1 )]
|
[node name="djShirt" instance=ExtResource( 1 )]
|
|
@ -1,7 +1,7 @@
|
||||||
[gd_scene load_steps=4 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1]
|
||||||
[ext_resource path="res://scripts/clothing/topsBase.gd" type="Script" id=2]
|
[ext_resource path="res://scripts/clothing/tops_base.gd" type="Script" id=2]
|
||||||
[ext_resource path="res://sprites/clothes/korm_shirt.png" type="Texture" id=3]
|
[ext_resource path="res://sprites/clothes/korm_shirt.png" type="Texture" id=3]
|
||||||
|
|
||||||
[node name="kormShirt" instance=ExtResource( 1 )]
|
[node name="kormShirt" instance=ExtResource( 1 )]
|
|
@ -1,7 +1,7 @@
|
||||||
[gd_scene load_steps=4 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1]
|
||||||
[ext_resource path="res://scripts/clothing/topsBase.gd" type="Script" id=2]
|
[ext_resource path="res://scripts/clothing/tops_base.gd" type="Script" id=2]
|
||||||
[ext_resource path="res://sprites/clothes/nl_jacket.png" type="Texture" id=3]
|
[ext_resource path="res://sprites/clothes/nl_jacket.png" type="Texture" id=3]
|
||||||
|
|
||||||
[node name="nlShirt" instance=ExtResource( 1 )]
|
[node name="nlShirt" instance=ExtResource( 1 )]
|
|
@ -1,9 +1,11 @@
|
||||||
[gd_scene load_steps=4 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1]
|
||||||
[ext_resource path="res://scripts/clothing/topsBase.gd" type="Script" id=2]
|
[ext_resource path="res://scripts/clothing/tops_base.gd" type="Script" id=2]
|
||||||
[ext_resource path="res://sprites/clothes/raw_shirt.svg" type="Texture" id=3]
|
[ext_resource path="res://sprites/clothes/raw_shirt.svg" type="Texture" id=3]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[node name="rawShirt" instance=ExtResource( 1 )]
|
[node name="rawShirt" instance=ExtResource( 1 )]
|
||||||
texture_normal = ExtResource( 3 )
|
texture_normal = ExtResource( 3 )
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[gd_scene load_steps=4 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1]
|
||||||
[ext_resource path="res://scripts/clothing/topsBase.gd" type="Script" id=2]
|
[ext_resource path="res://scripts/clothing/tops_base.gd" type="Script" id=2]
|
||||||
[ext_resource path="res://sprites/clothes/nl_jacket.png" type="Texture" id=3]
|
[ext_resource path="res://sprites/clothes/nl_jacket.png" type="Texture" id=3]
|
||||||
|
|
||||||
[node name="nlShirt" instance=ExtResource( 1 )]
|
[node name="nlShirt" instance=ExtResource( 1 )]
|
|
@ -1,7 +1,7 @@
|
||||||
[gd_scene load_steps=4 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1]
|
||||||
[ext_resource path="res://scripts/clothing/topsBase.gd" type="Script" id=2]
|
[ext_resource path="res://scripts/clothing/tops_base.gd" type="Script" id=2]
|
||||||
[ext_resource path="res://sprites/clothes/whatsnew_shirt.svg" type="Texture" id=3]
|
[ext_resource path="res://sprites/clothes/whatsnew_shirt.svg" type="Texture" id=3]
|
||||||
|
|
||||||
[node name="whatsNewShirt" instance=ExtResource( 1 )]
|
[node name="whatsNewShirt" instance=ExtResource( 1 )]
|
|
@ -1,7 +1,7 @@
|
||||||
[gd_scene load_steps=4 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1]
|
||||||
[ext_resource path="res://scripts/clothing/topsBase.gd" type="Script" id=2]
|
[ext_resource path="res://scripts/clothing/tops_base.gd" type="Script" id=2]
|
||||||
[ext_resource path="res://sprites/clothes/z_shirt.png" type="Texture" id=3]
|
[ext_resource path="res://sprites/clothes/z_shirt.png" type="Texture" id=3]
|
||||||
|
|
||||||
[node name="zShirt" instance=ExtResource( 1 )]
|
[node name="zShirt" instance=ExtResource( 1 )]
|
|
@ -1,7 +1,8 @@
|
||||||
[gd_scene load_steps=3 format=2]
|
[gd_scene load_steps=3 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://sprites/clothes/briefs.svg" type="Texture" id=1]
|
[ext_resource path="res://sprites/clothes/briefs.svg" type="Texture" id=1]
|
||||||
[ext_resource path="res://scenes/clothing/base/undiesBase.tscn" type="PackedScene" id=2]
|
[ext_resource path="res://scenes/clothing/base/undies_base.tscn" type="PackedScene" id=2]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
[gd_scene load_steps=3 format=2]
|
[gd_scene load_steps=3 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://sprites/clothes/fundosi.svg" type="Texture" id=1]
|
[ext_resource path="res://sprites/clothes/fundosi.svg" type="Texture" id=1]
|
||||||
[ext_resource path="res://scenes/clothing/base/undiesBase.tscn" type="PackedScene" id=2]
|
[ext_resource path="res://scenes/clothing/base/undies_base.tscn" type="PackedScene" id=2]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
[gd_scene load_steps=3 format=2]
|
[gd_scene load_steps=3 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://sprites/clothes/z_briefs.svg" type="Texture" id=1]
|
[ext_resource path="res://sprites/clothes/z_briefs.svg" type="Texture" id=1]
|
||||||
[ext_resource path="res://scenes/clothing/base/undiesBase.tscn" type="PackedScene" id=2]
|
[ext_resource path="res://scenes/clothing/base/undies_base.tscn" type="PackedScene" id=2]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[gd_scene load_steps=10 format=2]
|
[gd_scene load_steps=10 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://scenes/characterBase.tscn" type="PackedScene" id=1]
|
[ext_resource path="res://scenes/character_base.tscn" type="PackedScene" id=1]
|
||||||
[ext_resource path="res://sprites/world/background.svg" type="Texture" id=2]
|
[ext_resource path="res://sprites/world/background.svg" type="Texture" id=2]
|
||||||
[ext_resource path="res://sprites/ui/blue_boxCross.png" type="Texture" id=3]
|
[ext_resource path="res://sprites/ui/blue_boxCross.png" type="Texture" id=3]
|
||||||
[ext_resource path="res://scenes/wardrobe.tscn" type="PackedScene" id=4]
|
[ext_resource path="res://scenes/wardrobe.tscn" type="PackedScene" id=4]
|
||||||
|
|
|
@ -9,17 +9,22 @@
|
||||||
[ext_resource path="res://scenes/clothing/pants/camoJeans.tscn" type="PackedScene" id=7]
|
[ext_resource path="res://scenes/clothing/pants/camoJeans.tscn" type="PackedScene" id=7]
|
||||||
[ext_resource path="res://scenes/clothing/pants/djShorts.tscn" type="PackedScene" id=8]
|
[ext_resource path="res://scenes/clothing/pants/djShorts.tscn" type="PackedScene" id=8]
|
||||||
[ext_resource path="res://sprites/ui/x_button.svg" type="Texture" id=9]
|
[ext_resource path="res://sprites/ui/x_button.svg" type="Texture" id=9]
|
||||||
[ext_resource path="res://scenes/clothing/tops/whatsNewShirt.tscn" type="PackedScene" id=10]
|
[ext_resource path="res://scenes/clothing/tops/whatsnew_shirt.tscn" type="PackedScene" id=10]
|
||||||
[ext_resource path="res://scenes/clothing/tops/zShirt.tscn" type="PackedScene" id=11]
|
[ext_resource path="res://scenes/clothing/tops/z_shirt.tscn" type="PackedScene" id=11]
|
||||||
[ext_resource path="res://scenes/clothing/tops/rawShirt.tscn" type="PackedScene" id=12]
|
[ext_resource path="res://scenes/clothing/tops/rawShirt.tscn" type="PackedScene" id=12]
|
||||||
[ext_resource path="res://scenes/clothing/tops/kormShirt.tscn" type="PackedScene" id=13]
|
[ext_resource path="res://scenes/clothing/tops/korm_shirt.tscn" type="PackedScene" id=13]
|
||||||
[ext_resource path="res://scenes/clothing/tops/djShirt.tscn" type="PackedScene" id=14]
|
[ext_resource path="res://scenes/clothing/tops/djShirt.tscn" type="PackedScene" id=14]
|
||||||
[ext_resource path="res://scenes/clothing/tops/atomicShirt.tscn" type="PackedScene" id=15]
|
[ext_resource path="res://scenes/clothing/tops/atomic_shirt.tscn" type="PackedScene" id=15]
|
||||||
[ext_resource path="res://scenes/clothing/tops/nlShirt.tscn" type="PackedScene" id=16]
|
[ext_resource path="res://scenes/clothing/tops/nl_shirt.tscn" type="PackedScene" id=16]
|
||||||
[ext_resource path="res://scenes/clothing/pants/sweatPants.tscn" type="PackedScene" id=17]
|
[ext_resource path="res://scenes/clothing/pants/sweatPants.tscn" type="PackedScene" id=17]
|
||||||
[ext_resource path="res://scenes/clothing/tops/retroShirt.tscn" type="PackedScene" id=18]
|
[ext_resource path="res://scenes/clothing/tops/retro_shirt.tscn" type="PackedScene" id=18]
|
||||||
[ext_resource path="res://scripts/wardrobe.gd" type="Script" id=21]
|
[ext_resource path="res://scripts/wardrobe.gd" type="Script" id=21]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[node name="Wordrobe" type="TabContainer"]
|
[node name="Wordrobe" type="TabContainer"]
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
|
@ -33,7 +38,6 @@ __meta__ = {
|
||||||
}
|
}
|
||||||
|
|
||||||
[node name="Pants" type="Tabs" parent="."]
|
[node name="Pants" type="Tabs" parent="."]
|
||||||
visible = false
|
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
margin_left = 5.0
|
margin_left = 5.0
|
||||||
|
@ -115,6 +119,7 @@ margin_right = 451.0
|
||||||
margin_bottom = 270.0
|
margin_bottom = 270.0
|
||||||
|
|
||||||
[node name="Shirts" type="Tabs" parent="."]
|
[node name="Shirts" type="Tabs" parent="."]
|
||||||
|
visible = false
|
||||||
anchor_right = 1.0
|
anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
margin_left = 5.0
|
margin_left = 5.0
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
extends "res://scripts/clothing/baseClothing.gd"
|
extends "res://scripts/clothing/clothing_base.gd"
|
||||||
|
|
||||||
func _on_accessory_pressed():
|
func _on_accessory_pressed():
|
||||||
character.accessory = texture_normal
|
character.accessory = texture_normal
|
|
@ -1,4 +1,4 @@
|
||||||
extends "res://scripts/clothing/baseClothing.gd"
|
extends "res://scripts/clothing/clothing_base.gd"
|
||||||
|
|
||||||
func _on_bottoms_pressed():
|
func _on_bottoms_pressed():
|
||||||
character.bottom = texture_normal
|
character.bottom = texture_normal
|
|
@ -1,4 +1,4 @@
|
||||||
extends "res://scripts/clothing/baseClothing.gd"
|
extends "res://scripts/clothing/clothing_base.gd"
|
||||||
|
|
||||||
func _on_tops_pressed():
|
func _on_tops_pressed():
|
||||||
character.top = texture_normal
|
character.top = texture_normal
|
|
@ -1,4 +1,4 @@
|
||||||
extends "res://scripts/clothing/baseClothing.gd"
|
extends "res://scripts/clothing/clothing_base.gd"
|
||||||
|
|
||||||
func _on_undies_pressed():
|
func _on_undies_pressed():
|
||||||
character.underwear = texture_normal
|
character.underwear = texture_normal
|
16
scripts/game_info.gd
Normal file
16
scripts/game_info.gd
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
extends Node
|
||||||
|
|
||||||
|
|
||||||
|
# Declare member variables here. Examples:
|
||||||
|
# var a = 2
|
||||||
|
# var b = "text"
|
||||||
|
|
||||||
|
|
||||||
|
# Called when the node enters the scene tree for the first time.
|
||||||
|
func _ready():
|
||||||
|
pass # Replace with function body.
|
||||||
|
|
||||||
|
|
||||||
|
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||||
|
#func _process(delta):
|
||||||
|
# pass
|
|
@ -33,7 +33,7 @@
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:current-layer="layer3"
|
inkscape:current-layer="layer3"
|
||||||
inkscape:document-units="mm"
|
inkscape:document-units="mm"
|
||||||
inkscape:cy="-10.536605"
|
inkscape:cy="-7.1041414"
|
||||||
inkscape:cx="188.27602"
|
inkscape:cx="188.27602"
|
||||||
inkscape:zoom="2.8"
|
inkscape:zoom="2.8"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
|
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
|
@ -11,9 +11,9 @@
|
||||||
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
|
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
|
||||||
id="svg2007"
|
id="svg2007"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
viewBox="0 0 29.356467 34.312774"
|
viewBox="0 0 29.433051 33.900688"
|
||||||
height="34.312775mm"
|
height="33.900688mm"
|
||||||
width="29.356466mm">
|
width="29.43305mm">
|
||||||
<defs
|
<defs
|
||||||
id="defs2001" />
|
id="defs2001" />
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
|
@ -33,9 +33,9 @@
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:current-layer="layer2"
|
inkscape:current-layer="layer2"
|
||||||
inkscape:document-units="mm"
|
inkscape:document-units="mm"
|
||||||
inkscape:cy="50.729766"
|
inkscape:cy="89.706083"
|
||||||
inkscape:cx="68.730496"
|
inkscape:cx="44.629081"
|
||||||
inkscape:zoom="5.6"
|
inkscape:zoom="11.2"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:pageopacity="0.0"
|
inkscape:pageopacity="0.0"
|
||||||
borderopacity="1.0"
|
borderopacity="1.0"
|
||||||
|
@ -56,191 +56,174 @@
|
||||||
</metadata>
|
</metadata>
|
||||||
<g
|
<g
|
||||||
sodipodi:insensitive="true"
|
sodipodi:insensitive="true"
|
||||||
transform="translate(0.2625277,-0.1588812)"
|
transform="translate(1.3354295,0.19742842)"
|
||||||
inkscape:label="legs"
|
inkscape:label="legs"
|
||||||
id="layer1"
|
id="layer1"
|
||||||
inkscape:groupmode="layer">
|
inkscape:groupmode="layer">
|
||||||
<g
|
<path
|
||||||
transform="translate(-0.2625277,-1.026511)"
|
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
id="g892">
|
d="m 24.890736,0.662101 c 0.123737,9.510183 1.595726,13.002971 0.897695,23.699107 5.989076,7.622458 -5.466143,9.257208 -8.45722,1.795388 0,-4.946536 0.06144,-10.808711 0.04725,-15.73326 -3.051778,4.577667 -6.271659,11.54185 -7.8430062,17.103424 6.0667862,9.10018 -9.274496,5.51039 -10.15811,0.188989 C 4.4667089,21.451916 8.8344109,8.602317 9.4448298,0.761711 15.619398,0.577389 18.18774,0.706101 24.890736,0.662101 Z"
|
||||||
<g
|
id="path831-5"
|
||||||
style="display:inline"
|
inkscape:connector-curvature="0"
|
||||||
transform="translate(-81.705925,-154.45556)"
|
sodipodi:nodetypes="cccccccc" />
|
||||||
id="layer1-7"
|
<path
|
||||||
inkscape:label="Layer 1" />
|
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
<g
|
d="m 8.8834461,1.351909 c -0.52762,2.533268 6.4466289,6.5124 8.9202379,7.984749 4.741466,-1.55146 7.056167,-4.214834 7.606771,-7.654018 0.550603,-3.439184 0.377976,22.678568 0.377976,22.678568 0,0 2.678821,4.233217 0.566965,5.764141 -2.111855,1.530925 -7.638158,-0.210531 -9.024185,-3.968753 C 15.945184,22.398375 17.803684,9.336658 17.803684,9.336658 L 9.535455,27.526757 c 0,0 2.807966,4.177086 0.330729,5.764141 C 7.3889471,34.877957 -1.9371501,29.547573 -0.622655,27.715749 2.6393606,23.169948 7.6455742,9.360282 7.6455742,9.360282 c 0,0 1.7654918,-10.541641 1.2378719,-8.008373 z"
|
||||||
transform="translate(-5.1279453,-51.149461)"
|
id="path857"
|
||||||
inkscape:label="Color"
|
inkscape:connector-curvature="0"
|
||||||
id="layer3">
|
sodipodi:nodetypes="zczczzcczscz" />
|
||||||
<path
|
<path
|
||||||
sodipodi:nodetypes="cccccccc"
|
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
inkscape:connector-curvature="0"
|
d="m 24.890736,0.662101 c -0.05112,9.15583 1.595726,13.00297 0.897695,23.699107 5.989074,7.622458 -5.466143,9.257205 -8.45722,1.795387 0,-4.946535 0.06144,-10.808709 0.04725,-15.733259 C 14.326683,15.001004 11.106802,21.965185 9.5354548,27.526757 15.602241,36.62694 0.2609592,33.03715 -0.6226553,27.715747 4.4667091,21.451914 9.330505,7.680999 9.44483,0.761711"
|
||||||
id="path831-5"
|
id="path831"
|
||||||
d="m 31.277528,52.54814 c 0.123737,9.510183 1.595727,14.061304 0.897694,24.75744 5.989076,7.622458 -5.466142,9.257207 -8.457219,1.795388 0,-4.946536 0.06144,-10.808711 0.04725,-15.73326 -3.051778,4.577667 -6.271659,11.54185 -7.843006,17.103423 6.066786,9.10018 -9.274496,5.51039 -10.15811,0.18899 5.089364,-6.263833 7.053048,-18.83034 9.506101,-26.36384 6.269062,0.288149 10.768952,-0.71195 16.00729,-1.748141 z"
|
inkscape:connector-curvature="0"
|
||||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
sodipodi:nodetypes="ccccccc" />
|
||||||
<path
|
|
||||||
sodipodi:nodetypes="zczczzcczscz"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="path857"
|
|
||||||
d="m 15.270238,54.296281 c -0.52762,2.533268 6.446629,6.5124 8.920238,7.984749 4.741466,-1.55146 7.056167,-4.214834 7.606771,-7.654018 0.550604,-3.439184 0.377976,22.678568 0.377976,22.678568 0,0 2.67882,4.233216 0.566965,5.76414 -2.111855,1.530924 -7.638158,-0.210531 -9.024185,-3.968752 -1.386027,-3.758221 0.472473,-16.819938 0.472473,-16.819938 l -8.268229,18.1901 c 0,0 2.807966,4.177084 0.330729,5.764141 -2.477237,1.587057 -11.6490399,-3.641913 -10.488839,-5.57515 2.8840394,-4.80566 7.654018,-18.520832 7.654018,-18.520832 0,0 2.379703,-10.376276 1.852083,-7.843008 z"
|
|
||||||
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
transform="translate(-5.1279453,-51.149461)"
|
|
||||||
style="display:inline"
|
|
||||||
inkscape:label="Re-ink"
|
|
||||||
id="layer2-4">
|
|
||||||
<path
|
|
||||||
sodipodi:nodetypes="ccccccc"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="path831"
|
|
||||||
d="m 31.277528,52.54814 c 1.05918,9.510183 1.595725,14.061303 0.897695,24.75744 5.989074,7.622458 -5.466143,9.257205 -8.45722,1.795387 0,-4.946535 0.06144,-10.808709 0.04725,-15.733259 -3.051778,4.577668 -6.271659,11.541849 -7.843006,17.103422 6.066786,9.10018 -9.2744956,5.510391 -10.1581101,0.188989 C 10.853501,74.396286 12.817185,61.82978 15.270238,54.296281"
|
|
||||||
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
</g>
|
||||||
<g
|
<g
|
||||||
transform="translate(0.2625277,-0.1588812)"
|
transform="translate(1.3354295,0.19742842)"
|
||||||
style="display:inline"
|
style="display:inline"
|
||||||
inkscape:label="Re-ink"
|
inkscape:label="Re-ink"
|
||||||
id="layer2"
|
id="layer2"
|
||||||
inkscape:groupmode="layer">
|
inkscape:groupmode="layer">
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="ssssscss"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path2567"
|
||||||
|
d="M -0.5863583,25.724853 C 5.278864,18.201395 7.8693518,1.2645951 8.6299896,1.1867485 11.785348,0.86381764 20.107907,1.4830208 24.820359,0.3061408 c 1.857679,-0.46393371 0.771809,15.8701792 0.490795,24.5596352 -0.103181,3.190654 -10.316649,3.823866 -9.595386,0.713627 0.907598,-3.913753 1.037215,-12.376365 1.037215,-12.376365 0,0 -5.273276,7.224881 -6.8824952,13.18617 -0.4091834,1.515803 -12.6383874,2.133958 -10.4568461,-0.664355 z"
|
||||||
|
style="fill:#003366;fill-opacity:1;stroke:#000000;stroke-width:0.997624;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:transform-center-y="-0.25892104"
|
||||||
|
inkscape:transform-center-x="-1.671289"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path2616"
|
||||||
|
d="m 6.6696771,10.380127 c 0.555092,0.34611 -0.045033,1.435245 0.2650641,1.933682 0.3849519,0.618756 2.1553051,0.01525 2.5155576,0.594295 1.8137462,2.915341 -2.8020927,3.025838 -4.2752348,2.173941"
|
||||||
|
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path2614"
|
||||||
|
d="m 14.690229,15.159541 c -1.261278,0.690392 -2.454935,-0.238953 -3.691994,-0.04944 -1.0128301,0.155164 -0.0832,3.775604 1.738496,2.61356"
|
||||||
|
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.162872px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="czc"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path2571"
|
||||||
|
d="m 16.757856,13.131431 c 0,0 1.224964,-2.018981 1.408762,-3.8408618 C 18.350416,7.4686881 17.945843,2.346381 17.945843,2.346381"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="cc"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path2573"
|
||||||
|
d="M 18.189728,8.8164889 19.409099,2.3487545"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path2612"
|
||||||
|
d="M 8.1732589,7.4858313 C 7.0190077,13.66248 17.837118,13.943902 13.909282,8.4602377 13.184383,7.4482052 12.655046,6.6974885 11.510155,6.3921031"
|
||||||
|
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:transform-center-y="0.77423231"
|
||||||
|
inkscape:transform-center-x="-2.2448198"
|
||||||
|
sodipodi:nodetypes="csscc"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path2622"
|
||||||
|
d="m 4.3549494,16.7188 c 1.9063217,-0.2863 1.5090357,1.029299 2.489173,2.190433 0.4953766,0.586856 1.6589461,0.337648 2.0657263,0.750621 0.1188447,0.120654 0.062478,1.006279 -0.00884,1.16927 -1.1885021,2.716303 -4.2612352,0.731942 -5.9764509,-0.512891"
|
||||||
|
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="czccc"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path2569"
|
||||||
|
d="m 6.8968071,7.3444741 c 0,0 3.4278519,0.107044 4.3300779,-0.9050751 0.902227,-1.0121195 0.445846,-3.8242353 0.445846,-3.8242353 l -3.1713919,-0.08228 z"
|
||||||
|
style="fill:#333333;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path2579"
|
||||||
|
d="m 8.5013391,2.5328836 9.3917649,0.02652 7.378419,-0.7689"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path2598"
|
||||||
|
d="M 15.895222,9.6030701 C 16.921943,8.7586679 18.860543,8.1746798 20.10919,8.8905817"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path2600"
|
||||||
|
d="m 16.849294,10.423336 c -1.295761,0.481249 -2.380667,1.29087 -3.579679,1.883749"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path2602"
|
||||||
|
d="m 19.234314,9.6135052 c 0.04632,1.2760788 0.635951,2.5566518 0.938976,3.7301318"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path2610"
|
||||||
|
d="m 18.505965,11.983571 c 0.177753,0.389095 0.08786,0.863524 0.0642,1.3082"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="cssc"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path2618"
|
||||||
|
d="m 25.350965,5.3221259 c -0.606287,-0.05665 -1.966005,0.00833 -2.277834,0.681711 -0.531888,1.1485861 0.31452,1.8459511 0.69199,2.7133075 0.890438,2.0460616 -3.186634,5.4113026 1.5192,5.4003566"
|
||||||
|
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="cscsssc"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path2620"
|
||||||
|
d="m 17.13197,16.427 c 1.283095,-0.128434 2.395013,-0.189572 3.383339,0.548086 0.517712,0.386405 2.856293,1.339592 3.458565,1.020474 0.371983,-0.197098 1.052873,-1.134871 1.041683,-0.714047 -0.12067,4.538159 0.669848,2.856431 -4.908812,1.712643 -1.090253,-0.223534 -2.663764,1.300075 -3.030942,0.37398 0,0 -0.165319,-1.985921 0.05617,-2.941136 z"
|
||||||
|
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="cc"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path2630"
|
||||||
|
d="m 1.8511145,22.951154 c 5.152952,2.306146 0.2634372,5.23501 -1.77201905,2.842573"
|
||||||
|
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path2624"
|
||||||
|
d="M 0.11517487,25.625025 C 2.5661966,26.029741 4.5580555,25.821581 6.793171,25.244415"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
sodipodi:nodetypes="ccc"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path2632"
|
||||||
|
d="m 24.788185,24.696638 c -4.969457,-3.085242 -5.170693,-1.438702 -6.013668,2.356414 2.280802,0.46697 5.657381,-0.284347 6.013668,-2.356414 z"
|
||||||
|
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||||
|
<path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path2626"
|
||||||
|
d="m 17.182794,25.52973 c 2.40185,0.452026 4.693937,1.025831 6.781632,-0.442007"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||||
<g
|
<g
|
||||||
id="g919">
|
transform="rotate(3.0465628,32.059698,-17.875049)"
|
||||||
|
id="g2657">
|
||||||
<path
|
<path
|
||||||
style="fill:#003366;fill-opacity:1;stroke:#000000;stroke-width:0.997624;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
d="M 0.7201694,27.454536 C 6.1772493,19.62999 8.9207649,2.5232009 9.6761903,2.4050384 12.809926,1.9148645 21.153632,2.0908693 25.796875,0.66519761 27.627272,0.10318858 27.411054,16.471927 27.59226,25.164037 c 0.06654,3.191629 -10.098839,4.366766 -9.543897,1.22259 0.698309,-3.956459 0.377976,-12.413999 0.377976,-12.413999 0,0 -5.938677,7.551179 -7.228794,13.589569 -0.328044,1.535408 -12.5071103,2.802641 -10.4773756,-0.107661 z"
|
d="m 18.999166,3.2834423 c -0.04805,1.5545165 -0.562287,2.9032809 -1.459603,4.0997026"
|
||||||
id="path2567"
|
id="path2604"
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ssssscss" />
|
|
||||||
<path
|
|
||||||
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.162872px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 16.470484,16.035996 c -1.222803,0.75645 -2.464166,-0.108141 -3.689404,0.146852 -1.003152,0.208774 0.117583,3.77469 1.874943,2.51747"
|
|
||||||
id="path2614"
|
|
||||||
inkscape:connector-curvature="0" />
|
inkscape:connector-curvature="0" />
|
||||||
|
<ellipse
|
||||||
|
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.313172;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path2634"
|
||||||
|
cx="17.472746"
|
||||||
|
cy="7.3664403"
|
||||||
|
rx="0.25056517"
|
||||||
|
ry="0.28397387" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
transform="rotate(3.0465628,32.059698,-17.875049)"
|
||||||
|
id="g2653">
|
||||||
<path
|
<path
|
||||||
style="fill:none;stroke:#000000;stroke-width:0.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
d="m 18.427399,13.900863 c 0,0 1.115929,-2.081231 1.202639,-3.9103052 0.08671,-1.8290746 -0.589529,-6.9226402 -0.589529,-6.9226402"
|
d="m 20.501823,2.9925195 c 0.561916,1.1250721 1.083725,2.4049651 1.848591,3.3883647"
|
||||||
id="path2571"
|
id="path2606"
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="czc" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:0.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="M 19.627919,9.5159193 20.501823,2.9925194"
|
|
||||||
id="path2573"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cc" />
|
|
||||||
<path
|
|
||||||
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="M 9.5548856,8.7194926 C 8.7305392,14.948757 19.548317,14.654826 15.334589,9.3876666 14.556928,8.4155909 13.98844,7.6940682 12.828937,7.4499625"
|
|
||||||
id="path2612"
|
|
||||||
inkscape:connector-curvature="0" />
|
inkscape:connector-curvature="0" />
|
||||||
<path
|
<ellipse
|
||||||
style="fill:#333333;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.313172;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
d="m 8.2727251,8.6461754 c 0,0 3.4286959,-0.075289 4.2758559,-1.1339288 0.84716,-1.0586401 0.241967,-3.842526 0.241967,-3.842526 l -3.1712826,0.086388 z"
|
id="path2634-8"
|
||||||
id="path2569"
|
cx="22.367119"
|
||||||
inkscape:connector-curvature="0"
|
cy="6.3808842"
|
||||||
sodipodi:nodetypes="czccc" />
|
rx="0.25056517"
|
||||||
<path
|
ry="0.28397387" />
|
||||||
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="M 9.6192654,3.7561084 18.999166,3.2834424 26.326292,2.1234846"
|
|
||||||
id="path2579"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:0.3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="M 17.378461,10.423336 C 18.358853,9.5255596 20.263676,8.8393651 21.548606,9.4878927"
|
|
||||||
id="path2598"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:0.3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="m 18.37478,11.191736 c -1.268353,0.549435 -2.308696,1.415572 -3.474504,2.071338"
|
|
||||||
id="path2600"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:0.3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="m 20.713388,10.256292 c 0.114075,1.271813 0.770932,2.519239 1.135896,3.674956"
|
|
||||||
id="path2602"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:0.3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="m 20.112032,12.661718 c 0.198181,0.379098 0.133634,0.857634 0.133634,1.302939"
|
|
||||||
id="path2610"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<path
|
|
||||||
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 7.9178596,11.626049 c 0.5494409,0.355012 -0.068162,1.434333 0.233861,1.937704 0.3749281,0.62488 2.1547794,0.04998 2.5056514,0.634765 1.766519,2.944198 -2.8505017,2.980279 -4.3097208,2.104747"
|
|
||||||
id="path2616"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<path
|
|
||||||
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 26.593318,5.6458931 c -0.60844,-0.024347 -1.962783,0.1128086 -2.238383,0.8018087 -0.470092,1.1752313 0.412183,1.8266262 0.835218,2.6726951 0.997922,1.9958451 -2.894534,5.5730161 1.804068,5.3119821"
|
|
||||||
id="path2618"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cssc" />
|
|
||||||
<path
|
|
||||||
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 18.976136,17.171891 c 1.274456,-0.196445 2.381553,-0.316593 3.407687,0.367496 0.537516,0.358344 2.923452,1.185894 3.507912,0.835217 0.360982,-0.216589 0.991069,-1.189224 1.002261,-0.7684 0.120692,4.538158 0.820713,2.816793 -4.810852,1.971113 -1.100592,-0.165274 -2.590903,1.43981 -3.006782,0.534539 0,0 -0.270632,-1.974328 -0.100226,-2.939965 z"
|
|
||||||
id="path2620"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cscsssc" />
|
|
||||||
<path
|
|
||||||
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 5.6794774,18.274379 c 1.9041041,-0.300696 1.5167695,1.017868 2.5056519,2.171564 0.4997965,0.583096 1.6614499,0.325103 2.0713387,0.734991 0.119753,0.119753 0.07008,1.005778 0,1.169304 -1.1679449,2.725205 -4.2555834,0.764116 -5.9801555,-0.467721"
|
|
||||||
id="path2622"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="csscc" />
|
|
||||||
<path
|
|
||||||
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 3.0067821,24.555212 c 5.2682351,2.02902 0.5412926,5.21361 -1.6184389,2.932734"
|
|
||||||
id="path2630"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="cc" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:0.3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="m 2.4722431,27.261317 c 2.4690673,0.273878 4.4470478,-0.03985 6.6483295,-0.734991"
|
|
||||||
id="path2624"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<path
|
|
||||||
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 27.061041,25.022933 c -5.126407,-2.816767 -5.239849,-1.161859 -5.879931,2.672695 2.302396,0.345091 5.634272,-0.584621 5.879931,-2.672695 z"
|
|
||||||
id="path2632"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
sodipodi:nodetypes="ccc" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:0.3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="m 19.510675,26.259055 c 2.42248,0.323735 4.741824,0.77491 6.748556,-0.801809"
|
|
||||||
id="path2626"
|
|
||||||
inkscape:connector-curvature="0" />
|
|
||||||
<g
|
|
||||||
id="g2657">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="path2604"
|
|
||||||
d="m 18.999166,3.2834423 c -0.04805,1.5545165 -0.562287,2.9032809 -1.459603,4.0997026"
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
|
||||||
<ellipse
|
|
||||||
ry="0.28397387"
|
|
||||||
rx="0.25056517"
|
|
||||||
cy="7.3664403"
|
|
||||||
cx="17.472746"
|
|
||||||
id="path2634"
|
|
||||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.313172;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
id="g2653">
|
|
||||||
<path
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="path2606"
|
|
||||||
d="m 20.501823,2.9925195 c 0.561916,1.1250721 1.083725,2.4049651 1.848591,3.3883647"
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
|
||||||
<ellipse
|
|
||||||
ry="0.28397387"
|
|
||||||
rx="0.25056517"
|
|
||||||
cy="6.3808842"
|
|
||||||
cx="22.367119"
|
|
||||||
id="path2634-8"
|
|
||||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.313172;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
||||||
</g>
|
|
||||||
</g>
|
</g>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 13 KiB |
|
@ -9,9 +9,9 @@
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
|
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
|
||||||
sodipodi:docname="dj_shorts.svg"
|
sodipodi:docname="dj_shorts.svg"
|
||||||
viewBox="0 0 112.67261 129.13097"
|
viewBox="0 0 113.25831 125.01931"
|
||||||
height="129.13097"
|
height="125.01931"
|
||||||
width="112.67261"
|
width="113.25831"
|
||||||
id="svg815"
|
id="svg815"
|
||||||
version="1.1">
|
version="1.1">
|
||||||
<metadata
|
<metadata
|
||||||
|
@ -39,9 +39,9 @@
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:window-y="-9"
|
inkscape:window-y="-9"
|
||||||
inkscape:window-x="-9"
|
inkscape:window-x="-9"
|
||||||
inkscape:cy="23.771797"
|
inkscape:cy="33.621506"
|
||||||
inkscape:cx="70.325068"
|
inkscape:cx="90.608354"
|
||||||
inkscape:zoom="10.202541"
|
inkscape:zoom="3.607143"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
id="namedview817"
|
id="namedview817"
|
||||||
inkscape:window-height="1001"
|
inkscape:window-height="1001"
|
||||||
|
@ -56,48 +56,28 @@
|
||||||
pagecolor="#ffffff" />
|
pagecolor="#ffffff" />
|
||||||
<g
|
<g
|
||||||
style="display:inline"
|
style="display:inline"
|
||||||
transform="translate(7.0733513,-5.3428782)"
|
transform="translate(7.6590499,-5.4233452)"
|
||||||
inkscape:label="Original"
|
inkscape:label="Original"
|
||||||
id="layer1"
|
id="layer1"
|
||||||
inkscape:groupmode="layer">
|
inkscape:groupmode="layer">
|
||||||
<g
|
<path
|
||||||
transform="matrix(3.7795276,0,0,3.7795276,-7.0733513,0.30754327)"
|
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.53543;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
id="g3892">
|
d="m 91.17402,5.5626896 c 0.46767,35.9439984 6.03109,49.1450874 3.39286,89.5714244 22.63588,28.809296 -20.65944,34.987876 -31.9643,6.785726 0,-18.695576 0.23222,-40.851826 0.17859,-59.464294 C 51.246889,59.756965 39.07726,86.078284 33.13831,107.09841 56.067895,141.49279 -1.914904,127.92508 -5.254547,107.8127 13.980845,84.138364 30.488695,35.572955 32.79579,5.9391683 56.132741,5.2425186 65.83986,5.7289896 91.17402,5.5626896 Z"
|
||||||
<g
|
id="path831-5"
|
||||||
style="display:inline"
|
inkscape:connector-curvature="0"
|
||||||
transform="translate(-81.705925,-154.45556)"
|
sodipodi:nodetypes="cccccccc" />
|
||||||
id="layer1-7"
|
<path
|
||||||
inkscape:label="Layer 1" />
|
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
<g
|
d="m 30.674024,8.169838 c -1.994154,9.574556 24.365212,24.613795 33.714286,30.178579 17.9205,-5.863786 26.66898,-15.930082 28.75,-28.928572 2.08102,-12.9984904 1.42857,85.714269 1.42857,85.714269 0,0 10.12468,15.999566 2.14286,21.785736 -7.98181,5.78617 -28.86863,-0.79571 -34.10716,-15.00001 -5.238522,-14.204306 1.78573,-63.571423 1.78573,-63.571423 l -31.25,68.749983 c 0,0 10.612785,15.78741 1.25,21.78573 -9.362786,5.99833 -44.611028,-14.148 -39.642857,-21.07143 12.328877,-17.180986 31.25,-69.374996 31.25,-69.374996 0,0 6.672726,-39.8424224 4.678571,-30.267866 z"
|
||||||
transform="translate(-5.1279453,-51.149461)"
|
id="path857"
|
||||||
inkscape:label="Color"
|
inkscape:connector-curvature="0"
|
||||||
id="layer3-5">
|
sodipodi:nodetypes="zczczzcczscz" />
|
||||||
<path
|
<path
|
||||||
sodipodi:nodetypes="cccccccc"
|
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:4.53543;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
inkscape:connector-curvature="0"
|
d="m 91.17402,5.5626896 c -0.19321,34.6047114 6.03109,49.1450834 3.39286,89.5714244 22.63587,28.809296 -20.65944,34.987866 -31.9643,6.785716 0,-18.695566 0.23222,-40.851816 0.17859,-59.464284 C 51.246889,59.756969 39.07726,86.078284 33.13831,107.0984 56.067895,141.49279 -1.914902,127.92508 -5.254548,107.81269 13.980845,84.138364 32.363696,32.090808 32.79579,5.9391683"
|
||||||
id="path831-5"
|
id="path831"
|
||||||
d="m 31.277528,52.54814 c 0.123737,9.510183 1.595727,14.061304 0.897694,24.75744 5.989076,7.622458 -5.466142,9.257207 -8.457219,1.795388 0,-4.946536 0.06144,-10.808711 0.04725,-15.73326 -3.051778,4.577667 -6.271659,11.54185 -7.843006,17.103423 6.066786,9.10018 -9.274496,5.51039 -10.15811,0.18899 5.089364,-6.263833 7.053048,-18.83034 9.506101,-26.36384 4.854488,-0.358329 10.773571,-0.405305 16.00729,-1.748141 z"
|
inkscape:connector-curvature="0"
|
||||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
sodipodi:nodetypes="ccccccc" />
|
||||||
<path
|
|
||||||
sodipodi:nodetypes="zczczzcczscz"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="path857"
|
|
||||||
d="m 15.270238,54.296281 c -0.52762,2.533268 6.446629,6.5124 8.920238,7.984749 4.741466,-1.55146 7.056167,-4.214834 7.606771,-7.654018 0.550604,-3.439184 0.377976,22.678568 0.377976,22.678568 0,0 2.67882,4.233216 0.566965,5.76414 -2.111855,1.530924 -7.638158,-0.210531 -9.024185,-3.968752 -1.386027,-3.758221 0.472473,-16.819938 0.472473,-16.819938 l -8.268229,18.1901 c 0,0 2.807966,4.177084 0.330729,5.764141 -2.477237,1.587057 -11.6490399,-3.641913 -10.488839,-5.57515 2.8840394,-4.80566 7.654018,-18.520832 7.654018,-18.520832 0,0 2.379703,-10.376276 1.852083,-7.843008 z"
|
|
||||||
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
transform="translate(-5.1279453,-51.149461)"
|
|
||||||
style="display:inline"
|
|
||||||
inkscape:label="Re-ink"
|
|
||||||
id="layer2-1">
|
|
||||||
<path
|
|
||||||
sodipodi:nodetypes="ccccccc"
|
|
||||||
inkscape:connector-curvature="0"
|
|
||||||
id="path831"
|
|
||||||
d="m 31.277528,52.54814 c 1.05918,9.510183 1.595725,14.061303 0.897695,24.75744 5.989074,7.622458 -5.466143,9.257205 -8.45722,1.795387 0,-4.946535 0.06144,-10.808709 0.04725,-15.733259 -3.051778,4.577668 -6.271659,11.541849 -7.843006,17.103422 6.066786,9.10018 -9.2744956,5.510391 -10.1581101,0.188989 C 10.853501,74.396286 12.817185,61.82978 15.270238,54.296281"
|
|
||||||
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
<path
|
<path
|
||||||
id="path3894"
|
id="path3894"
|
||||||
d="m 40.660268,12.698439 10.095524,9.899495"
|
d="m 40.660268,12.698439 10.095524,9.899495"
|
||||||
|
@ -113,7 +93,7 @@
|
||||||
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||||
</g>
|
</g>
|
||||||
<g
|
<g
|
||||||
transform="translate(6.4693894,-3.8181257)"
|
transform="translate(7.055088,-3.8985927)"
|
||||||
sodipodi:insensitive="true"
|
sodipodi:insensitive="true"
|
||||||
inkscape:label="Color"
|
inkscape:label="Color"
|
||||||
id="layer3"
|
id="layer3"
|
||||||
|
@ -150,7 +130,7 @@
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06606px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06606px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||||
</g>
|
</g>
|
||||||
<g
|
<g
|
||||||
transform="translate(6.4693894,-3.8181257)"
|
transform="translate(7.055088,-3.8985927)"
|
||||||
sodipodi:insensitive="true"
|
sodipodi:insensitive="true"
|
||||||
style="display:inline"
|
style="display:inline"
|
||||||
inkscape:label="Re-ink"
|
inkscape:label="Re-ink"
|
||||||
|
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 11 KiB |
Loading…
Add table
Reference in a new issue