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

Compare commits

..

2 commits

Author SHA1 Message Date
Tony Bark
71dfa4d52f Imported some older sprites
- Scale window
- Full body clothes
- Config file for custom window size (game is tiny on my new display)
2024-01-16 11:48:49 -05:00
Tony Bark
6d75d04fc3 Further simplified design
- Removed a tone of bloat
- Use simple arrows to scroll through items instead of drag-and-drop
2024-01-16 08:01:06 -05:00
90 changed files with 2712 additions and 2246 deletions

610
.gdignore
View file

@ -1,3 +1,607 @@
docs
*.md
.idea
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
# Created by https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,rider,macos,linux,godot,executable,backup,visualstudio
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode,rider,macos,linux,godot,executable,backup,visualstudio
### Backup ###
*.bak
*.gho
*.ori
*.orig
*.tmp
### Executable ###
*.app
*.bat
*.cgi
*.com
*.exe
*.gadget
*.jar
*.pif
*.vb
*.wsf
### Godot ###
# Godot 4+ specific ignores
.godot/
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json
### Linux ###
*~
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### macOS Patch ###
# iCloud generated files
*.icloud
### Rider ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# AWS User-specific
.idea/**/aws.xml
# Generated files
.idea/**/contentModel.xml
# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# Gradle
.idea/**/gradle.xml
.idea/**/libraries
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr
# CMake
cmake-build-*/
# Mongo Explorer plugin
.idea/**/mongoSettings.xml
# File-based project format
*.iws
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Cursive Clojure plugin
.idea/replstate.xml
# SonarLint plugin
.idea/sonarlint/
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
# Editor-based Rest Client
.idea/httpRequests
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide
### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
### VisualStudio ###
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Mono auto generated files
mono_crash.*
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
# Visual Studio 2015/2017 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# Visual Studio 2017 auto generated files
Generated\ Files/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# NUnit
*.VisualState.xml
TestResult.xml
nunit-*.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
# Benchmark Results
BenchmarkDotNet.Artifacts/
# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
# ASP.NET Scaffolding
ScaffoldingReadMe.txt
# StyleCop
StyleCopReport.xml
# Files built by Visual Studio
*_i.c
*_p.c
*_h.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp_proj
*_wpftmp.csproj
*.log
*.tlog
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Chutzpah Test files
_Chutzpah*
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap
# Visual Studio Trace Files
*.e2e
# TFS 2012 Local Workspace
$tf/
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# AxoCover is a Code Coverage Tool
.axoCover/*
!.axoCover/settings.json
# Coverlet is a free, cross platform Code Coverage Tool
coverage*.json
coverage*.xml
coverage*.info
# Visual Studio code coverage results
*.coverage
*.coveragexml
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# Note: Comment the next line if you want to checkin your web deploy settings,
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/
# NuGet Packages
*.nupkg
# NuGet Symbol Packages
*.snupkg
# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config
# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets
# Microsoft Azure Build Output
csx/
*.build.csdef
# Microsoft Azure Emulator
ecf/
rcf/
# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
*.appxbundle
*.appxupload
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!?*.[Cc]ache/
# Others
ClientBin/
~$*
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
orleans.codegen.cs
# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
*.rptproj.bak
# SQL Server files
*.mdf
*.ldf
*.ndf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl
# Microsoft Fakes
FakesAssemblies/
# GhostDoc plugin setting file
*.GhostDoc.xml
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw
# Visual Studio 6 auto-generated project file (contains which files were open etc.)
*.vbp
# Visual Studio 6 workspace and project file (working project files containing files to include in project)
*.dsw
*.dsp
# Visual Studio 6 technical files
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
# Paket dependency manager
.paket/paket.exe
paket-files/
# FAKE - F# Make
.fake/
# CodeRush personal settings
.cr/personal
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
# Cake - Uncomment if you are using it
# tools/**
# !tools/packages.config
# Tabs Studio
*.tss
# Telerik's JustMock configuration file
*.jmconfig
# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs
# OpenCover UI analysis results
OpenCover/
# Azure Stream Analytics local run output
ASALocalRun/
# MSBuild Binary and Structured Log
*.binlog
# NVidia Nsight GPU debugger configuration file
*.nvuser
# MFractors (Xamarin productivity tool) working folder
.mfractor/
# Local History for Visual Studio
.localhistory/
# Visual Studio History (VSHistory) files
.vshistory/
# BeatPulse healthcheck temp database
healthchecksdb
# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder
.ionide/
# Fody - auto-generated XML schema
FodyWeavers.xsd
# VS Code files for those working on multiple tools
*.code-workspace
# Local History for Visual Studio Code
# Windows Installer files from build outputs
# JetBrains Rider
*.sln.iml
### VisualStudio Patch ###
# Additional files built by Visual Studio
# End of https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,rider,macos,linux,godot,executable,backup,visualstudio
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
screenshot.png
archive/*
*.cfg

504
.gitignore vendored
View file

@ -1,6 +1,6 @@
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
# Created by https://www.toptal.com/developers/gitignore/api/windows,web,visualstudiocode,monodevelop,macos,linux,godot,executable,dotnetcore,backup
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,web,visualstudiocode,monodevelop,macos,linux,godot,executable,dotnetcore,backup
# Created by https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,rider,macos,linux,godot,executable,backup,visualstudio
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode,rider,macos,linux,godot,executable,backup,visualstudio
### Backup ###
*.bak
@ -9,15 +9,6 @@
*.orig
*.tmp
### DotnetCore ###
# .NET Core build folders
bin/
obj/
# Common node modules locations
/node_modules
/wwwroot/node_modules
### Executable ###
*.app
*.bat
@ -95,15 +86,84 @@ Temporary Items
# iCloud generated files
*.icloud
### MonoDevelop ###
#User Specific
*.userprefs
*.usertasks
### Rider ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
#Mono Project Files
*.pidb
*.resources
test-results/
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# AWS User-specific
.idea/**/aws.xml
# Generated files
.idea/**/contentModel.xml
# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# Gradle
.idea/**/gradle.xml
.idea/**/libraries
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr
# CMake
cmake-build-*/
# Mongo Explorer plugin
.idea/**/mongoSettings.xml
# File-based project format
*.iws
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Cursive Clojure plugin
.idea/replstate.xml
# SonarLint plugin
.idea/sonarlint/
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
# Editor-based Rest Client
.idea/httpRequests
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
### VisualStudioCode ###
.vscode/*
@ -124,21 +184,6 @@ test-results/
.history
.ionide
### Web ###
*.asp
*.cer
*.csr
*.css
*.htm
*.html
*.js
*.jsp
*.php
*.rss
*.wasm
*.wat
*.xhtml
### Windows ###
# Windows thumbnail cache files
Thumbs.db
@ -165,7 +210,396 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
# End of https://www.toptal.com/developers/gitignore/api/windows,web,visualstudiocode,monodevelop,macos,linux,godot,executable,dotnetcore,backup
### VisualStudio ###
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Mono auto generated files
mono_crash.*
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
# Visual Studio 2015/2017 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# Visual Studio 2017 auto generated files
Generated\ Files/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# NUnit
*.VisualState.xml
TestResult.xml
nunit-*.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
# Benchmark Results
BenchmarkDotNet.Artifacts/
# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
# ASP.NET Scaffolding
ScaffoldingReadMe.txt
# StyleCop
StyleCopReport.xml
# Files built by Visual Studio
*_i.c
*_p.c
*_h.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp_proj
*_wpftmp.csproj
*.log
*.tlog
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Chutzpah Test files
_Chutzpah*
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap
# Visual Studio Trace Files
*.e2e
# TFS 2012 Local Workspace
$tf/
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# AxoCover is a Code Coverage Tool
.axoCover/*
!.axoCover/settings.json
# Coverlet is a free, cross platform Code Coverage Tool
coverage*.json
coverage*.xml
coverage*.info
# Visual Studio code coverage results
*.coverage
*.coveragexml
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# Note: Comment the next line if you want to checkin your web deploy settings,
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/
# NuGet Packages
*.nupkg
# NuGet Symbol Packages
*.snupkg
# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config
# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets
# Microsoft Azure Build Output
csx/
*.build.csdef
# Microsoft Azure Emulator
ecf/
rcf/
# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
*.appxbundle
*.appxupload
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!?*.[Cc]ache/
# Others
ClientBin/
~$*
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
orleans.codegen.cs
# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
*.rptproj.bak
# SQL Server files
*.mdf
*.ldf
*.ndf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl
# Microsoft Fakes
FakesAssemblies/
# GhostDoc plugin setting file
*.GhostDoc.xml
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw
# Visual Studio 6 auto-generated project file (contains which files were open etc.)
*.vbp
# Visual Studio 6 workspace and project file (working project files containing files to include in project)
*.dsw
*.dsp
# Visual Studio 6 technical files
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
# Paket dependency manager
.paket/paket.exe
paket-files/
# FAKE - F# Make
.fake/
# CodeRush personal settings
.cr/personal
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
# Cake - Uncomment if you are using it
# tools/**
# !tools/packages.config
# Tabs Studio
*.tss
# Telerik's JustMock configuration file
*.jmconfig
# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs
# OpenCover UI analysis results
OpenCover/
# Azure Stream Analytics local run output
ASALocalRun/
# MSBuild Binary and Structured Log
*.binlog
# NVidia Nsight GPU debugger configuration file
*.nvuser
# MFractors (Xamarin productivity tool) working folder
.mfractor/
# Local History for Visual Studio
.localhistory/
# Visual Studio History (VSHistory) files
.vshistory/
# BeatPulse healthcheck temp database
healthchecksdb
# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder
.ionide/
# Fody - auto-generated XML schema
FodyWeavers.xsd
# VS Code files for those working on multiple tools
*.code-workspace
# Local History for Visual Studio Code
# Windows Installer files from build outputs
# JetBrains Rider
*.sln.iml
### VisualStudio Patch ###
# Additional files built by Visual Studio
# End of https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,rider,macos,linux,godot,executable,backup,visualstudio
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
*.cfg

View file

@ -1,9 +1,11 @@
# Dress Up Zack
Tony's Dress Up is a re-imagining of my first (and only) Flash game series, ZC's Dress Up that was developed back in 2007. Both this and the originals are heavily inspired by The Sims 2: Body Shop in their own unique ways.
![](screenshot.png)
Tony's Dress Up is a port of my first (and only) Flash game series, ZC's Dress Up that was developed back in 2007. Both this and the originals are heavily inspired by The Sims 2: Body Shop in their own unique ways.
## License
The source and assets are licensed under the GPL-3.0 License and CC-BY, respectfully - see the [LICENSE](LICENSE) and [ASSET-LICENSE](ASSET-LICENSE) for more details.
The Flash games located in the `/archive` directory are proprietary, but considered abandonware. Any extracted assets are under the same license. Feel free to share them on archives.
The Flash games located in the `/archive` directory are proprietary, but considered abandonware. Any extracted assets are under the same license. Feel free to share them on archives.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 913 B

View file

@ -1,13 +0,0 @@
@tool
extends EditorPlugin
func _enter_tree() -> void:
add_tool_menu_item("Open Spritesheet Generator", run_generator)
get_editor_interface().get_command_palette().add_command("Open Spritesheet Generator", "addons/open_spritesheet_generator", run_generator)
func _exit_tree() -> void:
remove_tool_menu_item("Open Spritesheet Generator")
get_editor_interface().get_command_palette().remove_command("addons/open_spritesheet_generator")
func run_generator():
get_editor_interface().play_custom_scene("res://addons/SpritesheetGenerator/SpritesheetGenerator.tscn")

View file

@ -1,77 +0,0 @@
[gd_scene load_steps=3 format=3 uid="uid://cd5wndu01c1sn"]
[sub_resource type="StyleBoxFlat" id="2"]
resource_local_to_scene = true
bg_color = Color(0, 0.501961, 0.501961, 1)
[sub_resource type="GDScript" id="3"]
resource_name = "Prefab"
script/source = "extends PanelContainer
var odd: Vector2
func set_frame_margin(margin: Vector2):
$MarginContainer.add_theme_constant_override(&\"margin_left\", margin.x)
$MarginContainer.add_theme_constant_override(&\"margin_top\", margin.y)
margin += odd
$MarginContainer.add_theme_constant_override(&\"margin_right\", margin.x)
$MarginContainer.add_theme_constant_override(&\"margin_bottom\", margin.y)
func set_texture(texture: Texture2D):
%TextureRect.texture = texture
odd = Vector2(int(get_texture_size().x) % 2, int(get_texture_size().y) % 2)
func get_texture_size() -> Vector2:
return %TextureRect.texture.get_size()
func get_position2() -> Vector2:
return position + %TextureRect.position
func get_texture_data() -> Image:
return %TextureRect.texture.get_image()
func set_display_background(display: bool):
get_theme_stylebox(&\"panel\").draw_center = display
func set_background_color(color: Color):
get_theme_stylebox(&\"panel\").bg_color = color
func _get_drag_data(p: Vector2):
var preview = TextureRect.new()
preview.texture = %TextureRect.texture
preview.ignore_texture_size = true
preview.stretch_mode = TextureRect.STRETCH_KEEP_ASPECT_CENTERED
preview.size = Vector2(64, 64)
set_drag_preview(preview)
return {type = \"SpritesheetFrame\", node = self}
func _can_drop_data(p: Vector2, data) -> bool:
return data is Dictionary and data.get(\"type\", \"\") == \"SpritesheetFrame\"
func _drop_data(p: Vector2, data) -> void:
var index = get_index()
get_parent().move_child(self, data.node.get_index())
get_parent().move_child(data.node, index)
get_tree().current_scene.refresh_grid()
func _gui_input(event: InputEvent) -> void:
if event is InputEventMouseButton:
if event.pressed and event.button_index == MOUSE_BUTTON_RIGHT:
get_tree().current_scene.remove_frame.call_deferred(self)
"
[node name="FramePrefab" type="PanelContainer" groups=["frame"]]
theme_override_styles/panel = SubResource("2")
script = SubResource("3")
[node name="MarginContainer" type="MarginContainer" parent="."]
layout_mode = 2
mouse_filter = 2
[node name="TextureRect" type="TextureRect" parent="MarginContainer"]
unique_name_in_owner = true
texture_filter = 1
layout_mode = 2
stretch_mode = 4

View file

@ -1,714 +0,0 @@
[gd_scene load_steps=5 format=3 uid="uid://bf3b0i8scthbm"]
[ext_resource type="Texture2D" uid="uid://bnkl8rujlgv0h" path="res://addons/SpritesheetGenerator/Checker.png" id="1_hs1uu"]
[sub_resource type="GDScript" id="1"]
resource_name = "Generator"
script/source = "extends Control
const SUPPORTED_FORMATS: PackedStringArray = [\"bmp\", \"dds\", \"exr\", \"hdr\", \"jpg\", \"jpeg\", \"png\", \"tga\", \"svg\", \"svgz\", \"webp\"]
@onready var grid := %GridContainer
var file_list: Array
var image_list: Array
var texture_list: Array
var images_to_process: Array
var images_to_texturize: Array
var first_time := true
var image_count: int
var output_path: String
var auto := true
var margin := Vector2.ONE
var pan_origin: Vector2
var pan_start: Vector2
signal images_processed
func _enter_tree() -> void:
$SplitDialog.hide()
$StashDialog.hide()
func _ready():
$Status.text = $Status.text % \", \".join(SUPPORTED_FORMATS)
get_viewport().files_dropped.connect(load_files)
grid.minimum_size_changed.connect(refresh_background)
set_process(false)
func refresh_background():
%Background.custom_minimum_size = grid.get_minimum_size()
func load_files(files: PackedStringArray):
file_list.clear()
image_list.clear()
%CustomName.text = \"\"
%Reload.disabled = false
%SavePNG.disabled = false
if files.size() == 1 and not FileAccess.file_exists(files[0]):
var dir := DirAccess.open(files[0])
if not dir:
show_error(\"Can't open directory.\")
return
for file in dir.get_files():
if file.get_extension() in SUPPORTED_FORMATS:
file_list.append(str(dir.get_current_dir().path_join(file)))
else:
var wrong_count: int
for file in files:
if file.get_extension() in SUPPORTED_FORMATS:
file_list.append(file)
else:
wrong_count += 1
if wrong_count > 0:
show_error(\"Skipped %s file(s) with unsupported extension.\" % wrong_count)
if file_list.is_empty():
show_error(\"No valid files or directories to process.\")
return
load_images()
func load_images():
texture_list.clear()
for image in grid.get_children():
image.free()
for image in %StashImages.get_children():
image.free()
update_stash()
var size_map: Dictionary
if not file_list.is_empty():
image_list = file_list.map(func(file: String):
var image := Image.load_from_file(file)
if image:
image.set_meta(&\"path\", file)
return image)
for image in image_list:
if not image:
continue
if not image.get_size() in size_map:
size_map[image.get_size()] = []
size_map[image.get_size()].append(image)
var output_name: String
var most_common_size: Vector2i
var most_common_count: int
for size in size_map:
if size_map[size].size() > most_common_count:
most_common_size = size
most_common_count = size_map[size].size()
for image in size_map[most_common_size]:
if output_path.is_empty():
var path: String = image.get_meta(&\"path\", \"\")
output_path = path.get_base_dir()
output_name = path.get_base_dir().get_file()
images_to_process.append(image)
size_map.clear()
if not output_name.is_empty() and %CustomName.text.is_empty():
%CustomName.text = output_name
update_save_button()
if images_to_process.size() < file_list.size():
show_error(\"Rejected %s image(s) due to size mismatch.\" % (file_list.size() - images_to_process.size()))
if images_to_process.size() == 1:
if file_list.size() > 1:
images_to_process.clear()
show_error(\"Only one dropped image was valid.\")
else:
%SplitPreview.texture = ImageTexture.create_from_image(images_to_process[0])
$SplitDialog.reset_size()
$SplitDialog.popup_centered()
return
$Status.show()
%CenterContainer.hide()
image_count = images_to_process.size()
%Columns.max_value = image_count
threshold = %Threshold.value
min_x = 9999999
min_y = 9999999
max_x = -9999999
max_y = -9999999
set_process(true)
await images_processed
for texture in texture_list:
add_frame(texture)
toggle_auto(auto)
refresh_margin()
$Status.hide()
%CenterContainer.show()
var threshold: float
var min_x: int
var min_y: int
var max_x: int
var max_y: int
func _process(delta: float) -> void:
if not images_to_process.is_empty():
var image: Image = images_to_process.pop_front()
$Status.text = str(\"Preprocessing image \", image_count - images_to_process.size(), \"/\", image_count)
for x in image.get_width():
for y in image.get_height():
if image.get_pixel(x, y).a >= threshold:
min_x = mini(min_x, x)
min_y = mini(min_y, y)
max_x = maxi(max_x, x)
max_y = maxi(max_y, y)
images_to_texturize.append(image)
elif not images_to_texturize.is_empty():
var rect := Rect2i(min_x, min_y, max_x - min_x + 1, max_y - min_y + 1)
var image: Image = images_to_texturize.pop_front()
$Status.text = str(\"Creating texture \", image_count - images_to_texturize.size(), \"/\", image_count)
var true_image := Image.create(rect.size.x, rect.size.y, false, image.get_format())
true_image.blit_rect(image, rect, Vector2())
var texture := ImageTexture.create_from_image(true_image)
texture_list.append(texture)
if images_to_texturize.is_empty():
set_process(false)
images_processed.emit()
if first_time:
recenter()
first_time = false
func toggle_grid(show: bool) -> void:
get_tree().call_group(&\"frame\", &\"set_display_background\", show)
func toggle_auto(button_pressed: bool) -> void:
%Columns.editable = not button_pressed
auto = button_pressed
if button_pressed:
var best: int
var best_score = -9999999
for i in range(1, image_count + 1):
var cols = i
var rows = ceili(image_count / float(i))
var score = image_count - cols * rows - maxi(cols, rows) - rows
if score > best_score:
best = i
best_score = score
grid.columns = best
else:
grid.columns = %Columns.value
refresh_grid()
func hmargin_changed(value: float) -> void:
margin.x = value
refresh_margin()
func vmargin_changed(value: float) -> void:
margin.y = value
refresh_margin()
func refresh_margin():
get_tree().call_group(&\"frame\", &\"set_frame_margin\", margin)
func columns_changed(value: float) -> void:
grid.columns = value
refresh_grid()
func refresh_grid():
var coord: Vector2
var dark = false
for rect in grid.get_children():
rect.set_background_color(Color(0, 0, 0, 0.2 if dark else 0.1))
dark = not dark
coord.x += 1
if coord.x == grid.columns:
coord.x = 0
coord.y += 1
dark = int(coord.y) % 2 == 1
func save_png() -> void:
var image_size: Vector2 = grid.get_child(0).get_minimum_size()
var image := Image.create(image_size.x * grid.columns, image_size.y * (ceil(grid.get_child_count() / float(grid.columns))), false, Image.FORMAT_RGBA8)
for rect in grid.get_children():
image.blit_rect(rect.get_texture_data(), Rect2(Vector2(), image_size), rect.get_position2())
image.save_png(output_path.path_join(%CustomName.text) + \".png\")
func show_error(text: String):
if not %Error.visible:
%Error.show()
else:
%Error.text += \"\\n\"
%Error.text += text
%Timer.start()
func error_hidden() -> void:
%Error.text = \"\"
func _input(event: InputEvent) -> void:
if event is InputEventMouseButton:
var cc: Control = %CenterContainer
if event.button_index == MOUSE_BUTTON_MIDDLE:
if event.pressed:
pan_origin = get_local_mouse_position()
pan_start = cc.position
else:
pan_origin = Vector2()
if event.button_index == MOUSE_BUTTON_WHEEL_DOWN:
var lm = cc.get_local_mouse_position()
cc.scale -= Vector2.ONE * 0.05
if cc.scale.x <= 0:
cc.scale = Vector2.ONE * 0.05
cc.position -= (lm - cc.get_local_mouse_position()) * cc.scale
elif event.button_index == MOUSE_BUTTON_WHEEL_UP:
var lm = cc.get_local_mouse_position()
cc.scale += Vector2.ONE * 0.05
cc.position -= (lm - cc.get_local_mouse_position()) * cc.scale
if event is InputEventMouseMotion:
if pan_origin != Vector2():
%CenterContainer.position = pan_start + (get_local_mouse_position() - pan_origin)
func recenter() -> void:
%CenterContainer.position = get_viewport().size / 2 - Vector2i(%CenterContainer.size) / 2
%CenterContainer.scale = Vector2.ONE
func update_split_preview():
%SplitPreview.queue_redraw()
func draw_split_preview() -> void:
var preview: TextureRect = %SplitPreview
var frame_count := Vector2(%SplitX.value, %SplitY.value)
var frame_size := preview.size / frame_count
for x in range(1, frame_count.x):
for y in int(frame_count.y):
preview.draw_line(frame_size * Vector2(x, y), frame_size * Vector2(x, y + 1), Color.WHITE)
preview.draw_line(frame_size * Vector2(x, y) + Vector2.RIGHT, frame_size * Vector2(x, y + 1) + Vector2.RIGHT, Color.BLACK)
for y in range(1, frame_count.y):
for x in int(frame_count.x):
preview.draw_line(frame_size * Vector2(x, y), frame_size * Vector2(x + 1, y), Color.WHITE)
preview.draw_line(frame_size * Vector2(x, y) + Vector2.DOWN, frame_size * Vector2(x + 1, y) + Vector2.DOWN, Color.BLACK)
func split_spritesheet() -> void:
file_list.clear()
image_list.clear()
var image: Image = images_to_process[0]
var sub_image_size := image.get_size() / Vector2i(%SplitX.value, %SplitY.value)
for y in %SplitY.value:
for x in %SplitX.value:
image_list.append(image.get_region(Rect2i(Vector2i(x, y) * sub_image_size, sub_image_size)))
images_to_process.clear()
load_images()
func remove_frame(frame):
var image: Image = frame.get_texture_data()
var texture := ImageTexture.create_from_image(image)
var button := TextureButton.new()
button.texture_normal = texture
button.custom_minimum_size = Vector2(128, 128)
button.stretch_mode = TextureButton.STRETCH_KEEP_ASPECT_CENTERED
button.ignore_texture_size = true
button.pressed.connect(re_add_image.bind(button), CONNECT_DEFERRED)
%StashImages.add_child(button)
var ref := ReferenceRect.new()
button.add_child(ref)
ref.set_anchors_and_offsets_preset(Control.PRESET_FULL_RECT)
ref.mouse_filter = Control.MOUSE_FILTER_IGNORE
ref.editor_only = false
frame.free()
refresh_grid()
update_stash()
func update_stash():
%Stash.disabled = %StashImages.get_child_count() == 0
func re_add_image(tb: TextureButton):
add_frame(tb.texture_normal)
tb.free()
refresh_grid()
update_stash()
if %Stash.disabled:
$StashDialog.hide()
func add_frame(texture: Texture2D):
var rect := preload(\"res://addons/SpritesheetGenerator/SpritesheetFrame.tscn\").instantiate()
rect.set_texture(texture)
rect.set_display_background(%DisplayGrid.button_pressed)
rect.set_frame_margin(margin)
grid.add_child(rect)
func update_save_button() -> void:
%SavePNG.disabled = %CustomName.text.is_empty()
"
[sub_resource type="StyleBoxFlat" id="5"]
content_margin_left = 20.0
content_margin_top = 20.0
content_margin_right = 20.0
content_margin_bottom = 20.0
bg_color = Color(0, 0, 0, 0.25098)
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_kjgn5"]
texture = ExtResource("1_hs1uu")
axis_stretch_horizontal = 1
axis_stretch_vertical = 1
[node name="Main" type="HBoxContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
script = SubResource("1")
[node name="MarginContainer" type="PanelContainer" parent="."]
layout_mode = 2
theme_override_styles/panel = SubResource("5")
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
layout_mode = 2
theme_override_constants/separation = 10
[node name="Label5" type="Label" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
text = "Alpha Threshold"
horizontal_alignment = 1
[node name="Threshold" type="SpinBox" parent="MarginContainer/VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
max_value = 1.0
step = 0.005
value = 0.9
[node name="Reload" type="Button" parent="MarginContainer/VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
disabled = true
text = "Reload"
[node name="HSeparator" type="HSeparator" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
text = "Columns"
horizontal_alignment = 1
[node name="Columns" type="SpinBox" parent="MarginContainer/VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
min_value = 1.0
value = 1.0
editable = false
[node name="Grid" type="CheckButton" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
button_pressed = true
text = "Auto"
[node name="Label3" type="Label" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
text = "Horizontal Margin"
horizontal_alignment = 1
[node name="MarginH" type="SpinBox" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
value = 1.0
suffix = "px"
[node name="Label4" type="Label" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
text = "Vertical Margin"
horizontal_alignment = 1
[node name="MarginV" type="SpinBox" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
max_value = 128.0
value = 1.0
suffix = "px"
[node name="Stash" type="Button" parent="MarginContainer/VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
disabled = true
text = "Image Stash"
[node name="HSeparator2" type="HSeparator" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
[node name="Button" type="Button" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
text = "Recenter View
"
[node name="DisplayGrid" type="CheckBox" parent="MarginContainer/VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
button_pressed = true
text = "Show Grid"
[node name="HSeparator3" type="HSeparator" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
[node name="CustomName" type="LineEdit" parent="MarginContainer/VBoxContainer/HBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
placeholder_text = "Image Name"
[node name="SavePNG" type="Button" parent="MarginContainer/VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
disabled = true
text = "Save PNG"
[node name="Status" type="Label" parent="."]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
text = "Drop folder or image files here to start.
Images should be of the same size. If their sizes don't match, the generator will try to use the dominating size.
The images will be automatically cropped based on the Alpha Threshold value. Greater value means more exact crop.
Supported formats: %s
If you drop a single image, the generator will instead edit it as spritesheet."
horizontal_alignment = 1
vertical_alignment = 1
[node name="View" type="CanvasLayer" parent="."]
layer = -1
[node name="CenterContainer" type="CenterContainer" parent="View"]
unique_name_in_owner = true
visible = false
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
[node name="Background" type="ColorRect" parent="View/CenterContainer"]
unique_name_in_owner = true
layout_mode = 2
mouse_filter = 1
color = Color(0, 0.501961, 0.501961, 1)
[node name="GridContainer" type="GridContainer" parent="View/CenterContainer"]
unique_name_in_owner = true
layout_mode = 2
theme_override_constants/h_separation = 0
theme_override_constants/v_separation = 0
columns = 3
[node name="VBoxContainer" type="GridContainer" parent="View"]
anchors_preset = 3
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -40.0
offset_top = -40.0
grow_horizontal = 0
grow_vertical = 0
mouse_filter = 2
columns = 3
[node name="Label" type="Label" parent="View/VBoxContainer"]
layout_mode = 2
text = "LMB"
horizontal_alignment = 1
[node name="VSeparator" type="VSeparator" parent="View/VBoxContainer"]
layout_mode = 2
[node name="Label2" type="Label" parent="View/VBoxContainer"]
layout_mode = 2
text = "rearrange images"
[node name="Label3" type="Label" parent="View/VBoxContainer"]
layout_mode = 2
text = "RMB"
horizontal_alignment = 1
[node name="VSeparator2" type="VSeparator" parent="View/VBoxContainer"]
layout_mode = 2
[node name="Label4" type="Label" parent="View/VBoxContainer"]
layout_mode = 2
text = "delete images"
[node name="Label5" type="Label" parent="View/VBoxContainer"]
layout_mode = 2
text = "MMB"
horizontal_alignment = 1
[node name="VSeparator3" type="VSeparator" parent="View/VBoxContainer"]
layout_mode = 2
[node name="Label6" type="Label" parent="View/VBoxContainer"]
layout_mode = 2
text = "pan view"
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="Error" type="Label" parent="CanvasLayer"]
unique_name_in_owner = true
modulate = Color(1, 0, 0, 1)
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = -14.0
grow_horizontal = 2
grow_vertical = 0
size_flags_vertical = 0
horizontal_alignment = 1
[node name="Timer" type="Timer" parent="CanvasLayer"]
unique_name_in_owner = true
wait_time = 5.0
one_shot = true
[node name="SplitDialog" type="ConfirmationDialog" parent="."]
title = "Edit Spritesheet"
position = Vector2i(-500, 0)
size = Vector2i(272, 343)
visible = true
[node name="VBoxContainer" type="VBoxContainer" parent="SplitDialog"]
offset_left = 8.0
offset_top = 8.0
offset_right = 264.0
offset_bottom = 294.0
[node name="Label" type="Label" parent="SplitDialog/VBoxContainer"]
layout_mode = 2
text = "Split Frames"
horizontal_alignment = 1
[node name="HBoxContainer" type="HBoxContainer" parent="SplitDialog/VBoxContainer"]
layout_mode = 2
alignment = 1
[node name="SplitX" type="SpinBox" parent="SplitDialog/VBoxContainer/HBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
min_value = 1.0
max_value = 1000.0
value = 1.0
select_all_on_focus = true
[node name="Label" type="Label" parent="SplitDialog/VBoxContainer/HBoxContainer"]
layout_mode = 2
text = "x"
[node name="SplitY" type="SpinBox" parent="SplitDialog/VBoxContainer/HBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
min_value = 1.0
max_value = 1000.0
value = 1.0
select_all_on_focus = true
[node name="CenterContainer" type="CenterContainer" parent="SplitDialog/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
[node name="PanelContainer" type="PanelContainer" parent="SplitDialog/VBoxContainer/CenterContainer"]
layout_mode = 2
theme_override_styles/panel = SubResource("StyleBoxTexture_kjgn5")
[node name="SplitPreview" type="TextureRect" parent="SplitDialog/VBoxContainer/CenterContainer/PanelContainer"]
unique_name_in_owner = true
layout_mode = 2
[node name="StashDialog" type="AcceptDialog" parent="."]
title = "Image Stash"
position = Vector2i(-500, 500)
size = Vector2i(309, 100)
visible = true
[node name="VBoxContainer" type="VBoxContainer" parent="StashDialog"]
offset_left = 8.0
offset_top = 8.0
offset_right = 301.0
offset_bottom = 51.0
[node name="Label" type="Label" parent="StashDialog/VBoxContainer"]
layout_mode = 2
text = "Click frame to re-add it to spritesheet."
horizontal_alignment = 1
[node name="StashImages" type="HFlowContainer" parent="StashDialog/VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
[connection signal="pressed" from="MarginContainer/VBoxContainer/Reload" to="." method="load_images"]
[connection signal="value_changed" from="MarginContainer/VBoxContainer/Columns" to="." method="columns_changed"]
[connection signal="toggled" from="MarginContainer/VBoxContainer/Grid" to="." method="toggle_auto"]
[connection signal="value_changed" from="MarginContainer/VBoxContainer/MarginH" to="." method="hmargin_changed"]
[connection signal="value_changed" from="MarginContainer/VBoxContainer/MarginV" to="." method="vmargin_changed"]
[connection signal="pressed" from="MarginContainer/VBoxContainer/Stash" to="StashDialog" method="popup_centered_ratio" binds= [0.5]]
[connection signal="pressed" from="MarginContainer/VBoxContainer/Button" to="." method="recenter"]
[connection signal="toggled" from="MarginContainer/VBoxContainer/DisplayGrid" to="." method="toggle_grid"]
[connection signal="text_changed" from="MarginContainer/VBoxContainer/HBoxContainer/CustomName" to="." method="update_save_button" unbinds=1]
[connection signal="pressed" from="MarginContainer/VBoxContainer/SavePNG" to="." method="save_png"]
[connection signal="hidden" from="CanvasLayer/Error" to="." method="error_hidden"]
[connection signal="timeout" from="CanvasLayer/Timer" to="CanvasLayer/Error" method="hide"]
[connection signal="confirmed" from="SplitDialog" to="." method="split_spritesheet"]
[connection signal="value_changed" from="SplitDialog/VBoxContainer/HBoxContainer/SplitX" to="." method="update_split_preview" unbinds=1]
[connection signal="value_changed" from="SplitDialog/VBoxContainer/HBoxContainer/SplitY" to="." method="update_split_preview" unbinds=1]
[connection signal="draw" from="SplitDialog/VBoxContainer/CenterContainer/PanelContainer/SplitPreview" to="." method="draw_split_preview"]

View file

@ -1,7 +0,0 @@
[plugin]
name="Spritesheet Generator"
description="Generates cropped spritesheets from multiple images."
author="KoBeWi"
version="1.2"
script="SpriteSheetGenerator.gd"

View file

@ -24,7 +24,7 @@ name_sv="Tonys klä upp"
[autoload]
Global="*res://scripts/global.gd"
Config="*res://scripts/config.gd"
[debug]
@ -32,14 +32,18 @@ gdscript/completion/autocomplete_setters_and_getters=true
[display]
window/size/viewport_width=800
window/size/viewport_height=500
window/size/resizable=false
window/size/viewport_width=600
window/size/viewport_height=400
window/energy_saving/keep_screen_on=false
window/stretch/mode="viewport"
[dotnet]
project/assembly_name="Dress Up Zack"
[editor_plugins]
enabled=PackedStringArray("res://addons/SpritesheetGenerator/plugin.cfg", "res://addons/fontawesome/plugin.cfg")
enabled=PackedStringArray("res://addons/fontawesome/plugin.cfg")
[file_customization]

View file

@ -2,9 +2,9 @@
[ext_resource type="Script" path="res://scripts/character.gd" id="1_k1mtq"]
[ext_resource type="Texture2D" uid="uid://cddou4chwo8h2" path="res://sprites/character/tail/tail0.svg" id="2"]
[ext_resource type="Texture2D" uid="uid://dxpvahpmr14ty" path="res://sprites/character/character_base.png" id="2_p4oam"]
[ext_resource type="Texture2D" uid="uid://cnd3v8cerplqq" path="res://sprites/character/tail/tail1.svg" id="3"]
[ext_resource type="Texture2D" uid="uid://djv0p7rxujbd4" path="res://sprites/character/tail/tail2.svg" id="4"]
[ext_resource type="Texture2D" uid="uid://3rmb0kj376t1" path="res://sprites/character/zack.png" id="5_i8wm6"]
[ext_resource type="Texture2D" uid="uid://dnwdyi2d46hsm" path="res://sprites/character/eyes/eyes1.png" id="6"]
[ext_resource type="Texture2D" uid="uid://cbr37emgh11is" path="res://sprites/character/eyes/eyes2.png" id="7"]
[ext_resource type="Texture2D" uid="uid://ceifal0sxn0r7" path="res://sprites/character/eyes/eyes3.png" id="8"]
@ -123,20 +123,18 @@ script = ExtResource("1_k1mtq")
position = Vector2(-33.7592, 99.4079)
scale = Vector2(0.927713, 1)
sprite_frames = SubResource("1")
frame_progress = 0.642539
metadata/_edit_lock_ = true
frame_progress = 0.185576
[node name="Body" type="Sprite2D" parent="."]
position = Vector2(12, 81)
texture = ExtResource("2_p4oam")
metadata/_edit_lock_ = true
texture = ExtResource("5_i8wm6")
[node name="Eyes" type="AnimatedSprite2D" parent="."]
position = Vector2(28.6857, -15.7785)
sprite_frames = SubResource("2")
frame_progress = 0.55981
frame_progress = 0.102847
[node name="Mouth" type="AnimatedSprite2D" parent="."]
position = Vector2(49.1195, -14.3155)
sprite_frames = SubResource("3")
frame_progress = 0.679866
frame_progress = 0.222902

View file

@ -1,18 +0,0 @@
[gd_scene load_steps=3 format=3 uid="uid://bguec0ft5ygk4"]
[ext_resource type="PackedScene" uid="uid://bvbelmb6rvy4f" path="res://scenes/platform.tscn" id="1_31w52"]
[ext_resource type="PackedScene" uid="uid://dn152ouc7l21p" path="res://scenes/object.tscn" id="2_cgl4f"]
[node name="Demo" type="Node2D"]
[node name="Platform" parent="." instance=ExtResource("1_31w52")]
position = Vector2(170, 92)
[node name="Platform2" parent="." instance=ExtResource("1_31w52")]
position = Vector2(419, 84)
[node name="Platform3" parent="." instance=ExtResource("1_31w52")]
position = Vector2(296, 286)
[node name="Object" parent="." instance=ExtResource("2_cgl4f")]
position = Vector2(169, 90)

View file

@ -1,49 +1,148 @@
[gd_scene load_steps=9 format=3 uid="uid://cvr2aries2lhr"]
[gd_scene load_steps=13 format=3 uid="uid://cvr2aries2lhr"]
[ext_resource type="Script" path="res://scripts/game.gd" id="1_qt3fe"]
[ext_resource type="Texture2D" uid="uid://33g80p0qnfw4" path="res://sprites/world/background.svg" id="1_uee2i"]
[ext_resource type="Texture2D" uid="uid://bi7ayrxnn7hex" path="res://sprites/clothes/icrazy_frame.svg" id="2_n1kmf"]
[ext_resource type="Texture2D" uid="uid://bi7ayrxnn7hex" path="res://sprites/world/icrazy_frame.svg" id="2_n1kmf"]
[ext_resource type="Texture2D" uid="uid://cmv58t1dfgsov" path="res://sprites/world/stand.svg" id="2_q0w7j"]
[ext_resource type="Texture2D" uid="uid://dteiup73cqn4o" path="res://sprites/clothes/lights.png" id="3_bbsyl"]
[ext_resource type="PackedScene" uid="uid://dn152ouc7l21p" path="res://scenes/object.tscn" id="6_6t4pu"]
[ext_resource type="Texture2D" uid="uid://d1u3w61r0uv7p" path="res://sprites/world/boxersOfAmericaFrame.png" id="4_327cy"]
[ext_resource type="PackedScene" uid="uid://detf8uwimqp3v" path="res://scenes/character.tscn" id="6_tdil0"]
[ext_resource type="PackedScene" uid="uid://bvbelmb6rvy4f" path="res://scenes/platform.tscn" id="7_vqx6c"]
[ext_resource type="Texture2D" uid="uid://venieklgphn5" path="res://sprites/clothes/blue_camo_jeans.svg" id="8_bqcl8"]
[ext_resource type="SpriteFrames" uid="uid://bhyon1s1op8ly" path="res://scenes/items.tres" id="7_3ykci"]
[ext_resource type="Texture2D" uid="uid://clakkue2mohs4" path="res://sprites/ui/greenBtn.png" id="14_yk2bu"]
[ext_resource type="Texture2D" uid="uid://cd8mirubbhn10" path="res://sprites/ui/redBtn.png" id="15_g5gd1"]
[ext_resource type="Texture2D" uid="uid://cl0wwlm6yw0ug" path="res://sprites/ui/fullbodyBtn.png" id="15_rfctk"]
[ext_resource type="Texture2D" uid="uid://nc0wkek55yhu" path="res://sprites/ui/seperateBtn.png" id="16_px53c"]
[ext_resource type="Texture2D" uid="uid://wr3ns0ywb75q" path="res://sprites/logo.png" id="16_y58oj"]
[node name="Game" type="Node"]
script = ExtResource("1_qt3fe")
[node name="Background" type="Sprite2D" parent="."]
position = Vector2(400, 240)
[node name="World" type="Node2D" parent="."]
[node name="Background" type="Sprite2D" parent="World"]
position = Vector2(306.682, 204.039)
scale = Vector2(0.618038, 0.725217)
texture = ExtResource("1_uee2i")
metadata/_edit_lock_ = true
[node name="Stand" type="Sprite2D" parent="."]
position = Vector2(125, 461)
scale = Vector2(1.28991, 1.3328)
[node name="Stand" type="Sprite2D" parent="World"]
position = Vector2(321.326, 368.764)
texture = ExtResource("2_q0w7j")
[node name="PictureFrame" type="Sprite2D" parent="."]
position = Vector2(107.454, 127.574)
[node name="BoxersOfAmericaFrame" type="Sprite2D" parent="World"]
position = Vector2(77.9707, 272.449)
texture = ExtResource("4_327cy")
[node name="iCrazyFrame" type="Sprite2D" parent="World"]
position = Vector2(74.389, 113.776)
scale = Vector2(0.700948, 0.7129)
texture = ExtResource("2_n1kmf")
[node name="Light3D" type="PointLight2D" parent="PictureFrame"]
position = Vector2(35.118, -14.56)
texture = ExtResource("3_bbsyl")
metadata/_edit_lock_ = true
[node name="Character" parent="." instance=ExtResource("6_tdil0")]
position = Vector2(117, 234)
metadata/_edit_lock_ = true
position = Vector2(313.61, 133.222)
[node name="Bottoms" parent="." groups=["pants"] instance=ExtResource("7_vqx6c")]
position = Vector2(120, 409)
[node name="Bottoms" type="AnimatedSprite2D" parent="."]
position = Vector2(316.681, 303.715)
sprite_frames = ExtResource("7_3ykci")
animation = &"bottoms"
[node name="Platform" parent="." groups=["pants"] instance=ExtResource("7_vqx6c")]
position = Vector2(335, 78)
[node name="Tops" type="AnimatedSprite2D" parent="."]
position = Vector2(325.091, 213.195)
sprite_frames = ExtResource("7_3ykci")
animation = &"tops"
[node name="Object" parent="." instance=ExtResource("6_6t4pu")]
position = Vector2(335, 79)
group = "pants"
texture = ExtResource("8_bqcl8")
[node name="Fullbody" type="AnimatedSprite2D" parent="."]
visible = false
position = Vector2(558.266, 434.335)
sprite_frames = ExtResource("7_3ykci")
animation = &"fullbody"
[node name="TileMap" type="TileMap" parent="."]
format = 2
[node name="Logo" type="Sprite2D" parent="."]
position = Vector2(546.704, 311.642)
scale = Vector2(0.172412, 0.162644)
texture = ExtResource("16_y58oj")
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="UI" type="Control" parent="CanvasLayer"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
metadata/_edit_use_anchors_ = true
[node name="TopsFwdBtn" type="TextureButton" parent="CanvasLayer/UI"]
layout_mode = 0
anchor_left = 0.735474
anchor_top = 0.406494
anchor_right = 0.807141
anchor_bottom = 0.563994
texture_normal = ExtResource("14_yk2bu")
stretch_mode = 4
metadata/_edit_use_anchors_ = true
[node name="TopsBckBtn" type="TextureButton" parent="CanvasLayer/UI"]
layout_mode = 0
anchor_left = 0.236586
anchor_top = 0.399881
anchor_right = 0.308252
anchor_bottom = 0.55738
offset_bottom = 1.04904e-05
texture_normal = ExtResource("15_g5gd1")
metadata/_edit_use_anchors_ = true
[node name="BottomsBckBtn" type="TextureButton" parent="CanvasLayer/UI"]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.230677
anchor_top = 0.61427
anchor_right = 0.302344
anchor_bottom = 0.77177
offset_bottom = -2.28882e-05
texture_normal = ExtResource("15_g5gd1")
stretch_mode = 4
metadata/_edit_use_anchors_ = true
[node name="BottomsFwdBtn" type="TextureButton" parent="CanvasLayer/UI"]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.736785
anchor_top = 0.613892
anchor_right = 0.808452
anchor_bottom = 0.771392
offset_left = -1.4782e-05
texture_normal = ExtResource("14_yk2bu")
stretch_mode = 4
metadata/_edit_use_anchors_ = true
[node name="FullbodyBtn" type="TextureButton" parent="CanvasLayer/UI"]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.265919
anchor_top = 0.0531643
anchor_right = 0.417585
anchor_bottom = 0.115664
offset_left = 1.14441e-05
offset_right = 1.52588e-05
texture_normal = ExtResource("15_rfctk")
stretch_mode = 4
metadata/_edit_use_anchors_ = true
[node name="SeparateBtn" type="TextureButton" parent="CanvasLayer/UI"]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.666512
anchor_top = 0.0395699
anchor_right = 0.818178
anchor_bottom = 0.10457
offset_left = -1.14441e-05
texture_normal = ExtResource("16_px53c")
stretch_mode = 4
metadata/_edit_use_anchors_ = true
[connection signal="pressed" from="CanvasLayer/UI/TopsFwdBtn" to="." method="_on_tops_fwd_btn_pressed"]
[connection signal="pressed" from="CanvasLayer/UI/TopsBckBtn" to="." method="_on_tops_bck_btn_pressed"]
[connection signal="pressed" from="CanvasLayer/UI/BottomsBckBtn" to="." method="_on_bottoms_bck_btn_pressed"]
[connection signal="pressed" from="CanvasLayer/UI/BottomsFwdBtn" to="." method="_on_bottoms_fwd_btn_pressed"]
[connection signal="pressed" from="CanvasLayer/UI/FullbodyBtn" to="." method="_on_fullbody_btn_pressed"]
[connection signal="pressed" from="CanvasLayer/UI/SeparateBtn" to="." method="_on_separate_btn_pressed"]

76
scenes/items.tres Normal file
View file

@ -0,0 +1,76 @@
[gd_resource type="SpriteFrames" load_steps=15 format=3 uid="uid://bhyon1s1op8ly"]
[ext_resource type="Texture2D" uid="uid://wfsffpk4h8p" path="res://sprites/clothes/sweat_pants.png" id="1_5mrf2"]
[ext_resource type="Texture2D" uid="uid://b3xtl8c73nw30" path="res://sprites/clothes/beatup_jeans.png" id="2_0n07e"]
[ext_resource type="Texture2D" uid="uid://bl8w5mjjo4i73" path="res://sprites/clothes/jeans.png" id="3_7udtq"]
[ext_resource type="Texture2D" uid="uid://310b2835i5d8" path="res://sprites/clothes/dj_shirt.png" id="7_b8d0l"]
[ext_resource type="Texture2D" uid="uid://5heuxqo78jns" path="res://sprites/clothes/fullbody/canonrhode.png" id="7_iagv2"]
[ext_resource type="Texture2D" uid="uid://cgnumy58myojg" path="res://sprites/clothes/fullbody/coat.png" id="8_uraqp"]
[ext_resource type="Texture2D" uid="uid://6y443cg1s6up" path="res://sprites/clothes/fullbody/edsoutfit.png" id="9_osdr5"]
[ext_resource type="Texture2D" uid="uid://dt1tsnusorwv8" path="res://sprites/clothes/korm_shirt.png" id="10_81cd5"]
[ext_resource type="Texture2D" uid="uid://crgedi1ppq2ow" path="res://sprites/clothes/fullbody/formal.png" id="10_uqjix"]
[ext_resource type="Texture2D" uid="uid://b07kumnwr7c0w" path="res://sprites/clothes/fullbody/mario.png" id="11_ssvy5"]
[ext_resource type="Texture2D" uid="uid://c8xa7sal3omnm" path="res://sprites/clothes/fullbody/schoolgirl.png" id="12_3wtcm"]
[ext_resource type="Texture2D" uid="uid://b0sf2e2e5jfab" path="res://sprites/clothes/z_shirt.png" id="12_i81ab"]
[ext_resource type="Texture2D" uid="uid://lxsoletgafdk" path="res://sprites/clothes/fullbody/snowboarding.png" id="13_wlerh"]
[ext_resource type="Texture2D" uid="uid://cgxm7h4ukqpyh" path="res://sprites/clothes/fullbody/wendy.png" id="14_w0d1o"]
[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("1_5mrf2")
}, {
"duration": 1.0,
"texture": ExtResource("2_0n07e")
}, {
"duration": 1.0,
"texture": ExtResource("3_7udtq")
}],
"loop": true,
"name": &"bottoms",
"speed": 1.0
}, {
"frames": [{
"duration": 1.0,
"texture": ExtResource("7_iagv2")
}, {
"duration": 1.0,
"texture": ExtResource("8_uraqp")
}, {
"duration": 1.0,
"texture": ExtResource("9_osdr5")
}, {
"duration": 1.0,
"texture": ExtResource("10_uqjix")
}, {
"duration": 1.0,
"texture": ExtResource("11_ssvy5")
}, {
"duration": 1.0,
"texture": ExtResource("12_3wtcm")
}, {
"duration": 1.0,
"texture": ExtResource("13_wlerh")
}, {
"duration": 1.0,
"texture": ExtResource("14_w0d1o")
}],
"loop": true,
"name": &"fullbody",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": ExtResource("7_b8d0l")
}, {
"duration": 1.0,
"texture": ExtResource("10_81cd5")
}, {
"duration": 1.0,
"texture": ExtResource("12_i81ab")
}],
"loop": true,
"name": &"tops",
"speed": 1.0
}]

View file

@ -1,26 +0,0 @@
[gd_scene load_steps=3 format=3 uid="uid://dn152ouc7l21p"]
[ext_resource type="Script" path="res://scripts/object.gd" id="1_tyfcj"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_xd2jg"]
size = Vector2(111, 125.5)
[node name="Object" type="Node2D"]
script = ExtResource("1_tyfcj")
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2(4.5, 6.5)
scale = Vector2(1.32143, 1.32292)
[node name="Area2D" type="Area2D" parent="."]
metadata/_edit_lock_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
position = Vector2(5, 7)
shape = SubResource("RectangleShape2D_xd2jg")
metadata/_edit_lock_ = true
[connection signal="body_entered" from="Area2D" to="." method="_on_area_2d_body_entered"]
[connection signal="body_exited" from="Area2D" to="." method="_on_area_2d_body_exited"]
[connection signal="mouse_entered" from="Area2D" to="." method="_on_area_2d_mouse_entered"]
[connection signal="mouse_exited" from="Area2D" to="." method="_on_area_2d_mouse_exited"]

View file

@ -1,20 +0,0 @@
[gd_scene load_steps=4 format=3 uid="uid://bvbelmb6rvy4f"]
[ext_resource type="Script" path="res://scripts/platform.gd" id="1_xgdk6"]
[ext_resource type="Texture2D" uid="uid://c52oho3nvkt45" path="res://sprites/clothes/scale.png" id="2_ic83p"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ieyrm"]
size = Vector2(111, 126)
[node name="Platform" type="StaticBody2D"]
script = ExtResource("1_xgdk6")
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2(4.5, 7)
scale = Vector2(1.32143, 1.28571)
texture = ExtResource("2_ic83p")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(4.5, 7)
shape = SubResource("RectangleShape2D_ieyrm")
metadata/_edit_lock_ = true

View file

@ -1,51 +0,0 @@
[gd_scene load_steps=3 format=3 uid="uid://crwoe1shep3qn"]
[ext_resource type="PackedScene" uid="uid://dn152ouc7l21p" path="res://scenes/object.tscn" id="1_0jlsi"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_oig6u"]
size = Vector2(111, 125.5)
[node name="Wordrobe" type="Panel"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
metadata/_edit_use_anchors_ = true
[node name="Grid" type="GridContainer" parent="."]
layout_mode = 2
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 3
columns = 4
metadata/_edit_use_anchors_ = true
[node name="Object" parent="Grid" instance=ExtResource("1_0jlsi")]
position = Vector2(51, 54)
texture = null
[node name="Bottoms" type="StaticBody2D" parent="Grid" groups=["bottoms"]]
[node name="ColorRect" type="ColorRect" parent="Grid/Bottoms"]
custom_minimum_size = Vector2(111, 125)
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -49.0
offset_top = 116.0
offset_right = 62.0
offset_bottom = 241.0
grow_horizontal = 2
grow_vertical = 2
color = Color(1, 1, 1, 0.0980392)
metadata/_edit_use_anchors_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Grid/Bottoms"]
position = Vector2(6, 178.25)
shape = SubResource("RectangleShape2D_oig6u")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 300 KiB

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 KiB

View file

@ -2,16 +2,16 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://dycgk1pvyl7fu"
path="res://.godot/imported/main_ui.png-ac6532fbb861d9876368e8a8c16e4467.ctex"
uid="uid://bjio4exj7ic6b"
path="res://.godot/imported/screenshot.png-024a21af5d37bf0f0dd0e2bccdd149d0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://screenshots/main_ui.png"
dest_files=["res://.godot/imported/main_ui.png-ac6532fbb861d9876368e8a8c16e4467.ctex"]
source_file="res://screenshot.png"
dest_files=["res://.godot/imported/screenshot.png-024a21af5d37bf0f0dd0e2bccdd149d0.ctex"]
[params]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

View file

@ -1,3 +1,4 @@
@tool
extends Node2D
@onready var _eyes = $Eyes

View file

@ -1,37 +0,0 @@
# This project is licensed under the GPL-3.0 license.
# See the LICENSE file in the project root for more information.
extends TextureRect
var is_draggable = false
var is_inside_draggable = false
var body_ref
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
if is_draggable:
if Input.is_action_just_pressed("click"):
global_position = get_global_mouse_position()
elif Input.is_action_just_released("click"):
is_draggable = false
var tween = get_tree().create_tween()
if is_inside_draggable:
tween.tween_property(self,"postion",body_ref.position,0.2).set_ease(Tween.EASE_OUT)
else:
tween.tween_property(self,"global_postion",body_ref.position,0.2).set_ease(Tween.EASE_OUT)
func _get_drag_data(at_position):
var preview_texture = TextureRect.new()
preview_texture.texture = texture
preview_texture.expand_mode = 1
preview_texture.size = Vector2(106, 112)
set_drag_preview(preview_texture)
return preview_texture.texture
func _can_drop_data(at_position, data):
return data is Texture2D
func _drop_data(at_position, data):
texture = data

33
scripts/config.gd Normal file
View file

@ -0,0 +1,33 @@
extends Node
func debug_config():
# If the game is in
if OS.is_debug_build():
return "res://config.cfg"
else:
return "user://config.cfg"
func set_config(config_file = "user://config.cfg"):
# Create new ConfigFile object.
var config = ConfigFile.new()
# Store some values.
config.set_value("window", "height", 1024)
config.set_value("window", "width", 768)
# Save it to a file (overwrite if already exists)
if !FileAccess.file_exists(config_file):
config.save(config_file)
func get_config(section, value, config_file = "user://config.cfg"):
var config = ConfigFile.new()
# Load data from a file.
var err = config.load(config_file)
# If the file didn't load, ignore it.
if err != OK:
return
for cfg in config.get_sections():
return config.get_value(section, value)

47
scripts/game.gd Normal file
View file

@ -0,0 +1,47 @@
extends Node
@onready var tops = $Tops
@onready var bottoms = $Bottoms
func _ready():
var config_file = Config.debug_config()
if !FileAccess.file_exists(config_file):
Config.set_config()
if FileAccess.file_exists(config_file):
var window_height = Config.get_config("window", "height", config_file)
var window_width = Config.get_config("window", "width", config_file)
print_debug(window_height)
print_debug(window_width)
if window_height && window_width != null:
DisplayServer.window_set_size(Vector2i(window_height, window_width))
func _on_tops_fwd_btn_pressed():
var current_frame = tops.frame
tops.frame = current_frame + 1;
func _on_tops_bck_btn_pressed():
var current_frame = tops.frame
tops.frame = current_frame + -1;
func _on_bottoms_bck_btn_pressed():
var current_frame = bottoms.frame
bottoms.frame = current_frame + -1;
func _on_bottoms_fwd_btn_pressed():
var current_frame = bottoms.frame
bottoms.frame = current_frame + 1;
func _on_fullbody_btn_pressed():
pass # Replace with function body.
func _on_separate_btn_pressed():
pass # Replace with function body.

View file

@ -1,5 +0,0 @@
# This project is licensed under the GPL-3.0 license.
# See the LICENSE file in the project root for more information.
extends Node
var is_dragging = false

View file

@ -1,3 +0,0 @@
# This project is licensed under the GPL-3.0 license.
# See the LICENSE file in the project root for more information.
extends Control

View file

@ -1,61 +0,0 @@
# This project is licensed under the GPL-3.0 license.
# See the LICENSE file in the project root for more information.
@tool
extends Node2D
@export var group: String = "dropable"
@export var texture: Texture2D
var is_draggable = false
var is_inside_dropable = false
var body_ref
var offset: Vector2
@onready var sprite = $Sprite2D
@onready var collsion = $Area2D/CollisionShape2D
func _ready():
sprite.texture = texture
collsion.position = sprite.position
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
if is_draggable:
if Input.is_action_just_pressed("click"):
offset = global_position - get_global_mouse_position()
Global.is_dragging = true
if Input.is_action_pressed("click"):
global_position = get_global_mouse_position() - offset
elif Input.is_action_just_released("click"):
Global.is_dragging = false
var tween = get_tree().create_tween()
if is_inside_dropable:
tween.tween_property(self, "position", body_ref.position, 0.2).set_ease(Tween.EASE_OUT)
else:
tween.tween_property(self, "global_position", body_ref.position, 0.2).set_ease(Tween.EASE_OUT)
func _on_area_2d_body_entered(body):
if body.is_in_group(group):
is_inside_dropable = true
body.modulate = Color(Color.REBECCA_PURPLE, 1)
scale = Vector2(1.05, 1.05)
body_ref = body
func _on_area_2d_body_exited(body:StaticBody2D):
if body.is_in_group(group):
is_inside_dropable = false
body.modulate = Color(Color.MEDIUM_PURPLE, .7)
scale = Vector2(1.05, 1.05)
func _on_area_2d_mouse_entered():
if not Global.is_dragging:
is_draggable = true
scale = Vector2(1.05, 1.05)
func _on_area_2d_mouse_exited():
if not Global.is_dragging:
is_draggable = false
scale = Vector2(1, 1)

View file

@ -1,12 +0,0 @@
# This project is licensed under the GPL-3.0 license.
# See the LICENSE file in the project root for more information.
extends StaticBody2D
func _ready():
modulate = Color(Color.MEDIUM_PURPLE, 0.7)
func _process(delta):
if Global.is_dragging:
visible = true
else:
visible = false

BIN
sprites/character/zack.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -2,16 +2,16 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://bnkl8rujlgv0h"
path="res://.godot/imported/Checker.png-95b82ca4c05ab143e1e16c56d598421b.ctex"
uid="uid://3rmb0kj376t1"
path="res://.godot/imported/zack.png-f8da36885e697645dad9d11e96d24cd4.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://addons/SpritesheetGenerator/Checker.png"
dest_files=["res://.godot/imported/Checker.png-95b82ca4c05ab143e1e16c56d598421b.ctex"]
source_file="res://sprites/character/zack.png"
dest_files=["res://.godot/imported/zack.png-f8da36885e697645dad9d11e96d24cd4.ctex"]
[params]

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -2,16 +2,16 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://sl7vgiqmblpd"
path="res://.godot/imported/shirt_icon.svg-96421effc10bfb14afa97232b2ab5d13.ctex"
uid="uid://covg37pdusbuy"
path="res://.godot/imported/amtrak_hoodie.png-915303b36a13a3f81b56a259a96dfc60.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/clothes/shirt_icon.svg"
dest_files=["res://.godot/imported/shirt_icon.svg-96421effc10bfb14afa97232b2ab5d13.ctex"]
source_file="res://sprites/clothes/amtrak_hoodie.png"
dest_files=["res://.godot/imported/amtrak_hoodie.png-915303b36a13a3f81b56a259a96dfc60.ctex"]
[params]
@ -32,6 +32,3 @@ process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dbf2fv1mxdygt"
path="res://.godot/imported/atomic_shirt.png-e1562af2eed6677399909eaf790f9e4c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/clothes/atomic_shirt.png"
dest_files=["res://.godot/imported/atomic_shirt.png-e1562af2eed6677399909eaf790f9e4c.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -1,15 +1,81 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 84 96" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;">
<g id="Color" transform="matrix(1,0,0,1,-0.311807,3.9386)">
<path id="path2567-7" d="M74.437,-2.53C74.358,-2.535 74.278,-2.529 74.195,-2.51C60.752,0.463 38.712,-1.81 29.746,-1.138C27.585,-0.975 20.45,46.617 3.253,67.485C-3.144,75.247 31.556,74.434 32.832,70.17C35.841,50.723 50.345,33.416 50.345,33.416C50.345,33.416 52.329,54.385 49.456,65.405C47.174,74.163 76.162,73.153 76.7,64.12C78.141,39.903 79.36,-2.243 74.437,-2.53ZM28.447,40.58C31.03,40.745 36.046,47.686 31.388,50.628C30.664,51.085 21.818,47.961 21.602,47.085C21.552,46.881 23.441,43.188 23.744,42.887C24.781,41.638 26.561,40.779 28.204,40.586C28.282,40.577 28.364,40.575 28.447,40.58L28.447,40.58Z" style="fill:rgb(107,166,255);fill-rule:nonzero;"/>
<svg
width="79"
height="79"
viewBox="0 0 79 79"
version="1.1"
xml:space="preserve"
style="clip-rule:evenodd;fill-rule:evenodd"
id="svg1"
sodipodi:docname="beat_up_jeans.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"><defs
id="defs1" /><sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="5.6893064"
inkscape:cx="44.645161"
inkscape:cy="29.441199"
inkscape:window-width="1392"
inkscape:window-height="1184"
inkscape:window-x="559"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="svg1" />
<g
id="Color"
transform="translate(-1.1019076,3.939774)">
<path
id="path2567-7"
d="m 74.437,-2.53 c -0.079,-0.005 -0.159,10e-4 -0.242,0.02 -13.443,2.973 -35.483,0.7 -44.449,1.372 -2.161,0.163 -9.296,47.755 -26.493,68.623 -6.397,7.762 28.303,6.949 29.579,2.685 6.524367,-17.689316 17.513,-36.754 17.513,-36.754 0,0 1.984,20.969 -0.889,31.989 -2.282,8.758 26.706,7.748 27.244,-1.285 1.441,-24.217 2.66,-66.363 -2.263,-66.65 z m -45.99,43.11 c 2.583,0.165 7.599,7.106 2.941,10.048 -0.724,0.457 -9.57,-2.667 -9.786,-3.543 -0.05,-0.204 1.839,-3.897 2.142,-4.198 1.037,-1.249 2.817,-2.108 4.46,-2.301 0.078,-0.009 0.16,-0.011 0.243,-0.006 z"
style="fill:#6ba6ff;fill-rule:nonzero"
sodipodi:nodetypes="ccccccccccccccc" />
</g>
<g id="Re-ink" transform="matrix(1,0,0,1,-0.311807,3.9386)">
<path id="path2567" d="M3.252,67.484C20.449,46.616 27.585,-0.975 29.746,-1.138C38.712,-1.81 60.752,0.463 74.195,-2.51C79.495,-3.682 78.164,38.019 76.7,62.62C76.163,71.653 47.173,72.663 49.456,63.905C52.328,52.885 50.345,33.415 50.345,33.415C50.345,33.415 34.099,52.598 32.832,70.17C32.511,74.609 -3.144,75.246 3.252,67.484Z" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:2.83px;"/>
<path id="path2571" d="M50.345,33.415C50.345,33.415 55.459,27.022 54.9,21.679C54.341,16.337 54.605,2.175 54.605,2.175" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:1.42px;"/>
<path id="path2573" d="M54.9,21.679L58.763,2.105" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:1.42px;"/>
<path id="path2569" d="M25.073,16.765C25.073,16.765 32.974,19.361 35.29,16.293C37.606,13.226 37.355,1.36 37.355,1.36L28.498,2.801L25.073,16.765Z" style="fill:rgb(103,103,103);fill-rule:nonzero;stroke:black;stroke-width:1.7px;"/>
<path id="path2583" d="M27.783,2.547C27.783,2.547 29.006,-0.13 30.184,-0.057C42.542,0.715 60.983,-0.21 74.27,-1.261C75.328,-1.344 75.36,1.731 74.684,1.867C64.47,3.916 27.783,2.547 27.783,2.547Z" style="fill:rgb(152,152,152);fill-rule:nonzero;"/>
<path id="path2579" d="M27.783,2.547L54.393,3.343L75.36,1.731" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:1.42px;"/>
<g
id="Re-ink"
transform="translate(-1.1019076,3.939774)">
<path
id="path2567"
d="M 3.252,67.484 C 20.449,46.616 27.585,-0.975 29.746,-1.138 38.712,-1.81 60.752,0.463 74.195,-2.51 c 5.3,-1.172 3.969,40.529 2.505,65.13 -0.537,9.033 -29.527,10.043 -27.244,1.285 2.872,-11.02 0.889,-30.49 0.889,-30.49 0,0 -11.500255,21.29222 -17.513,36.755 -0.321,4.439 -35.976,5.076 -29.58,-2.686 z"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:2.83px"
sodipodi:nodetypes="cccccccc" />
<path
id="path2571"
d="m 50.345,33.415 c 0,0 5.114,-6.393 4.555,-11.736 C 54.341,16.337 54.605,2.175 54.605,2.175"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:1.42px" />
<path
id="path2573"
d="M 54.9,21.679 58.763,2.105"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:1.42px" />
<path
id="path2569"
d="m 25.073,16.765 c 0,0 7.901,2.596 10.217,-0.472 C 37.606,13.226 37.355,1.36 37.355,1.36 l -8.857,1.441 z"
style="fill:#676767;fill-rule:nonzero;stroke:#000000;stroke-width:1.7px" />
<path
id="path2583"
d="m 27.783,2.547 c 0,0 1.223,-2.677 2.401,-2.604 12.358,0.772 30.799,-0.153 44.086,-1.204 1.058,-0.083 1.09,2.992 0.414,3.128 -10.214,2.049 -46.901,0.68 -46.901,0.68 z"
style="fill:#989898;fill-rule:nonzero" />
<path
id="path2579"
d="M 27.783,2.547 54.393,3.343 75.36,1.731"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:1.42px" />
</g>
</svg>
<metadata
id="metadata1"><rdf:RDF><cc:Work
rdf:about=""><cc:license
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /></cc:Work><cc:License
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata></svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b3xtl8c73nw30"
path="res://.godot/imported/beatup_jeans.png-fba8a80ca3f3d052ec042c34803cc9e7.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/clothes/beatup_jeans.png"
dest_files=["res://.godot/imported/beatup_jeans.png-fba8a80ca3f3d052ec042c34803cc9e7.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

View file

@ -1,33 +1,152 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 84 97" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;">
<g id="Re-ink" transform="matrix(1,0,0,1,3.78547,0.55964)">
<path id="path2567" d="M-1.662,72.921C14.964,51.595 22.307,3.585 24.463,3.364C33.407,2.449 56.999,4.204 70.357,0.868C75.623,-0.447 72.545,45.854 71.748,70.486C71.456,79.53 42.504,81.325 44.549,72.509C47.121,61.414 47.489,37.426 47.489,37.426C47.489,37.426 32.541,57.906 27.979,74.804C26.819,79.101 -7.846,80.853 -1.662,72.921Z" style="fill:rgb(0,51,102);fill-rule:nonzero;stroke:black;stroke-width:2.83px;"/>
<path id="path2616" d="M18.906,29.424C20.48,30.405 18.779,33.492 19.658,34.905C20.749,36.659 25.767,34.949 26.788,36.59C31.93,44.854 18.845,45.167 14.669,42.752" style="fill:rgb(204,204,204);fill-rule:nonzero;"/>
<path id="path2614" d="M41.642,42.972C38.066,44.929 34.683,42.295 31.176,42.832C28.305,43.272 30.94,53.534 36.104,50.24" style="fill:rgb(204,204,204);fill-rule:nonzero;"/>
<path id="path2571" d="M47.503,37.223C47.503,37.223 50.975,31.5 51.496,26.335C52.017,21.171 50.87,6.651 50.87,6.651" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:2.27px;"/>
<path id="path2573" d="M51.561,24.992L55.018,6.658" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:2.27px;"/>
<path id="path2612" d="M23.168,21.22C19.896,38.728 50.562,39.526 39.428,23.982C37.373,21.113 35.873,18.985 32.627,18.119" style="fill:rgb(204,204,204);fill-rule:nonzero;"/>
<path id="path2622" d="M12.345,47.392C17.748,46.58 16.622,50.31 19.401,53.601C20.805,55.265 24.103,54.558 25.256,55.729C25.593,56.071 25.433,58.581 25.231,59.043C21.862,66.743 13.152,61.118 8.29,57.589" style="fill:rgb(204,204,204);fill-rule:nonzero;"/>
<path id="path2569" d="M19.55,20.819C19.55,20.819 29.267,21.122 31.824,18.253C34.382,15.384 33.088,7.413 33.088,7.413L24.098,7.18L19.55,20.819Z" style="fill:rgb(51,51,51);fill-rule:nonzero;stroke:black;stroke-width:1.42px;"/>
<path id="path2579" d="M24.098,7.18L50.721,7.255L71.636,5.075" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:1.42px;"/>
<path id="path2598" d="M45.057,27.221C47.968,24.828 53.463,23.172 57.002,25.202" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:0.85px;"/>
<path id="path2600" d="M47.762,29.546C44.089,30.911 41.013,33.206 37.615,34.886" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:0.85px;"/>
<path id="path2602" d="M54.522,27.251C54.654,30.868 56.325,34.498 57.184,37.824" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:0.85px;"/>
<path id="path2610" d="M52.458,33.969C52.962,35.072 52.707,36.417 52.64,37.677" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:0.85px;"/>
<path id="path2618" d="M71.861,15.086C70.142,14.926 66.288,15.11 65.404,17.019C63.896,20.275 66.296,22.251 67.366,24.71C69.89,30.51 58.333,40.049 71.672,40.018" style="fill:rgb(204,204,204);fill-rule:nonzero;"/>
<path id="path2620" d="M48.563,46.565C52.2,46.201 55.352,46.027 58.154,48.118C59.621,49.214 66.25,51.916 67.957,51.011C69.012,50.452 70.942,47.794 70.91,48.987C70.568,61.851 72.809,57.084 56.995,53.842C53.905,53.208 49.445,57.527 48.404,54.902C48.404,54.902 47.935,49.272 48.563,46.565L48.563,46.565Z" style="fill:rgb(204,204,204);fill-rule:nonzero;"/>
<path id="path2630" d="M5.247,65.058C19.854,71.595 5.994,79.898 0.224,73.116" style="fill:rgb(204,204,204);fill-rule:nonzero;"/>
<path id="path2624" d="M0.326,72.638C7.274,73.785 12.92,73.195 19.256,71.559" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:0.85px;"/>
<path id="path2632" d="M70.266,70.006C56.179,61.261 55.609,65.928 53.219,76.686C59.684,78.01 69.256,75.88 70.266,70.006Z" style="fill:rgb(204,204,204);fill-rule:nonzero;"/>
<path id="path2626" d="M48.707,72.368C55.516,73.649 62.013,75.276 67.931,71.115" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:0.85px;"/>
<g id="g2657" transform="matrix(0.998587,0.0531475,-0.0531475,0.998587,-2.56451,-4.90154)">
<path id="path2604" d="M53.856,9.307C53.72,13.714 52.262,17.537 49.718,20.929" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:0.75px;"/>
<ellipse id="path2634" cx="49.529" cy="20.881" rx="0.71" ry="0.805"/>
<svg
width="79"
height="79"
viewBox="0 0 79 79"
version="1.1"
xml:space="preserve"
style="clip-rule:evenodd;fill-rule:evenodd"
id="svg1"
sodipodi:docname="blue_camo_jeans.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"><defs
id="defs1" /><sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="8.5773196"
inkscape:cx="48.616586"
inkscape:cy="33.984976"
inkscape:window-width="1392"
inkscape:window-height="1184"
inkscape:window-x="559"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="Re-ink" />
<g
id="Re-ink"
transform="translate(3.786409,0.56047467)">
<path
id="path2567"
d="M -1.662,72.921 C 14.964,51.595 22.307,3.585 24.463,3.364 c 8.944,-0.915 32.536,0.84 45.894,-2.496 5.266,-1.315 2.188,44.986 1.391,69.618 -0.292,9.044 -29.244,10.839 -27.199,2.023 2.572,-11.095 2.94,-35.083 2.94,-35.083 0,0 -10.984058,23.744423 -19.51,37.378 -1.16,4.297 -35.825,6.049 -29.641,-1.883 z"
style="fill:#003366;fill-rule:nonzero;stroke:#000000;stroke-width:2.83px"
sodipodi:nodetypes="cccccccc" />
<path
id="path2616"
d="m 18.906,29.424 c 1.574,0.981 -0.127,4.068 0.752,5.481 1.091,1.754 6.109,0.044 7.13,1.685 5.142,8.264 -7.943,8.577 -12.119,6.162"
style="fill:#cccccc;fill-rule:nonzero" />
<path
id="path2614"
d="m 41.642,42.972 c -3.576,1.957 -6.959,-0.677 -10.466,-0.14 -2.871,0.44 -0.236,10.702 4.928,7.408"
style="fill:#cccccc;fill-rule:nonzero" />
<path
id="path2571"
d="m 47.503,37.223 c 0,0 3.472,-5.723 3.993,-10.888 C 52.017,21.171 50.87,6.651 50.87,6.651"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:2.27px" />
<path
id="path2573"
d="M 51.561,24.992 55.018,6.658"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:2.27px" />
<path
id="path2612"
d="m 23.168,21.22 c -3.272,17.508 27.394,18.306 16.26,2.762 -2.055,-2.869 -3.555,-4.997 -6.801,-5.863"
style="fill:#cccccc;fill-rule:nonzero" />
<path
id="path2622"
d="m 12.345,47.392 c 5.403,-0.812 4.277,2.918 7.056,6.209 1.404,1.664 4.702,0.957 5.855,2.128 0.337,0.342 0.177,2.852 -0.025,3.314 -3.369,7.7 -12.079,2.075 -16.941,-1.454"
style="fill:#cccccc;fill-rule:nonzero" />
<path
id="path2569"
d="m 19.55,20.819 c 0,0 9.717,0.303 12.274,-2.566 2.558,-2.869 1.264,-10.84 1.264,-10.84 L 24.098,7.18 Z"
style="fill:#333333;fill-rule:nonzero;stroke:#000000;stroke-width:1.42px" />
<path
id="path2579"
d="M 24.098,7.18 50.721,7.255 71.636,5.075"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:1.42px" />
<path
id="path2598"
d="m 45.057,27.221 c 2.911,-2.393 8.406,-4.049 11.945,-2.019"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:0.85px" />
<path
id="path2600"
d="m 47.762,29.546 c -3.673,1.365 -6.749,3.66 -10.147,5.34"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:0.85px" />
<path
id="path2602"
d="m 54.522,27.251 c 0.132,3.617 1.803,7.247 2.662,10.573"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:0.85px" />
<path
id="path2610"
d="m 52.458,33.969 c 0.504,1.103 0.249,2.448 0.182,3.708"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:0.85px" />
<path
id="path2618"
d="m 71.861,15.086 c -1.719,-0.16 -5.573,0.024 -6.457,1.933 -1.508,3.256 0.892,5.232 1.962,7.691 2.524,5.8 -9.033,15.339 4.306,15.308"
style="fill:#cccccc;fill-rule:nonzero" />
<path
id="path2620"
d="m 48.563,46.565 c 3.637,-0.364 6.789,-0.538 9.591,1.553 1.467,1.096 8.096,3.798 9.803,2.893 1.055,-0.559 2.985,-3.217 2.953,-2.024 -0.342,12.864 1.899,8.097 -13.915,4.855 -3.09,-0.634 -7.55,3.685 -8.591,1.06 0,0 -0.469,-5.63 0.159,-8.337 z"
style="fill:#cccccc;fill-rule:nonzero" />
<path
id="path2630"
d="m 5.247,65.058 c 14.607,6.537 0.747,14.84 -5.023,8.058"
style="fill:#cccccc;fill-rule:nonzero" />
<path
id="path2624"
d="m 0.326,72.638 c 6.948,1.147 12.594,0.557 18.93,-1.079"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:0.85px" />
<path
id="path2632"
d="M 70.266,70.006 C 56.179,61.261 55.609,65.928 53.219,76.686 59.684,78.01 69.256,75.88 70.266,70.006 Z"
style="fill:#cccccc;fill-rule:nonzero" />
<path
id="path2626"
d="m 48.707,72.368 c 6.809,1.281 13.306,2.908 19.224,-1.253"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:0.85px" />
<g
id="g2657"
transform="rotate(3.0465618,90.878122,-50.668814)">
<path
id="path2604"
d="m 53.856,9.307 c -0.136,4.407 -1.594,8.23 -4.138,11.622"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:0.75px" />
<ellipse
id="path2634"
cx="49.528999"
cy="20.881001"
rx="0.70999998"
ry="0.80500001" />
</g>
<g id="g2653" transform="matrix(0.998587,0.0531475,-0.0531475,0.998587,-2.56451,-4.90154)">
<path id="path2606" d="M58.115,8.483C59.708,11.672 61.187,15.3 63.356,18.088" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:0.75px;"/>
<ellipse id="path2634-8" cx="63.403" cy="18.088" rx="0.71" ry="0.805"/>
<g
id="g2653"
transform="rotate(3.0465618,90.878122,-50.668814)">
<path
id="path2606"
d="m 58.115,8.483 c 1.593,3.189 3.072,6.817 5.241,9.605"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:0.75px" />
<ellipse
id="path2634-8"
cx="63.403"
cy="18.087999"
rx="0.70999998"
ry="0.80500001" />
</g>
</g>
</svg>
<metadata
id="metadata1"><rdf:RDF><cc:Work
rdf:about=""><cc:license
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /></cc:Work><cc:License
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata></svg>

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View file

@ -1,13 +1,75 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 84 96" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;">
<g id="Re-ink" transform="matrix(1,0,0,1,0.567137,-3.81307)">
<path id="path824" d="M29.774,5.524L73.558,5.241C73.558,5.241 76.709,28.726 78.046,50.604C78.241,53.795 71.692,52.542 68.497,52.119C67.424,51.977 66.619,50.813 65.537,50.793C61.997,50.728 59.239,54.92 55.701,54.771C54.023,54.7 52.89,52.597 51.213,52.498C47.624,52.285 45.302,56.617 41.091,56.191C39.914,56.072 39.027,54.799 37.844,54.771C34.299,54.686 31.458,58.422 27.913,58.559C24.794,58.679 22.044,56.216 18.937,55.907C15.757,55.591 8.029,59.628 9.388,56.759C22.784,28.494 29.774,5.524 29.774,5.524Z" style="fill:rgb(71,145,255);fill-rule:nonzero;stroke:black;stroke-width:2.84px;"/>
<path id="path826" d="M22.929,51.74C38.839,18.784 35.619,19.826 35.619,19.826" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:0.75px;"/>
<path id="path828" d="M35.714,30.337C33.536,42.459 35.051,51.077 35.051,51.077" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:0.75px;"/>
<path id="path830" d="M44.521,49.373C50.109,29.864 47.741,19.731 47.741,19.731" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:0.75px;"/>
<path id="path828-1" d="M50.075,28.129C51.098,40.402 54.785,48.338 54.785,48.338" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:0.75px;"/>
<path id="path828-1-6" d="M65.042,46.945C64.02,34.672 60.333,26.736 60.333,26.736" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:0.75px;"/>
<path id="path830-6" d="M69.021,48.559C63.434,29.05 65.802,18.917 65.802,18.917" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:0.75px;"/>
<svg
width="71.674004"
height="83.75"
viewBox="0 0 71.674004 83.75"
version="1.1"
xml:space="preserve"
style="clip-rule:evenodd;fill-rule:evenodd"
id="svg1"
sodipodi:docname="blue_skirt.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"><defs
id="defs1" /><sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="8.0952381"
inkscape:cx="33.6"
inkscape:cy="47.991176"
inkscape:window-width="1392"
inkscape:window-height="1184"
inkscape:window-x="559"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="svg1" />
<g
id="Re-ink"
transform="translate(-7.7949176,-3.8129483)">
<path
id="path824"
d="M 29.774,5.524 73.558,5.241 c 0,0 3.151,23.485 4.488,45.363 0.195,3.191 -6.354,1.938 -9.549,1.515 -1.073,-0.142 -1.878,-1.306 -2.96,-1.326 -3.54,-0.065 -6.298,4.127 -9.836,3.978 -1.678,-0.071 -2.811,-2.174 -4.488,-2.273 -3.589,-0.213 -5.911,4.119 -10.122,3.693 -1.177,-0.119 -2.064,-1.392 -3.247,-1.42 -3.545,-0.085 -6.386,3.651 -9.931,3.788 -3.119,0.12 -5.869,-2.343 -8.976,-2.652 C 15.757,55.591 8.029,59.628 9.388,56.759 22.784,28.494 29.774,5.524 29.774,5.524 Z"
style="fill:#4791ff;fill-rule:nonzero;stroke:#000000;stroke-width:2.84px" />
<path
id="path826"
d="M 22.929,51.74 C 38.839,18.784 35.619,19.826 35.619,19.826"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:0.75px" />
<path
id="path828"
d="m 35.714,30.337 c -2.178,12.122 -0.663,20.74 -0.663,20.74"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:0.75px" />
<path
id="path830"
d="m 44.521,49.373 c 5.588,-19.509 3.22,-29.642 3.22,-29.642"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:0.75px" />
<path
id="path828-1"
d="m 50.075,28.129 c 1.023,12.273 4.71,20.209 4.71,20.209"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:0.75px" />
<path
id="path828-1-6"
d="M 65.042,46.945 C 64.02,34.672 60.333,26.736 60.333,26.736"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:0.75px" />
<path
id="path830-6"
d="M 69.021,48.559 C 63.434,29.05 65.802,18.917 65.802,18.917"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:0.75px" />
</g>
</svg>
<metadata
id="metadata1"><rdf:RDF><cc:License
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License><cc:Work
rdf:about=""><cc:license
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /></cc:Work></rdf:RDF></metadata></svg>

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View file

@ -1,20 +1,103 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 114 126" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;">
<g id="Color" transform="matrix(1,0,0,1,7.05509,-3.89859)">
<path id="path842-9" d="M32.974,11.893C27.892,8.865 10.439,71.859 8.349,82.883C7.552,87.083 49.214,96.918 54.475,84.139C57.047,77.891 68.337,45.05 68.337,45.05C68.337,45.05 57.612,83.404 63.208,88.713C67.736,93.009 98.191,86.297 99.941,79.287C102.661,68.387 96.654,16.078 95.644,8.178C95.385,6.157 92.506,3.776 91.201,5.342C81.346,17.164 40.067,16.118 32.974,11.893Z" style="fill:rgb(0,0,255);fill-rule:nonzero;"/>
<path id="path854" d="M28.836,26.075C36.396,49.741 66.038,50.177 66.038,50.177L63.334,62.007C63.334,62.007 26.277,54.854 24.858,38.101C24.501,33.894 26.495,18.748 28.836,26.075Z" style="fill:white;fill-rule:nonzero;"/>
<path id="path854-2" d="M24.254,44.834C31.814,68.5 60.77,65.285 60.77,65.285L57.928,76.838C57.928,76.838 25.318,69.903 20.138,56.583C18.634,52.715 21.914,37.507 24.254,44.834Z" style="fill:white;fill-rule:nonzero;"/>
<path id="path938" d="M67.505,49.624C67.505,49.624 94.186,42.626 98.693,33.96C100.643,30.212 99.28,38.435 99.525,43.109C99.843,49.198 65.426,60.713 65.426,60.713L67.505,49.624Z" style="fill:white;fill-rule:nonzero;"/>
<path id="path938-9" d="M64.332,67.436C64.332,67.436 93.844,60.031 99.777,51.772C102.246,48.336 99.578,57.87 100.779,62.03C102.725,68.77 61.97,76.584 61.97,76.584L64.332,67.436Z" style="fill:white;fill-rule:nonzero;"/>
</g>
<g id="Re-ink" transform="matrix(1,0,0,1,7.05509,-3.89859)">
<path id="path842" d="M32.19,12.383C27.815,10.066 10.733,71.761 8.643,82.785C7.846,86.985 49.214,96.918 54.475,84.139C57.047,77.891 68.337,45.05 68.337,45.05C68.337,45.05 57.612,83.404 63.208,88.713C67.736,93.009 98.191,86.297 99.941,79.287C102.661,68.387 96.664,16.077 95.644,8.178C95.091,3.903 91.286,4.104 85.418,9.556C79.55,15.008 40.166,16.606 32.19,12.383Z" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.02px;"/>
<ellipse id="path852" cx="66.489" cy="21.362" rx="7.645" ry="5.636" style="fill:rgb(255,255,0);stroke:black;stroke-width:1.51px;"/>
<path id="path1467" d="M45.775,30.657C51.541,40.918 63.886,37.144 68.337,45.05C73.355,35.563 85.084,40.034 87.725,29.48" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.02px;"/>
<path id="path844" d="M27.235,27.528C18.253,26.666 5.432,49.597 18.615,53.991C31.607,58.322 62.561,36.923 66.355,31.676C64.52,29.08 60.661,25.029 58.593,22.666C54.717,25.266 30.227,44.01 24.488,41.141C22.46,40.127 26.295,29.22 27.235,27.528Z" style="fill:rgb(255,0,0);fill-rule:nonzero;stroke:black;stroke-width:1.51px;"/>
<path id="path850" d="M58.708,21.043C51.844,36.026 114.473,54.252 104.347,15.293C102.799,8.119 96.916,6.979 94.51,5.919C93.872,10.564 97.727,17.423 97.145,23.495C96.563,29.567 74.297,33.674 74.055,22.083C73.723,25.336 67.485,27.922 64.512,26.449C62.608,25.506 60.025,22.511 58.708,21.043Z" style="fill:rgb(255,0,0);fill-rule:nonzero;stroke:black;stroke-width:1.52px;"/>
<path id="path959" d="M46.604,15.486C43.797,15.449 28.133,20.271 28.133,20.271L26.885,22.905C26.885,22.905 45.905,16.696 49.653,16.318C53.401,15.939 49.411,15.522 46.604,15.486Z" style="fill:rgb(255,0,0);fill-rule:nonzero;stroke:black;stroke-width:0.5px;"/>
<path id="path959-8" d="M84.772,11.287C87.579,11.251 95.794,17.151 95.794,17.151L97.042,19.784C97.042,19.784 85.471,12.498 81.723,12.119C77.975,11.74 81.965,11.324 84.772,11.287Z" style="fill:rgb(255,0,0);fill-rule:nonzero;stroke:black;stroke-width:0.5px;"/>
</g>
</svg>
<svg
width="71.674004"
height="83.75"
viewBox="0 0 71.674004 83.75"
version="1.1"
xml:space="preserve"
style="clip-rule:evenodd;fill-rule:evenodd"
id="svg1"
sodipodi:docname="dj_shorts.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"><defs
id="defs1" /><sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="5.3901584"
inkscape:cx="39.145417"
inkscape:cy="55.007659"
inkscape:window-width="1392"
inkscape:window-height="1184"
inkscape:window-x="559"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="svg1" />
<metadata
id="metadata1"><rdf:RDF><cc:Work
rdf:about=""><cc:license
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /></cc:Work><cc:License
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata><g
id="Color"
transform="matrix(0.67048718,0,0,0.67026401,0.74431063,-3.1227063)"
style="clip-rule:evenodd;fill-rule:evenodd">
<path
id="path842-9"
d="M 32.974,11.893 C 27.892,8.865 10.439,71.859 8.349,82.883 c -0.797,4.2 40.865,14.035 46.126,1.256 2.572,-6.248 13.862,-39.089 13.862,-39.089 0,0 -10.725,38.354 -5.129,43.663 4.528,4.296 34.983,-2.416 36.733,-9.426 2.72,-10.9 -3.287,-63.209 -4.297,-71.109 C 95.385,6.157 92.506,3.776 91.201,5.342 81.346,17.164 40.067,16.118 32.974,11.893 Z"
style="fill:#0000ff;fill-rule:nonzero" />
<path
id="path854"
d="m 28.836,26.075 c 7.56,23.666 37.202,24.102 37.202,24.102 l -2.704,11.83 c 0,0 -37.057,-7.153 -38.476,-23.906 -0.357,-4.207 1.637,-19.353 3.978,-12.026 z"
style="fill:#ffffff;fill-rule:nonzero" />
<path
id="path854-2"
d="M 24.254,44.834 C 31.814,68.5 60.77,65.285 60.77,65.285 l -2.842,11.553 c 0,0 -32.61,-6.935 -37.79,-20.255 -1.504,-3.868 1.776,-19.076 4.116,-11.749 z"
style="fill:#ffffff;fill-rule:nonzero" />
<path
id="path938"
d="m 67.505,49.624 c 0,0 26.681,-6.998 31.188,-15.664 1.95,-3.748 0.587,4.475 0.832,9.149 0.318,6.089 -34.099,17.604 -34.099,17.604 z"
style="fill:#ffffff;fill-rule:nonzero" />
<path
id="path938-9"
d="m 64.332,67.436 c 0,0 29.512,-7.405 35.445,-15.664 2.469,-3.436 -0.199,6.098 1.002,10.258 1.946,6.74 -38.809,14.554 -38.809,14.554 z"
style="fill:#ffffff;fill-rule:nonzero" />
</g><g
id="Re-ink-8"
transform="matrix(0.67048718,0,0,0.67026401,0.74431063,-3.1227063)"
style="clip-rule:evenodd;fill-rule:evenodd">
<path
id="path842"
d="M 32.19,12.383 C 27.815,10.066 10.733,71.761 8.643,82.785 c -0.797,4.2 40.571,14.133 45.832,1.354 2.572,-6.248 13.862,-39.089 13.862,-39.089 0,0 -10.725,38.354 -5.129,43.663 4.528,4.296 34.983,-2.416 36.733,-9.426 2.72,-10.9 -3.277,-63.21 -4.297,-71.109 C 95.091,3.903 91.286,4.104 85.418,9.556 79.55,15.008 40.166,16.606 32.19,12.383 Z"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:3.02px" />
<ellipse
id="path852"
cx="66.488998"
cy="21.362"
rx="7.645"
ry="5.6360002"
style="fill:#ffff00;stroke:#000000;stroke-width:1.51px" />
<path
id="path1467"
d="m 45.775,30.657 c 5.766,10.261 18.111,6.487 22.562,14.393 5.018,-9.487 16.747,-5.016 19.388,-15.57"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:3.02px" />
<path
id="path844"
d="M 27.235,27.528 C 18.253,26.666 5.432,49.597 18.615,53.991 31.607,58.322 62.561,36.923 66.355,31.676 64.52,29.08 60.661,25.029 58.593,22.666 54.717,25.266 30.227,44.01 24.488,41.141 22.46,40.127 26.295,29.22 27.235,27.528 Z"
style="fill:#ff0000;fill-rule:nonzero;stroke:#000000;stroke-width:1.51px" />
<path
id="path850"
d="m 58.708,21.043 c -6.864,14.983 55.765,33.209 45.639,-5.75 -1.548,-7.174 -7.431,-8.314 -9.837,-9.374 -0.638,4.645 3.217,11.504 2.635,17.576 -0.582,6.072 -22.848,10.179 -23.09,-1.412 -0.332,3.253 -6.57,5.839 -9.543,4.366 -1.904,-0.943 -4.487,-3.938 -5.804,-5.406 z"
style="fill:#ff0000;fill-rule:nonzero;stroke:#000000;stroke-width:1.52px" />
<path
id="path959"
d="m 46.604,15.486 c -2.807,-0.037 -18.471,4.785 -18.471,4.785 l -1.248,2.634 c 0,0 19.02,-6.209 22.768,-6.587 3.748,-0.379 -0.242,-0.796 -3.049,-0.832 z"
style="fill:#ff0000;fill-rule:nonzero;stroke:#000000;stroke-width:0.5px" />
<path
id="path959-8"
d="m 84.772,11.287 c 2.807,-0.036 11.022,5.864 11.022,5.864 l 1.248,2.633 c 0,0 -11.571,-7.286 -15.319,-7.665 -3.748,-0.379 0.242,-0.795 3.049,-0.832 z"
style="fill:#ff0000;fill-rule:nonzero;stroke:#000000;stroke-width:0.5px" />
</g></svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -1,93 +1,51 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
sodipodi:docname="formal_skirt.svg"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
id="svg2007"
width="73.057999"
height="83.75"
viewBox="0 0 73.057999 83.749999"
version="1.1"
viewBox="0 0 29.356469 33.543056"
height="33.543056mm"
width="29.356468mm">
<defs
id="defs2001" />
<sodipodi:namedview
inkscape:document-rotation="0"
inkscape:window-maximized="1"
inkscape:window-y="-9"
inkscape:window-x="-9"
inkscape:window-height="1001"
inkscape:window-width="1920"
showguides="false"
fit-margin-bottom="0"
fit-margin-right="0"
fit-margin-left="0"
fit-margin-top="0"
inkscape:pagecheckerboard="true"
showgrid="false"
inkscape:current-layer="layer2"
inkscape:document-units="mm"
inkscape:cy="77.928918"
inkscape:cx="160.81686"
inkscape:zoom="2.8"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base" />
<metadata
id="metadata2004">
<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>
<g
sodipodi:insensitive="true"
transform="translate(-79.002062,-134.0157)"
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Layer 1">
<path
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"
d="m 105.15164,134.5176 c 0.12374,9.51018 1.59574,13.00297 0.8977,23.69911 5.98908,7.62246 -5.46615,9.2572 -8.45722,1.79539 0,-4.94654 0.06144,-10.80872 0.04725,-15.73327 -3.051778,4.57767 -6.271659,11.54186 -7.843006,17.10343 6.066786,9.10018 -9.274496,5.51039 -10.15811,0.18899 5.089364,-6.26383 9.457066,-19.11343 10.067485,-26.95404 6.174568,-0.18432 8.74291,-0.0556 15.445901,-0.0996 z"
id="path831-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 89.144355,135.20741 c -0.52762,2.53327 6.446629,6.5124 8.920238,7.98475 4.741467,-1.55146 7.056167,-4.21484 7.606767,-7.65402 0.5506,-3.43919 0.37798,22.67857 0.37798,22.67857 0,0 2.67883,4.23321 0.56697,5.76414 -2.11186,1.53092 -7.638163,-0.21053 -9.02419,-3.96875 -1.386027,-3.75823 0.472473,-16.81994 0.472473,-16.81994 l -8.268229,18.1901 c 0,0 2.807966,4.17708 0.330729,5.76414 -2.477237,1.58706 -11.803334,-3.74333 -10.488839,-5.57515 3.262015,-4.5458 8.268229,-18.35547 8.268229,-18.35547 0,0 1.765492,-10.54164 1.237872,-8.00837 z"
id="path857"
inkscape:connector-curvature="0"
sodipodi:nodetypes="zczczzcczscz" />
<path
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"
d="m 105.15164,134.5176 c -0.0511,9.15583 1.59574,13.00297 0.8977,23.69911 5.98908,7.62246 -5.46615,9.2572 -8.45722,1.79538 0,-4.94653 0.06144,-10.8087 0.04725,-15.73326 -3.051778,4.57767 -6.271659,11.54185 -7.843006,17.10343 6.066786,9.10018 -9.274496,5.51039 -10.15811,0.18899 5.089364,-6.26384 9.95316,-20.03475 10.067485,-26.95404"
id="path831"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</g>
<g
transform="translate(-0.04283344,9.5633398e-4)"
inkscape:label="Re-ink"
id="layer2"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path824"
d="M 10.74651,0.60055 26.192414,0.5009545 c 0,0 1.197146,11.5919985 1.664703,19.3100545 C 27.750777,23.233455 2.6422489,21.310578 3.0803151,20.187187 7.7668773,10.215662 10.74651,0.60055 10.74651,0.60055 Z"
style="fill:#001638;fill-opacity:1;stroke:#000000;stroke-width:0.998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>
xml:space="preserve"
style="clip-rule:evenodd;fill-rule:evenodd"
id="svg1"
sodipodi:docname="formal_skirt.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"><defs
id="defs1" /><sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="8.0952381"
inkscape:cx="34.835294"
inkscape:cy="47.991176"
inkscape:window-width="1392"
inkscape:window-height="1184"
inkscape:window-x="559"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="svg1" />
<g
id="Re-ink"
transform="translate(-7.3231529,0.00324476)">
<path
id="path824"
d="M 30.463,1.702 74.246,1.42 c 0,0 3.394,32.859 4.719,54.737 C 78.664,65.859 7.49,60.408 8.732,57.224 22.016,28.958 30.463,1.702 30.463,1.702 Z"
style="fill:#001638;fill-rule:nonzero;stroke:#000000;stroke-width:2.83px" />
</g>
<metadata
id="metadata1"><rdf:RDF><cc:Work
rdf:about=""><cc:license
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /></cc:Work><cc:License
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata></svg>

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://5heuxqo78jns"
path="res://.godot/imported/canonrhode.png-34049a7d8e1bd7f2f1e79a1bb0a53e6e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/clothes/fullbody/canonrhode.png"
dest_files=["res://.godot/imported/canonrhode.png-34049a7d8e1bd7f2f1e79a1bb0a53e6e.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cgnumy58myojg"
path="res://.godot/imported/coat.png-4037539685e6b05d1d6a40884d2dd944.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/clothes/fullbody/coat.png"
dest_files=["res://.godot/imported/coat.png-4037539685e6b05d1d6a40884d2dd944.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://6y443cg1s6up"
path="res://.godot/imported/edsoutfit.png-367388d9f85cbf0ed71362f37d74fa4f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/clothes/fullbody/edsoutfit.png"
dest_files=["res://.godot/imported/edsoutfit.png-367388d9f85cbf0ed71362f37d74fa4f.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://crgedi1ppq2ow"
path="res://.godot/imported/formal.png-ad806d237a0a6cac18782e49981b6fa2.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/clothes/fullbody/formal.png"
dest_files=["res://.godot/imported/formal.png-ad806d237a0a6cac18782e49981b6fa2.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b07kumnwr7c0w"
path="res://.godot/imported/mario.png-6e51bf75093eebd6b666b8535927575c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/clothes/fullbody/mario.png"
dest_files=["res://.godot/imported/mario.png-6e51bf75093eebd6b666b8535927575c.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c8xa7sal3omnm"
path="res://.godot/imported/schoolgirl.png-32f14199b814658cd142fd79d92c28df.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/clothes/fullbody/schoolgirl.png"
dest_files=["res://.godot/imported/schoolgirl.png-32f14199b814658cd142fd79d92c28df.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://lxsoletgafdk"
path="res://.godot/imported/snowboarding.png-f5b50f794211ea753cb7782eafcbab3b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/clothes/fullbody/snowboarding.png"
dest_files=["res://.godot/imported/snowboarding.png-f5b50f794211ea753cb7782eafcbab3b.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cgxm7h4ukqpyh"
path="res://.godot/imported/wendy.png-e8ad05b117de48ee6b0cdfc02a6e87d2.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/clothes/fullbody/wendy.png"
dest_files=["res://.godot/imported/wendy.png-e8ad05b117de48ee6b0cdfc02a6e87d2.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -1,261 +1,35 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
sodipodi:docname="fullsnack_shirt.svg"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
id="svg8"
version="1.1"
viewBox="0 0 24.636646 29.835097"
height="29.835096mm"
width="24.636646mm">
<defs
id="defs2" />
<sodipodi:namedview
inkscape:document-rotation="0"
inkscape:window-maximized="1"
inkscape:window-y="-9"
inkscape:window-x="-9"
inkscape:window-height="1001"
inkscape:window-width="1920"
fit-margin-bottom="0"
fit-margin-right="0"
fit-margin-left="0"
fit-margin-top="0"
inkscape:pagecheckerboard="true"
showgrid="false"
inkscape:current-layer="layer1"
inkscape:document-units="mm"
inkscape:cy="16.861876"
inkscape:cx="57.951723"
inkscape:zoom="11.2"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
style="display:inline"
transform="translate(-329.97283,-265.24728)"
id="layer1"
inkscape:groupmode="layer"
inkscape:label="Layer 1">
<g
transform="translate(329.97283,264.31884)"
id="g5165"
style="display:inline">
<g
inkscape:label="Layer 1"
id="layer1-0"
transform="translate(-84.473399,-131.83647)"
style="display:inline" />
<g
transform="translate(-7.8954188,-28.530371)"
id="layer3-1"
inkscape:label="Color">
<path
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"
d="m 28.94971,30.372591 c 1.635877,2.807358 3.434163,11.019746 2.186079,19.813197 -0.03749,2.612124 -0.948812,7.588671 -0.948812,8.244208 0,0 -3.899134,0.09989 -7.229493,0.03625 -3.330358,-0.06364 -4.796869,0.06737 -8.216413,0.06336 0.02949,-1.657652 -5.3976359,-4.790926 -2.267857,-8.343822 0,-5.167442 -0.342243,-10.519109 0.47247,-15.449778 0.254528,-4.326972 4.855698,-2.933067 7.181548,-4.677457 2.923695,-0.409606 4.488693,-0.526788 8.822478,0.314035 z"
id="path831-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccczcccccc" />
<path
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 16.725446,36.81488 c 0.260421,-2.556769 3.987942,-6.623181 3.987942,-6.623181 0,0 -4.511124,-0.378288 -5.879929,1.069079 -4.368124,4.618829 -2.360245,18.925011 -2.360245,18.925011 0,0 -4.5795761,2.614718 -4.1562481,4.060169 0.59027,2.01547 5.9800391,4.399895 6.4241051,2.696156 0.444066,-1.703739 1.28661,-13.276693 1.984375,-20.127234 z"
id="path847"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscszs" />
<path
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 27.746123,29.879918 c -2.953319,-0.167836 1.604089,3.784547 1.358041,8.54136 -0.246048,4.756813 2.173364,14.126862 2.173364,14.126862 0,0 2.178654,-16.525137 -1.476976,-21.955536 -0.567383,-0.842841 -1.103416,-0.65864 -2.054429,-0.712686 z"
id="path849"
inkscape:connector-curvature="0"
sodipodi:nodetypes="szcss" />
</g>
<g
transform="translate(-7.8954188,-28.530371)"
id="layer2-2"
inkscape:label="Re-ink"
style="display:inline">
<path
sodipodi:nodetypes="cc"
id="path905"
d="m 15.306227,52.99312 c -0.423415,4.241926 -0.479826,2.928287 -0.565156,5.536486"
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
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"
d="m 28.94971,30.372591 c 0.955508,0.116443 2.429233,6.042953 2.71946,9.24064 0.470339,5.182141 -0.391642,12.934909 -1.638964,15.524046"
id="path831"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cac" />
<path
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 16.394717,36.578645 c -1.648817,5.874613 0.179145,15.295667 -1.702701,18.200412 -1.273861,7.360232 -11.7741761,-1.890817 -2.218802,-4.593268 0,-5.167441 -0.342243,-10.519106 0.47247,-15.449777 0.254528,-4.326971 2.647247,-4.225527 5.173549,-4.29948"
id="path856"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 29.104165,38.421279 c -0.654058,4.302781 1.087122,12.790482 1.082812,20.008717"
id="path858"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 70 85" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;">
<g id="Re-ink" transform="matrix(1,0,0,1,-300.556,-39.5066)">
<path id="path827-1" d="M315.403,44.588C312.791,56.697 312.257,77.314 312.868,87.936C313.086,91.725 321.693,88.352 323.307,91.766C326.175,97.833 311.959,120.994 319.655,121.957C333.281,123.661 354.092,122.708 365.503,121.42C368.913,121.035 366.284,107.043 368.191,96.464C370.098,85.884 369.766,44.466 362.738,41.554C355.709,38.641 356.733,47.401 345.376,44.282C337.89,42.541 316.672,38.705 315.403,44.588L315.403,44.588Z" style="fill:rgb(51,51,51);fill-rule:nonzero;stroke:black;stroke-width:2.39px;"/>
<path id="path829-0" d="M324.201,94.752L324.649,56.689" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:1.36px;"/>
<path id="path833-5" d="M360.288,67.717C360.288,67.717 359.561,80.902 360.586,86.711C361.611,92.519 367.836,105.913 367.836,105.913" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:1.36px;"/>
<path id="path829" d="M324.201,94.752L324.649,56.689" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:1.36px;"/>
<path id="path833" d="M360.288,67.717C360.288,67.717 359.561,80.902 360.586,86.711C361.611,92.519 367.836,105.913 367.836,105.913" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:1.36px;"/>
<g id="g1537" transform="matrix(0.375652,0.188155,-0.174562,0.348514,258.456,3.44775)">
<path id="path1468" d="M294.05,80.602C293.266,85.305 288.259,88.44 281.116,88.44C273.974,88.44 268.968,85.305 268.184,80.602C267.999,79.493 268.301,74.512 268.975,73.548C270.894,70.8 271.58,81.321 281.116,81.321C291.502,81.321 291.346,70.8 293.266,73.548C293.939,74.512 294.235,79.493 294.05,80.602Z" style="fill:rgb(255,172,51);fill-rule:nonzero;"/>
<path id="path1470" d="M281.116,67.437C274.118,67.437 268.445,70.875 268.445,75.116C268.445,79.357 274.118,82.796 281.116,82.796C288.114,82.796 293.788,79.357 293.788,75.116C293.788,70.875 288.114,67.437 281.116,67.437ZM281.116,77.467C278.736,77.467 276.805,76.941 276.805,76.291C276.805,75.642 278.736,75.116 281.116,75.116C283.496,75.116 285.427,75.642 285.427,76.291C285.427,76.941 283.497,77.467 281.116,77.467Z" style="fill:rgb(138,75,56);fill-rule:nonzero;"/>
<path id="path1472" d="M268.837,73.908C268.348,74.691 268.147,78.028 269.197,79.59C270.797,81.975 271.581,80.766 272.757,81.126C274.508,81.662 274.638,83.046 276.022,83.738C277.59,84.522 278.502,84.294 280.725,83.738C283.861,82.954 285.853,84.554 287.779,83.738C289.359,83.068 290.263,80.635 291.143,80.342C293.939,79.41 294.529,74.999 292.449,73.189C291.796,74.561 288.595,79.492 286.538,79.722C284.48,79.95 278.308,80.472 275.695,79.134C273.082,77.795 270.438,76.129 270.111,75.672C269.784,75.213 268.837,73.908 268.837,73.908Z" style="fill:rgb(138,75,56);fill-rule:nonzero;"/>
<path id="path1474" d="M281.116,73.352C278.302,73.352 276.022,74.273 276.022,75.409C276.022,75.851 276.369,76.259 276.955,76.594C276.861,76.497 276.805,76.396 276.805,76.291C276.805,75.642 278.736,75.116 281.116,75.116C283.496,75.116 285.427,75.642 285.427,76.291C285.427,76.396 285.372,76.497 285.277,76.594C285.863,76.259 286.211,75.851 286.211,75.409C286.212,74.273 283.931,73.352 281.117,73.352L281.116,73.352Z" style="fill:rgb(244,144,12);fill-rule:nonzero;"/>
<path id="path1476" d="M270.862,76.553C270.861,76.553 270.86,76.553 270.859,76.553C270.429,76.553 270.076,76.199 270.076,75.77C270.076,75.479 270.238,75.211 270.496,75.076L272.227,74.161C272.34,74.101 272.466,74.07 272.593,74.07C272.883,74.07 273.151,74.231 273.286,74.488C273.488,74.871 273.342,75.345 272.959,75.547L271.228,76.462C271.115,76.521 270.99,76.553 270.862,76.553L270.862,76.553ZM279.778,82.398C279.47,82.398 279.178,82.217 279.053,81.914L278.498,80.574C278.452,80.473 278.428,80.362 278.428,80.251C278.428,79.821 278.782,79.467 279.212,79.467C279.538,79.467 279.831,79.67 279.946,79.975L280.501,81.315C280.54,81.41 280.561,81.512 280.561,81.615C280.561,82.045 280.207,82.398 279.778,82.398C279.778,82.398 279.778,82.398 279.778,82.398Z" style="fill:rgb(244,171,186);fill-rule:nonzero;"/>
<path id="path1478" d="M288.661,79.263C288.661,79.263 288.661,79.263 288.661,79.263C288.231,79.263 287.878,78.91 287.878,78.48C287.878,78.34 287.915,78.201 287.987,78.081L288.836,76.644C288.978,76.407 289.234,76.261 289.509,76.261C289.939,76.261 290.293,76.615 290.293,77.045C290.293,77.185 290.256,77.321 290.185,77.442L289.336,78.878C289.19,79.125 288.929,79.263 288.661,79.263Z" style="fill:rgb(85,172,238);fill-rule:nonzero;"/>
<path id="path1480" d="M289.967,73.44C289.547,73.44 289.2,73.08 289.185,72.656C289.169,72.223 289.508,71.853 289.94,71.831L290.854,71.792C291.294,71.786 291.65,72.111 291.664,72.544C291.681,72.977 291.341,73.366 290.909,73.381L289.996,73.44L289.967,73.44ZM282.391,70.347C281.962,70.346 281.61,69.992 281.61,69.563C281.61,69.223 281.831,68.92 282.154,68.816L282.774,68.62C282.85,68.596 282.93,68.584 283.01,68.584C283.44,68.584 283.794,68.938 283.794,69.368C283.794,69.709 283.572,70.012 283.247,70.115L282.628,70.311C282.551,70.335 282.472,70.347 282.391,70.347L282.391,70.347Z" style="fill:rgb(244,171,186);fill-rule:nonzero;"/>
<path id="path1482" d="M278.046,71.621C277.928,71.621 277.809,71.594 277.696,71.538L277.108,71.244C276.859,71.106 276.703,70.843 276.703,70.557C276.703,70.127 277.057,69.773 277.487,69.773C277.598,69.773 277.708,69.796 277.809,69.842L278.397,70.136C278.661,70.269 278.828,70.541 278.828,70.836C278.828,71.266 278.476,71.62 278.046,71.621L278.046,71.621ZM284.872,81.581C284.751,81.581 284.632,81.553 284.524,81.499L283.936,81.206C283.675,81.072 283.51,80.802 283.51,80.508C283.51,80.079 283.864,79.725 284.294,79.725C284.411,79.725 284.528,79.751 284.634,79.803L285.222,80.096C285.487,80.228 285.656,80.5 285.656,80.797C285.656,81.227 285.302,81.58 284.872,81.581Z" style="fill:rgb(136,201,249);fill-rule:nonzero;"/>
<path id="path1484" d="M274.617,79.851C274.187,79.851 273.833,79.497 273.833,79.068C273.833,78.961 273.855,78.856 273.897,78.759L274.191,78.073C274.314,77.785 274.598,77.598 274.911,77.598C275.341,77.598 275.695,77.952 275.695,78.382C275.695,78.488 275.674,78.593 275.632,78.691L275.338,79.377C275.21,79.673 274.921,79.851 274.617,79.851ZM286.311,72.438C286.309,72.438 286.307,72.438 286.305,72.438C285.876,72.438 285.522,72.084 285.522,71.655C285.522,71.342 285.709,71.059 285.996,70.935L286.518,70.707C286.915,70.533 287.377,70.714 287.55,71.11C287.722,71.504 287.54,71.97 287.146,72.143L286.624,72.372C286.526,72.415 286.419,72.437 286.311,72.437L286.311,72.438ZM273.574,72.405C273.515,72.405 273.456,72.398 273.397,72.385L272.973,72.288C272.633,72.195 272.395,71.883 272.395,71.531C272.395,71.1 272.749,70.746 273.18,70.746C273.228,70.746 273.277,70.751 273.325,70.76L273.749,70.857C274.102,70.941 274.353,71.258 274.353,71.621C274.353,72.049 274.002,72.403 273.574,72.405L273.574,72.405Z" style="fill:rgb(85,172,238);fill-rule:nonzero;"/>
</g>
<g id="text1543" transform="matrix(0.894114,0.447839,-0.447839,0.894114,0,0)">
<path id="path1559" d="M325.471,-81.459L325.471,-83.039L325.079,-83.039L325.079,-83.315L325.471,-83.315L325.471,-83.483C325.471,-83.627 325.491,-83.745 325.531,-83.839C325.571,-83.935 325.623,-84.012 325.687,-84.071C325.753,-84.129 325.829,-84.171 325.915,-84.195C326.003,-84.219 326.095,-84.231 326.191,-84.231C326.287,-84.231 326.383,-84.22 326.479,-84.199C326.577,-84.177 326.669,-84.152 326.755,-84.123L326.695,-83.839C326.636,-83.868 326.563,-83.893 326.475,-83.915C326.387,-83.936 326.297,-83.947 326.207,-83.947C326.151,-83.947 326.098,-83.939 326.047,-83.923C325.999,-83.909 325.956,-83.884 325.919,-83.847C325.881,-83.812 325.852,-83.764 325.831,-83.703C325.81,-83.644 325.799,-83.569 325.799,-83.479L325.799,-83.315L326.547,-83.315L326.547,-83.039L325.799,-83.039L325.799,-81.459L325.471,-81.459Z" style="fill:rgb(0,255,0);fill-rule:nonzero;"/>
<path id="path1561" d="M328.543,-81.511C328.471,-81.492 328.375,-81.472 328.255,-81.451C328.137,-81.429 327.999,-81.419 327.839,-81.419C327.697,-81.419 327.58,-81.439 327.487,-81.479C327.393,-81.521 327.317,-81.58 327.259,-81.655C327.2,-81.732 327.159,-81.823 327.135,-81.927C327.111,-82.031 327.099,-82.145 327.099,-82.271L327.099,-83.315L327.427,-83.315L327.427,-82.343C327.427,-82.113 327.46,-81.951 327.527,-81.855C327.596,-81.759 327.711,-81.711 327.871,-81.711C327.905,-81.711 327.94,-81.712 327.975,-81.715C328.012,-81.717 328.047,-81.72 328.079,-81.723C328.111,-81.728 328.139,-81.732 328.163,-81.735C328.187,-81.74 328.203,-81.744 328.211,-81.746L328.211,-83.314L328.543,-83.314L328.543,-81.511Z" style="fill:rgb(0,255,0);fill-rule:nonzero;"/>
<path id="path1563" d="M330.179,-81.415C330.061,-81.415 329.964,-81.431 329.887,-81.463C329.809,-81.495 329.748,-81.543 329.703,-81.607C329.657,-81.671 329.625,-81.749 329.607,-81.843C329.588,-81.939 329.578,-82.049 329.578,-82.175L329.578,-83.931L329.042,-83.931L329.042,-84.211L329.906,-84.211L329.906,-82.175C329.906,-82.081 329.912,-82.005 329.923,-81.947C329.937,-81.888 329.955,-81.84 329.979,-81.803C330.006,-81.768 330.038,-81.744 330.076,-81.731C330.113,-81.717 330.157,-81.711 330.208,-81.711C330.285,-81.711 330.357,-81.72 330.424,-81.739C330.49,-81.757 330.542,-81.777 330.58,-81.799L330.627,-81.519C330.612,-81.511 330.59,-81.5 330.559,-81.487C330.53,-81.476 330.495,-81.465 330.455,-81.455C330.415,-81.444 330.371,-81.435 330.323,-81.427C330.278,-81.419 330.23,-81.415 330.179,-81.415L330.179,-81.415Z" style="fill:rgb(0,255,0);fill-rule:nonzero;"/>
<path id="path1565" d="M332.179,-81.415C332.061,-81.415 331.964,-81.431 331.887,-81.463C331.809,-81.495 331.748,-81.543 331.703,-81.607C331.657,-81.671 331.625,-81.749 331.607,-81.843C331.588,-81.939 331.578,-82.049 331.578,-82.175L331.578,-83.931L331.042,-83.931L331.042,-84.211L331.906,-84.211L331.906,-82.175C331.906,-82.081 331.912,-82.005 331.923,-81.947C331.937,-81.888 331.955,-81.84 331.979,-81.803C332.006,-81.768 332.038,-81.744 332.075,-81.731C332.113,-81.717 332.157,-81.711 332.208,-81.711C332.285,-81.711 332.357,-81.72 332.424,-81.739C332.49,-81.757 332.542,-81.777 332.579,-81.799L332.627,-81.519C332.612,-81.511 332.59,-81.5 332.559,-81.487C332.53,-81.476 332.495,-81.465 332.455,-81.455C332.415,-81.444 332.371,-81.435 332.323,-81.427C332.278,-81.419 332.23,-81.415 332.179,-81.415L332.179,-81.415Z" style="fill:rgb(0,255,0);fill-rule:nonzero;"/>
<path id="path1567" d="M334.231,-81.923C334.231,-81.989 334.203,-82.044 334.147,-82.087C334.093,-82.129 334.025,-82.167 333.943,-82.199C333.863,-82.231 333.775,-82.261 333.679,-82.291C333.583,-82.323 333.493,-82.361 333.411,-82.407C333.331,-82.452 333.263,-82.508 333.207,-82.575C333.154,-82.641 333.127,-82.728 333.127,-82.835C333.127,-82.984 333.187,-83.108 333.307,-83.207C333.43,-83.308 333.62,-83.359 333.879,-83.359C333.98,-83.359 334.084,-83.351 334.191,-83.335C334.3,-83.321 334.394,-83.303 334.471,-83.279L334.411,-82.983C334.389,-82.993 334.36,-83.004 334.323,-83.015C334.286,-83.028 334.243,-83.039 334.195,-83.047C334.147,-83.057 334.095,-83.065 334.039,-83.071C333.986,-83.076 333.934,-83.079 333.883,-83.079C333.595,-83.079 333.451,-83 333.451,-82.843C333.451,-82.787 333.478,-82.739 333.531,-82.699C333.587,-82.661 333.656,-82.627 333.739,-82.595C333.822,-82.563 333.911,-82.529 334.007,-82.495C334.103,-82.463 334.192,-82.423 334.275,-82.375C334.358,-82.327 334.426,-82.268 334.479,-82.199C334.535,-82.132 334.563,-82.047 334.563,-81.943C334.563,-81.775 334.497,-81.644 334.367,-81.551C334.236,-81.46 334.03,-81.415 333.747,-81.415C333.619,-81.415 333.502,-81.425 333.395,-81.447C333.288,-81.468 333.187,-81.5 333.091,-81.543L333.155,-81.843C333.248,-81.8 333.346,-81.764 333.447,-81.735C333.551,-81.708 333.662,-81.695 333.779,-81.695C334.08,-81.695 334.231,-81.771 334.231,-81.923L334.231,-81.923Z" style="fill:rgb(0,255,0);fill-rule:nonzero;"/>
<path id="path1569" d="M335.111,-83.263C335.231,-83.292 335.349,-83.315 335.467,-83.331C335.587,-83.347 335.699,-83.355 335.803,-83.355C336.051,-83.355 336.237,-83.291 336.363,-83.163C336.491,-83.035 336.555,-82.829 336.555,-82.547L336.555,-81.459L336.227,-81.459L336.227,-82.487C336.227,-82.607 336.216,-82.704 336.195,-82.779C336.173,-82.853 336.142,-82.911 336.102,-82.951C336.065,-82.994 336.018,-83.023 335.962,-83.039C335.909,-83.055 335.85,-83.063 335.786,-83.063C335.733,-83.063 335.676,-83.059 335.614,-83.051C335.556,-83.046 335.498,-83.038 335.442,-83.027L335.442,-81.459L335.11,-81.459L335.111,-83.263Z" style="fill:rgb(0,255,0);fill-rule:nonzero;"/>
<path id="path1571" d="M337.847,-81.695C337.929,-81.695 338.003,-81.697 338.067,-81.703C338.133,-81.708 338.188,-81.715 338.231,-81.723L338.231,-82.275C338.188,-82.288 338.136,-82.299 338.075,-82.307C338.016,-82.315 337.953,-82.319 337.887,-82.319C337.825,-82.319 337.765,-82.313 337.707,-82.303C337.648,-82.295 337.596,-82.279 337.551,-82.255C337.505,-82.231 337.468,-82.199 337.439,-82.159C337.409,-82.121 337.395,-82.073 337.395,-82.015C337.395,-81.895 337.435,-81.811 337.515,-81.763C337.598,-81.717 337.708,-81.695 337.847,-81.695L337.847,-81.695ZM337.815,-83.359C337.953,-83.359 338.069,-83.341 338.163,-83.307C338.259,-83.272 338.336,-83.224 338.395,-83.163C338.453,-83.101 338.495,-83.027 338.519,-82.939C338.543,-82.851 338.555,-82.755 338.555,-82.651L338.555,-81.491C338.477,-81.477 338.375,-81.461 338.247,-81.443C338.121,-81.424 337.992,-81.415 337.859,-81.415C337.757,-81.415 337.659,-81.424 337.563,-81.443C337.467,-81.459 337.381,-81.488 337.307,-81.531C337.232,-81.576 337.172,-81.637 337.127,-81.715C337.081,-81.792 337.059,-81.891 337.059,-82.011C337.059,-82.117 337.081,-82.207 337.127,-82.279C337.175,-82.353 337.235,-82.413 337.307,-82.459C337.381,-82.504 337.465,-82.536 337.559,-82.555C337.655,-82.576 337.751,-82.587 337.847,-82.587C337.977,-82.587 338.105,-82.572 338.231,-82.543L338.231,-82.635C338.231,-82.691 338.224,-82.744 338.211,-82.795C338.2,-82.848 338.177,-82.896 338.143,-82.939C338.111,-82.981 338.066,-83.015 338.007,-83.039C337.951,-83.065 337.878,-83.079 337.787,-83.079C337.672,-83.079 337.572,-83.071 337.487,-83.055C337.401,-83.039 337.336,-83.023 337.291,-83.007L337.251,-83.279C337.296,-83.3 337.371,-83.319 337.475,-83.335C337.581,-83.351 337.695,-83.359 337.815,-83.359L337.815,-83.359Z" style="fill:rgb(0,255,0);fill-rule:nonzero;"/>
<path id="path1573" d="M339.023,-82.383C339.023,-82.551 339.049,-82.696 339.103,-82.819C339.156,-82.941 339.229,-83.043 339.323,-83.123C339.416,-83.203 339.524,-83.261 339.647,-83.299C339.772,-83.339 339.905,-83.359 340.047,-83.359C340.137,-83.359 340.227,-83.352 340.314,-83.339C340.405,-83.328 340.501,-83.307 340.602,-83.275L340.527,-82.991C340.438,-83.023 340.357,-83.043 340.282,-83.051C340.21,-83.061 340.137,-83.066 340.062,-83.066C339.966,-83.066 339.876,-83.053 339.79,-83.026C339.705,-83.002 339.63,-82.962 339.566,-82.906C339.505,-82.853 339.456,-82.783 339.418,-82.694C339.381,-82.609 339.363,-82.505 339.363,-82.382C339.363,-82.265 339.38,-82.164 339.414,-82.078C339.449,-81.996 339.497,-81.927 339.558,-81.87C339.623,-81.817 339.699,-81.777 339.786,-81.75C339.874,-81.724 339.972,-81.711 340.078,-81.711C340.164,-81.711 340.245,-81.714 340.322,-81.722C340.402,-81.733 340.489,-81.754 340.582,-81.786L340.63,-81.51C340.537,-81.476 340.442,-81.452 340.346,-81.438C340.25,-81.422 340.146,-81.414 340.034,-81.414C339.885,-81.414 339.748,-81.434 339.622,-81.474C339.5,-81.517 339.393,-81.578 339.302,-81.658C339.214,-81.738 339.145,-81.838 339.094,-81.958C339.046,-82.081 339.022,-82.222 339.022,-82.382L339.023,-82.383Z" style="fill:rgb(0,255,0);fill-rule:nonzero;"/>
<path id="path1575" d="M341.779,-82.479C341.851,-82.425 341.932,-82.357 342.023,-82.275C342.113,-82.195 342.203,-82.108 342.291,-82.015C342.381,-81.921 342.467,-81.825 342.547,-81.727C342.627,-81.631 342.69,-81.541 342.738,-81.459L342.346,-81.459C342.296,-81.541 342.233,-81.625 342.159,-81.711C342.084,-81.799 342.004,-81.883 341.918,-81.963C341.836,-82.043 341.752,-82.116 341.666,-82.183C341.584,-82.249 341.509,-82.305 341.443,-82.351L341.443,-81.459L341.111,-81.459L341.111,-84.175L341.443,-84.231L341.443,-82.539C341.589,-82.667 341.736,-82.793 341.883,-82.919C342.029,-83.047 342.161,-83.179 342.279,-83.315L342.667,-83.315C342.552,-83.179 342.413,-83.039 342.251,-82.895C342.09,-82.751 341.933,-82.612 341.779,-82.479L341.779,-82.479Z" style="fill:rgb(0,255,0);fill-rule:nonzero;"/>
<path id="path1577" d="M344.363,-84.023C344.115,-83.831 343.925,-83.609 343.795,-83.359C343.664,-83.108 343.599,-82.835 343.599,-82.539C343.599,-82.389 343.613,-82.248 343.643,-82.115C343.675,-81.981 343.721,-81.853 343.783,-81.731C343.847,-81.608 343.927,-81.489 344.023,-81.375C344.122,-81.26 344.238,-81.145 344.371,-81.031L344.191,-80.791C343.884,-81.017 343.655,-81.28 343.503,-81.579C343.354,-81.88 343.279,-82.197 343.279,-82.531C343.279,-82.861 343.355,-83.177 343.507,-83.479C343.659,-83.78 343.887,-84.041 344.191,-84.263L344.367,-84.023L344.363,-84.023Z" style="fill:rgb(0,255,0);fill-rule:nonzero;"/>
<path id="path1579" d="M357.287,-81.031C357.535,-81.223 357.724,-81.444 357.855,-81.695C357.988,-81.945 358.055,-82.219 358.055,-82.515C358.055,-82.664 358.039,-82.805 358.007,-82.939C357.978,-83.072 357.931,-83.2 357.867,-83.323C357.803,-83.445 357.721,-83.564 357.623,-83.679C357.527,-83.793 357.412,-83.908 357.279,-84.023L357.459,-84.263C357.765,-84.036 357.993,-83.772 358.143,-83.471C358.295,-83.172 358.371,-82.856 358.371,-82.523C358.371,-82.357 358.351,-82.195 358.311,-82.035C358.273,-81.875 358.216,-81.72 358.139,-81.571C358.064,-81.424 357.969,-81.285 357.855,-81.155C357.742,-81.021 357.61,-80.9 357.459,-80.791L357.283,-81.031L357.287,-81.031Z" style="fill:rgb(0,255,0);fill-rule:nonzero;"/>
</g>
</g>
</g>
<g
sodipodi:insensitive="true"
style="display:inline"
transform="translate(-106.0295,-13.937037)"
inkscape:label="Re-ink"
id="layer2"
inkscape:groupmode="layer">
<path
sodipodi:nodetypes="csssszzcsc"
inkscape:connector-curvature="0"
id="path827-1"
d="m 111.2673,15.729671 c -0.92152,4.271598 -1.10981,11.545021 -0.89428,15.292256 0.0769,1.336512 3.11298,0.146572 3.68236,1.350904 1.01203,2.140575 -4.00328,10.311165 -1.2883,10.650772 4.80707,0.601296 12.1488,0.265189 16.17434,-0.189436 1.20285,-0.135844 0.2755,-5.071641 0.94819,-8.803929 0.67269,-3.732287 0.55569,-18.343536 -1.92387,-19.371054 -2.47958,-1.027521 -2.11828,2.062706 -6.12475,0.962401 -2.64074,-0.614126 -10.12597,-1.967194 -10.57366,0.108076 z"
style="display:inline;opacity:1;fill:#333333;fill-opacity:1;stroke:#000000;stroke-width:0.844482px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path829-0"
d="M 114.37102,33.426539 114.5288,19.998533"
style="display:inline;fill:none;stroke:#000000;stroke-width:0.478761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="czc"
inkscape:connector-curvature="0"
id="path833-5"
d="m 127.1015,23.889142 c 0,0 -0.25634,4.651306 0.1052,6.700494 0.36149,2.049185 2.55769,6.774269 2.55769,6.774269"
style="display:inline;fill:none;stroke:#000000;stroke-width:0.478761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path829"
d="M 114.37102,33.426539 114.5288,19.998533"
style="fill:none;stroke:#000000;stroke-width:0.478761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="czc"
inkscape:connector-curvature="0"
id="path833"
d="m 127.1015,23.889142 c 0,0 -0.25634,4.651306 0.1052,6.700494 0.36149,2.049185 2.55769,6.774269 2.55769,6.774269"
style="fill:none;stroke:#000000;stroke-width:0.478761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<g
id="g1537"
transform="matrix(0.37565234,0.1881546,-0.17456175,0.34851411,91.177397,1.2162896)">
<path
style="stroke-width:0.264583"
id="path1468"
d="m 103.73439,28.434599 c -0.27675,1.658937 -2.04311,2.76516 -4.562738,2.76516 -2.519627,0 -4.285721,-1.106223 -4.562211,-2.76516 -0.06535,-0.391319 0.04127,-2.148417 0.278871,-2.488671 0.677069,-0.969433 0.919163,2.742406 4.28334,2.742406 3.663688,0 3.608918,-3.711575 4.285988,-2.742406 0.23759,0.340254 0.34184,2.097352 0.27675,2.488671 z"
fill="#ffac33" />
<path
style="stroke-width:0.264583"
id="path1470"
d="m 99.171652,23.790103 c -2.468827,0 -4.470136,1.21285 -4.470136,2.709069 0,1.496219 2.001309,2.709333 4.470136,2.709333 2.468558,0 4.470138,-1.213114 4.470138,-2.709333 0,-1.496219 -2.00158,-2.709069 -4.470138,-2.709069 z m 0,3.538538 c -0.839788,0 -1.520825,-0.185738 -1.520825,-0.414867 0,-0.229129 0.681037,-0.414602 1.520825,-0.414602 0.839518,0 1.520558,0.185473 1.520558,0.414602 2.7e-4,0.229129 -0.68077,0.414867 -1.520558,0.414867 z"
fill="#8a4b38" />
<path
style="stroke-width:0.264583"
id="path1472"
d="m 94.839893,26.072928 c -0.172773,0.27649 -0.243416,1.453621 0.126736,2.004748 0.564621,0.841375 0.84111,0.414602 1.255977,0.541602 0.617802,0.189177 0.663575,0.677333 1.151996,0.921544 0.552979,0.276489 0.874712,0.196056 1.658937,0 1.106221,-0.27649 1.808961,0.287866 2.488411,0 0.55747,-0.236273 0.8763,-1.094581 1.18692,-1.198034 0.98636,-0.328612 1.19459,-1.884891 0.46064,-2.523331 -0.23019,0.483923 -1.35943,2.223559 -2.08519,2.304521 -0.72601,0.0807 -2.903533,0.264583 -3.825077,-0.207433 -0.921808,-0.472282 -1.854729,-1.059921 -1.970087,-1.221317 -0.115359,-0.16166 -0.449263,-0.6223 -0.449263,-0.6223 z"
fill="#8a4b38" />
<path
style="stroke-width:0.264583"
id="path1474"
d="m 99.171652,25.876872 c -0.992717,0 -1.797315,0.324908 -1.797315,0.725752 0,0.155839 0.122502,0.299773 0.329406,0.418042 -0.03334,-0.03413 -0.05292,-0.06985 -0.05292,-0.106892 0,-0.229129 0.681037,-0.414602 1.520825,-0.414602 0.839522,0 1.520562,0.185473 1.520562,0.414602 0,0.03704 -0.0193,0.0725 -0.0529,0.106892 0.2069,-0.118269 0.32967,-0.262203 0.32967,-0.418042 2.6e-4,-0.400844 -0.8046,-0.725752 -1.797322,-0.725752 z"
fill="#f4900c" />
<path
style="stroke-width:0.264583"
id="path1476"
d="m 95.554268,27.006113 a 0.276225,0.276225 0 0 1 -0.129381,-0.520964 l 0.610658,-0.322792 a 0.27596041,0.27596041 0 0 1 0.373592,0.115359 c 0.07144,0.134937 0.01984,0.302418 -0.115358,0.373591 l -0.610659,0.322792 a 0.27648958,0.27648958 0 0 1 -0.128852,0.03201 z m 3.145102,2.062163 c -0.108479,0 -0.211402,-0.06403 -0.255587,-0.170921 l -0.195792,-0.472546 a 0.27648958,0.27648958 0 1 1 0.510646,-0.211402 l 0.195792,0.472546 a 0.276225,0.276225 0 0 1 -0.255059,0.382323 z"
fill="#f4abba" />
<path
style="stroke-width:0.264583"
id="path1478"
d="m 101.8331,27.962318 a 0.276225,0.276225 0 0 1 -0.2376,-0.417248 l 0.29951,-0.506942 a 0.27650215,0.27650215 0 0 1 0.47598,0.281517 l -0.29951,0.506677 c -0.0516,0.08731 -0.14366,0.135996 -0.23838,0.135996 z"
fill="#55acee" />
<path
style="stroke-width:0.264583"
id="path1480"
d="m 102.294,25.908093 c -0.14817,0 -0.27067,-0.127265 -0.27596,-0.276755 a 0.2809875,0.2809875 0 0 1 0.26643,-0.291041 l 0.32227,-0.01376 c 0.15531,-0.0019 0.28098,0.112713 0.28601,0.265378 0.006,0.152664 -0.11403,0.289983 -0.26643,0.295275 l -0.32227,0.0209 z m -2.672557,-1.091142 a 0.27675416,0.27675416 0 0 1 -0.08361,-0.540279 l 0.218546,-0.06906 a 0.27668249,0.27668249 0 0 1 0.166952,0.527579 l -0.218546,0.06906 a 0.27728333,0.27728333 0 0 1 -0.08334,0.0127 z"
fill="#f4abba" />
<path
style="stroke-width:0.264583"
id="path1482"
d="m 98.088447,25.266213 c -0.04154,0 -0.08361,-0.0095 -0.123295,-0.0291 l -0.207434,-0.103716 a 0.27675416,0.27675416 0 0 1 0.247121,-0.494771 l 0.207433,0.103716 a 0.27675416,0.27675416 0 0 1 -0.123825,0.523875 z m 2.408233,3.513667 a 0.2778125,0.2778125 0 0 1 -0.12303,-0.02884 l -0.20743,-0.103453 a 0.27648958,0.27648958 0 0 1 0.24633,-0.495035 l 0.20743,0.103452 a 0.27648958,0.27648958 0 0 1 -0.1233,0.523876 z"
fill="#88c9f9" />
<path
style="stroke-width:0.264583"
id="path1484"
d="m 96.878772,28.169751 a 0.27648958,0.27648958 0 0 1 -0.254,-0.385498 l 0.103717,-0.241829 a 0.27652519,0.27652519 0 1 1 0.508265,0.218017 l -0.103717,0.241829 c -0.04498,0.10451 -0.146844,0.167481 -0.254265,0.167481 z m 4.125388,-2.615406 a 0.276225,0.276225 0 0 1 -0.11113,-0.529961 l 0.18415,-0.0807 c 0.14023,-0.06138 0.30321,0.0026 0.36407,0.142346 a 0.27701875,0.27701875 0 0 1 -0.14235,0.364331 l -0.18415,0.0807 a 0.27516666,0.27516666 0 0 1 -0.11059,0.02328 z m -4.493423,-0.01138 c -0.02064,0 -0.04154,-0.0024 -0.06218,-0.0071 l -0.149754,-0.0344 a 0.27675416,0.27675416 0 0 1 0.124089,-0.538956 l 0.149755,0.0344 a 0.27675416,0.27675416 0 0 1 -0.06191,0.5461 z"
fill="#55acee" />
</g>
<g
style="font-style:normal;font-weight:normal;font-size:2.11667px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583"
id="text1543"
transform="rotate(26.605111)"
aria-label="fullsnack( )">
<path
id="path1559"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.41111px;font-family:'Ubuntu Mono';-inkscape-font-specification:'Ubuntu Mono';text-align:center;text-anchor:middle;fill:#00ff00;stroke-width:0.264583"
d="m 114.81883,-28.736828 v -0.557388 h -0.13829 v -0.09737 h 0.13829 v -0.05927 q 0,-0.0762 0.0212,-0.125588 0.0212,-0.0508 0.055,-0.08185 0.0353,-0.03104 0.0804,-0.04374 0.0466,-0.0127 0.0974,-0.0127 0.0508,0 0.1016,0.01129 0.0522,0.01129 0.0974,0.02681 l -0.0212,0.100189 q -0.031,-0.01552 -0.0776,-0.02681 -0.0466,-0.01129 -0.0945,-0.01129 -0.0296,0 -0.0564,0.0085 -0.0254,0.0071 -0.0452,0.02681 -0.0198,0.01835 -0.031,0.0508 -0.0113,0.03104 -0.0113,0.07902 v 0.05785 h 0.26388 v 0.09737 h -0.26388 v 0.557388 z" />
<path
id="path1561"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.41111px;font-family:'Ubuntu Mono';-inkscape-font-specification:'Ubuntu Mono';text-align:center;text-anchor:middle;fill:#00ff00;stroke-width:0.264583"
d="m 115.90256,-28.755172 q -0.0381,0.0099 -0.1016,0.02117 -0.0621,0.01129 -0.14675,0.01129 -0.0748,0 -0.12418,-0.02117 -0.0494,-0.02258 -0.0804,-0.06209 -0.0311,-0.04092 -0.0438,-0.09596 -0.0127,-0.05503 -0.0127,-0.121355 v -0.3683 h 0.11571 v 0.3429 q 0,0.121355 0.0353,0.172155 0.0367,0.0508 0.12136,0.0508 0.0183,0 0.0367,-0.0014 0.0198,-0.0014 0.0367,-0.0028 0.0169,-0.0028 0.0296,-0.0042 0.0127,-0.0028 0.0169,-0.0042 v -0.553155 h 0.11712 z" />
<path
id="path1563"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.41111px;font-family:'Ubuntu Mono';-inkscape-font-specification:'Ubuntu Mono';text-align:center;text-anchor:middle;fill:#00ff00;stroke-width:0.264583"
d="m 116.47971,-28.721306 q -0.0621,0 -0.10301,-0.01693 -0.0409,-0.01693 -0.0649,-0.0508 -0.024,-0.03387 -0.0339,-0.08326 -0.01,-0.0508 -0.01,-0.117123 v -0.619477 h -0.18909 v -0.09878 h 0.3048 v 0.718255 q 0,0.04939 0.006,0.08043 0.007,0.03104 0.0198,0.0508 0.0141,0.01834 0.0339,0.0254 0.0198,0.0071 0.0466,0.0071 0.0409,0 0.0762,-0.0099 0.0353,-0.0099 0.055,-0.02117 l 0.0169,0.09878 q -0.008,0.0042 -0.024,0.01129 -0.0155,0.0056 -0.0367,0.01129 -0.0212,0.0056 -0.0466,0.0099 -0.024,0.0042 -0.0508,0.0042 z" />
<path
id="path1565"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.41111px;font-family:'Ubuntu Mono';-inkscape-font-specification:'Ubuntu Mono';text-align:center;text-anchor:middle;fill:#00ff00;stroke-width:0.264583"
d="m 117.18526,-28.721306 q -0.0621,0 -0.10301,-0.01693 -0.0409,-0.01693 -0.0649,-0.0508 -0.024,-0.03387 -0.0339,-0.08326 -0.01,-0.0508 -0.01,-0.117123 v -0.619477 h -0.18909 v -0.09878 h 0.3048 v 0.718255 q 0,0.04939 0.006,0.08043 0.007,0.03104 0.0198,0.0508 0.0141,0.01834 0.0339,0.0254 0.0198,0.0071 0.0466,0.0071 0.0409,0 0.0762,-0.0099 0.0353,-0.0099 0.055,-0.02117 l 0.0169,0.09878 q -0.008,0.0042 -0.024,0.01129 -0.0155,0.0056 -0.0367,0.01129 -0.0212,0.0056 -0.0466,0.0099 -0.024,0.0042 -0.0508,0.0042 z" />
<path
id="path1567"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.41111px;font-family:'Ubuntu Mono';-inkscape-font-specification:'Ubuntu Mono';text-align:center;text-anchor:middle;fill:#00ff00;stroke-width:0.264583"
d="m 117.90916,-28.900517 q 0,-0.03528 -0.0296,-0.05785 -0.0282,-0.02258 -0.072,-0.03951 -0.0423,-0.01693 -0.0931,-0.03246 -0.0508,-0.01693 -0.0945,-0.04092 -0.0423,-0.02399 -0.072,-0.05927 -0.0282,-0.03528 -0.0282,-0.09172 0,-0.07902 0.0635,-0.131233 0.0649,-0.05362 0.20178,-0.05362 0.0536,0 0.11007,0.0085 0.0579,0.0071 0.0988,0.01975 l -0.0212,0.104422 q -0.0113,-0.0056 -0.031,-0.01129 -0.0198,-0.0071 -0.0452,-0.01129 -0.0254,-0.0056 -0.055,-0.0085 -0.0282,-0.0028 -0.055,-0.0028 -0.1524,0 -0.1524,0.08325 0,0.02963 0.0282,0.0508 0.0296,0.01976 0.0734,0.03669 0.0437,0.01693 0.0945,0.03528 0.0508,0.01693 0.0945,0.04233 0.0438,0.0254 0.072,0.06209 0.0296,0.03528 0.0296,0.09031 0,0.0889 -0.0691,0.138289 -0.0691,0.04798 -0.21872,0.04798 -0.0677,0 -0.12418,-0.01129 -0.0564,-0.01129 -0.10724,-0.03387 l 0.0226,-0.105833 q 0.0494,0.02258 0.10301,0.0381 0.055,0.01411 0.11713,0.01411 0.15945,0 0.15945,-0.08043 z" />
<path
id="path1569"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.41111px;font-family:'Ubuntu Mono';-inkscape-font-specification:'Ubuntu Mono';text-align:center;text-anchor:middle;fill:#00ff00;stroke-width:0.264583"
d="m 118.21961,-29.373238 q 0.0635,-0.01552 0.12558,-0.02399 0.0635,-0.0085 0.11854,-0.0085 0.13123,0 0.19755,0.06773 0.0677,0.06773 0.0677,0.217311 v 0.383822 h -0.11571 v -0.362655 q 0,-0.0635 -0.0113,-0.103011 -0.0113,-0.03951 -0.0325,-0.06068 -0.0198,-0.02258 -0.0494,-0.03104 -0.0282,-0.0085 -0.0621,-0.0085 -0.0282,0 -0.0607,0.0042 -0.031,0.0028 -0.0607,0.0085 v 0.553155 h -0.11712 z" />
<path
id="path1571"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.41111px;font-family:'Ubuntu Mono';-inkscape-font-specification:'Ubuntu Mono';text-align:center;text-anchor:middle;fill:#00ff00;stroke-width:0.264583"
d="m 119.18481,-28.820083 q 0.0437,0 0.0776,-0.0028 0.0353,-0.0028 0.0578,-0.0071 v -0.194733 q -0.0226,-0.0071 -0.055,-0.01129 -0.0311,-0.0042 -0.0663,-0.0042 -0.0325,0 -0.0635,0.0056 -0.031,0.0042 -0.055,0.01693 -0.024,0.0127 -0.0395,0.03387 -0.0155,0.01975 -0.0155,0.0508 0,0.0635 0.0423,0.0889 0.0438,0.02399 0.11713,0.02399 z m -0.0113,-0.587022 q 0.0734,0 0.12276,0.01834 0.0508,0.01835 0.0819,0.0508 0.031,0.03246 0.0437,0.07902 0.0127,0.04657 0.0127,0.1016 v 0.409222 q -0.0409,0.0071 -0.10865,0.01693 -0.0663,0.0099 -0.13688,0.0099 -0.0536,0 -0.10442,-0.0099 -0.0508,-0.0085 -0.0903,-0.03104 -0.0395,-0.02399 -0.0635,-0.06491 -0.024,-0.04092 -0.024,-0.104422 0,-0.05644 0.024,-0.09454 0.0254,-0.03951 0.0635,-0.0635 0.0395,-0.02399 0.0889,-0.03387 0.0508,-0.01129 0.1016,-0.01129 0.0691,0 0.13546,0.01552 v -0.03245 q 0,-0.02963 -0.007,-0.05645 -0.006,-0.02822 -0.024,-0.0508 -0.0169,-0.02258 -0.048,-0.03528 -0.0296,-0.01411 -0.0776,-0.01411 -0.0607,0 -0.10583,0.0085 -0.0452,0.0085 -0.0692,0.01693 l -0.0141,-0.09596 q 0.024,-0.01129 0.079,-0.01975 0.0565,-0.0085 0.11995,-0.0085 z" />
<path
id="path1573"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.41111px;font-family:'Ubuntu Mono';-inkscape-font-specification:'Ubuntu Mono';text-align:center;text-anchor:middle;fill:#00ff00;stroke-width:0.264583"
d="m 119.59967,-29.062794 q 0,-0.0889 0.0282,-0.153811 0.0282,-0.06491 0.0776,-0.107245 0.0494,-0.04233 0.1143,-0.06209 0.0663,-0.02117 0.14112,-0.02117 0.048,0 0.0945,0.0071 0.048,0.0056 0.1016,0.02258 l -0.0268,0.100189 q -0.0466,-0.01693 -0.0861,-0.02117 -0.0381,-0.0056 -0.0776,-0.0056 -0.0508,0 -0.096,0.01411 -0.0451,0.0127 -0.079,0.04233 -0.0324,0.02822 -0.0522,0.07479 -0.0197,0.04516 -0.0197,0.110067 0,0.06209 0.0183,0.107244 0.0183,0.04374 0.0508,0.07338 0.0339,0.02822 0.0804,0.04233 0.0466,0.01411 0.10301,0.01411 0.0452,0 0.0861,-0.0042 0.0423,-0.0056 0.0917,-0.02258 l 0.0169,0.09737 q -0.0494,0.01834 -0.10019,0.0254 -0.0508,0.0085 -0.11007,0.0085 -0.079,0 -0.14534,-0.02117 -0.0649,-0.02258 -0.11289,-0.06491 -0.0466,-0.04233 -0.0734,-0.105834 -0.0254,-0.06491 -0.0254,-0.149577 z" />
<path
id="path1575"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.41111px;font-family:'Ubuntu Mono';-inkscape-font-specification:'Ubuntu Mono';text-align:center;text-anchor:middle;fill:#00ff00;stroke-width:0.264583"
d="m 120.57193,-29.096661 q 0.0381,0.02822 0.0861,0.07197 0.048,0.04233 0.0945,0.09172 0.048,0.04939 0.0903,0.1016 0.0423,0.0508 0.0677,0.09454 h -0.13829 q -0.0268,-0.04374 -0.0663,-0.0889 -0.0395,-0.04657 -0.0847,-0.0889 -0.0438,-0.04233 -0.0889,-0.07761 -0.0438,-0.03528 -0.079,-0.05927 v 0.314677 h -0.11712 v -0.958144 l 0.11712,-0.01975 v 0.596899 q 0.0776,-0.06773 0.15523,-0.134055 0.0776,-0.06773 0.13969,-0.1397 h 0.13688 q -0.0607,0.07197 -0.14675,0.148167 -0.0847,0.0762 -0.16651,0.146755 z" />
<path
id="path1577"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.41111px;font-family:'Ubuntu Mono';-inkscape-font-specification:'Ubuntu Mono';text-align:center;text-anchor:middle;fill:#00ff00;stroke-width:0.264583"
d="m 121.4835,-29.641349 q -0.13123,0.1016 -0.20037,0.234244 -0.0691,0.132644 -0.0691,0.289277 0,0.07902 0.0155,0.149578 0.0169,0.07056 0.0494,0.135467 0.0339,0.06491 0.0847,0.125588 0.0522,0.06068 0.12277,0.121356 l -0.0635,0.08467 q -0.16228,-0.119945 -0.24272,-0.277989 -0.079,-0.159456 -0.079,-0.335844 0,-0.174978 0.0804,-0.334433 0.0804,-0.159456 0.2413,-0.276578 l 0.0621,0.08467 z" />
<path
id="path1579"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.41111px;font-family:'Ubuntu Mono';-inkscape-font-specification:'Ubuntu Mono';text-align:center;text-anchor:middle;fill:#00ff00;stroke-width:0.264583"
d="m 126.0428,-28.585839 q 0.13123,-0.1016 0.20038,-0.234244 0.0706,-0.132645 0.0706,-0.289278 0,-0.07902 -0.0169,-0.149578 -0.0155,-0.07055 -0.0494,-0.135466 -0.0339,-0.06491 -0.0861,-0.125589 -0.0508,-0.06068 -0.12135,-0.121355 l 0.0635,-0.08467 q 0.16228,0.119944 0.2413,0.2794 0.0804,0.158044 0.0804,0.334433 0,0.08749 -0.0212,0.172155 -0.0198,0.08467 -0.0607,0.163689 -0.0395,0.07761 -0.10019,0.146756 -0.0593,0.07055 -0.1397,0.128411 l -0.0621,-0.08467 z" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 18 KiB

BIN
sprites/clothes/jeans.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bl8w5mjjo4i73"
path="res://.godot/imported/jeans.png-cb872dec1c87d219bb56d373215c361d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/clothes/jeans.png"
dest_files=["res://.godot/imported/jeans.png-cb872dec1c87d219bb56d373215c361d.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -1,19 +1,91 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 84 98" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;">
<g id="Re-ink" transform="matrix(1,0,0,1,-98.8467,-1.35641)">
<g id="path2567-7" transform="matrix(0.264583,0,0,0.264583,98.8336,0.906042)">
<g id="Color">
<path id="path2567-71" serif:id="path2567-7" d="M277.28,6.976C276.985,6.982 276.684,7.031 276.378,7.125C226.632,22.399 142.912,20.515 109.339,25.766C101.245,27.032 66.183,210.31 7.718,294.139C-14.028,325.319 116.454,311.74 119.969,295.29C133.79,230.597 197.412,149.699 197.412,149.699C197.412,149.699 200.846,240.307 193.365,282.695C187.419,316.381 296.324,303.79 295.611,269.596C293.7,177.927 295.916,6.565 277.28,6.976Z" style="fill:rgb(0,102,255);fill-rule:nonzero;"/>
<svg
width="79.618164"
height="83.75"
viewBox="0 0 79.618164 83.75"
version="1.1"
xml:space="preserve"
style="clip-rule:evenodd;fill-rule:evenodd"
id="svg1"
sodipodi:docname="jeans.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:serif="http://www.serif.com/"><defs
id="defs1" /><sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="8.0952381"
inkscape:cx="42"
inkscape:cy="48.979412"
inkscape:window-width="1392"
inkscape:window-height="1184"
inkscape:window-x="559"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="Re-ink" />
<g
id="Re-ink"
transform="translate(-98.845395,-1.35578)">
<g
id="path2567-7"
transform="matrix(0.264583,0,0,0.264583,98.8336,0.906042)">
<g
id="Color">
<path
id="path2567-71"
serif:id="path2567-7"
d="m 277.28,6.976 c -0.295,0.006 -0.596,0.055 -0.902,0.149 -49.746,15.274 -133.466,13.39 -167.039,18.641 -8.094,1.266 -43.156,184.544 -101.621,268.373 -21.746,31.18 108.736,17.601 112.251,1.151 27.36062,-57.22287 77.443,-145.591 77.443,-145.591 0,0 3.434,90.608 -4.047,132.996 -5.946,33.686 102.959,21.095 102.246,-13.099 C 293.7,177.927 295.916,6.565 277.28,6.976 Z"
style="fill:#0066ff;fill-rule:nonzero"
sodipodi:nodetypes="ccccccccc" />
</g>
</g>
<g id="Re-ink1" serif:id="Re-ink" transform="matrix(1,0,0,1,98.8336,0.906042)">
<path id="path2567-5" d="M2.041,77.824C17.51,55.644 26.787,7.152 28.929,6.817C37.812,5.428 59.963,5.927 73.125,1.886C78.314,0.293 77.701,46.692 78.214,71.331C78.403,80.378 49.588,83.709 51.161,74.797C53.14,63.582 52.232,39.607 52.232,39.607C52.232,39.607 35.398,61.012 31.741,78.129C30.811,82.481 -3.712,86.074 2.041,77.824Z" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:2.83px;"/>
<path id="path2571-1" d="M52.232,39.607C52.232,39.607 56.817,32.825 55.831,27.544C54.845,22.264 53.973,8.126 53.973,8.126" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:1.42px;"/>
<path id="path2573-1" d="M55.831,27.544L58.112,7.723" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:1.42px;"/>
<path id="path2569-1" d="M23.45,24.509C23.45,24.509 31.275,27.326 33.677,24.325C36.078,21.324 36.162,9.455 36.162,9.455L27.267,10.647L23.45,24.509Z" style="fill:rgb(103,103,103);fill-rule:nonzero;stroke:black;stroke-width:1.7px;"/>
<path id="path2583-3" d="M27.267,10.647C27.267,10.647 28.272,7.881 29.452,7.86C41.832,7.638 60.139,5.237 73.299,3.125C74.347,2.956 74.626,6.019 73.963,6.209C63.946,9.071 27.267,10.647 27.267,10.647Z" style="fill:rgb(212,212,212);fill-rule:nonzero;"/>
<path id="path2579-3" d="M27.267,10.647L53.856,9.307L74.626,6.019" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:1.42px;"/>
<g
id="Re-ink1"
serif:id="Re-ink"
transform="translate(98.8336,0.906042)">
<path
id="path2567-5"
d="M 2.041,77.824 C 17.51,55.644 26.787,7.152 28.929,6.817 37.812,5.428 59.963,5.927 73.125,1.886 c 5.189,-1.593 4.576,44.806 5.089,69.445 0.189,9.047 -28.626,12.378 -27.053,3.466 1.979,-11.215 1.071,-35.19 1.071,-35.19 0,0 -13.745765,23.010882 -20.491,38.522 -0.93,4.352 -35.453,7.945 -29.7,-0.305 z"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:2.83px"
sodipodi:nodetypes="cccccccc" />
<path
id="path2571-1"
d="m 52.232,39.607 c 0,0 4.585,-6.782 3.599,-12.063 C 54.845,22.264 53.973,8.126 53.973,8.126"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:1.42px" />
<path
id="path2573-1"
d="M 55.831,27.544 58.112,7.723"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:1.42px" />
<path
id="path2569-1"
d="m 23.45,24.509 c 0,0 7.825,2.817 10.227,-0.184 2.401,-3.001 2.485,-14.87 2.485,-14.87 l -8.895,1.192 z"
style="fill:#676767;fill-rule:nonzero;stroke:#000000;stroke-width:1.7px" />
<path
id="path2583-3"
d="m 27.267,10.647 c 0,0 1.005,-2.766 2.185,-2.787 12.38,-0.222 30.687,-2.623 43.847,-4.735 1.048,-0.169 1.327,2.894 0.664,3.084 -10.017,2.862 -46.696,4.438 -46.696,4.438 z"
style="fill:#d4d4d4;fill-rule:nonzero" />
<path
id="path2579-3"
d="M 27.267,10.647 53.856,9.307 74.626,6.019"
style="fill:none;fill-rule:nonzero;stroke:#000000;stroke-width:1.42px" />
</g>
</g>
</svg>
<metadata
id="metadata1"><rdf:RDF><cc:Work
rdf:about=""><cc:license
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /></cc:Work><cc:License
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata></svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
sprites/clothes/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ch1y0g1plqys6"
path="res://.godot/imported/logo.png-68ff395daf2515f85e13ba18ce4a426d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/clothes/logo.png"
dest_files=["res://.godot/imported/logo.png-68ff395daf2515f85e13ba18ce4a426d.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -1,19 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="672.000000pt" height="1280.000000pt" viewBox="0 0 672.000000 1280.000000"
preserveAspectRatio="xMidYMid meet">
<g transform="translate(0.000000,1280.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M1180 12794 c0 -60 -91 -1511 -130 -2084 -235 -3415 -538 -6344
-1032 -9967 -12 -90 -19 -165 -16 -169 4 -3 120 -26 260 -50 139 -24 509 -89
823 -144 314 -55 802 -140 1085 -190 685 -120 709 -124 716 -118 2 3 9 273 14
599 30 1885 143 3931 405 7379 30 393 68 900 85 1125 17 226 35 419 40 430 7
17 9 16 9 -10 1 -16 8 -116 16 -220 37 -493 77 -1386 145 -3295 20 -544 26
-715 70 -1905 63 -1692 122 -2939 180 -3810 11 -165 20 -315 20 -332 0 -29 3
-33 26 -33 14 0 193 31 397 70 442 82 1117 208 1717 320 772 144 710 130 710
154 0 12 -29 181 -65 376 -688 3786 -1094 7463 -1261 11425 -8 209 -16 381
-17 381 -2 2 -841 17 -2982 54 -313 5 -715 13 -892 16 -184 4 -323 3 -323 -2z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1,37 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bn2le7r61mcmq"
path="res://.godot/imported/pants_icon.svg-1b70a1b4db0c8229d68cbbafffd7bf3c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/clothes/pants_icon.svg"
dest_files=["res://.godot/imported/pants_icon.svg-1b70a1b4db0c8229d68cbbafffd7bf3c.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
svg/scale=1.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false

View file

@ -1,192 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
width="24.636646mm"
height="29.835096mm"
viewBox="0 0 24.636646 29.835097"
version="1.1"
id="svg8"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
sodipodi:docname="retro_shirt.svg">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="57.951723"
inkscape:cy="16.861876"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:pagecheckerboard="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="1001"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:document-rotation="0" />
<metadata
id="metadata5">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-329.97283,-265.24728)"
style="display:inline">
<g
style="display:inline"
id="g5165"
transform="translate(329.97283,264.31884)">
<g
style="display:inline"
transform="translate(-84.473399,-131.83647)"
id="layer1-0"
inkscape:label="Layer 1" />
<g
inkscape:label="Color"
id="layer3-1"
transform="translate(-7.8954188,-28.530371)">
<path
sodipodi:nodetypes="ccczcccccc"
inkscape:connector-curvature="0"
id="path831-5"
d="m 28.94971,30.372591 c 1.635877,2.807358 3.434163,11.019746 2.186079,19.813197 -0.03749,2.612124 -0.948812,7.588671 -0.948812,8.244208 0,0 -3.899134,0.09989 -7.229493,0.03625 -3.330358,-0.06364 -4.796869,0.06737 -8.216413,0.06336 0.02949,-1.657652 -5.3976359,-4.790926 -2.267857,-8.343822 0,-5.167442 -0.342243,-10.519109 0.47247,-15.449778 0.254528,-4.326972 4.855698,-2.933067 7.181548,-4.677457 2.923695,-0.409606 5.221022,-0.526781 8.822478,0.314042 z"
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" />
<path
sodipodi:nodetypes="scscszs"
inkscape:connector-curvature="0"
id="path847"
d="m 16.725446,36.81488 c 0.260421,-2.556769 3.401786,-6.756331 3.401786,-6.756331 0,0 -3.924968,-0.245138 -5.293773,1.202229 -4.368124,4.618829 -2.360245,18.925011 -2.360245,18.925011 0,0 -4.5795761,2.614718 -4.1562481,4.060169 0.59027,2.01547 5.9800391,4.399895 6.4241051,2.696156 0.444066,-1.703739 1.28661,-13.276693 1.984375,-20.127234 z"
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="zzcsz"
inkscape:connector-curvature="0"
id="path849"
d="m 28.454828,29.974412 c -2.411571,0.04514 0.895384,3.690053 0.649336,8.446866 -0.246048,4.756813 2.173364,14.126862 2.173364,14.126862 0,0 2.178654,-16.525137 -1.476976,-21.955536 -0.567383,-0.842841 1.065847,-0.663335 -1.345724,-0.618192 z"
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<g
style="display:inline"
inkscape:label="Re-ink"
id="layer2-2"
transform="translate(-7.8954188,-28.530371)">
<path
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 15.306227,52.99312 c -0.423415,4.241926 -0.479826,2.928287 -0.565156,5.536486"
id="path905"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cac"
inkscape:connector-curvature="0"
id="path831"
d="m 28.94971,30.372591 c 0.955508,0.116443 2.429233,6.042953 2.71946,9.24064 0.470339,5.182141 -0.391642,12.934909 -1.638964,15.524046"
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" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path856"
d="m 16.394717,36.578645 c -1.648817,5.874613 0.179145,15.295667 -1.702701,18.200412 -1.273861,7.360232 -11.7741761,-1.890817 -2.218802,-4.593268 0,-5.167441 -0.342243,-10.519106 0.47247,-15.449777 0.254528,-4.326971 1.914919,-4.083786 4.441221,-4.157739"
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path858"
d="m 29.104165,38.421279 c -0.654058,4.302781 1.087122,12.790482 1.082812,20.008717"
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 70 85" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;">
<g id="Re-ink" transform="matrix(1,0,0,1,-300.556,-39.5066)">
<path id="path827-1" d="M312.868,87.936C313.086,91.725 321.693,88.352 323.307,91.766C326.175,97.833 311.959,120.994 319.655,121.957C333.281,123.661 354.092,122.708 365.503,121.42C368.913,121.035 366.284,107.043 368.191,96.464C370.098,85.884 369.766,44.466 362.738,41.554C355.709,38.641 350.536,50.356 343.501,50.241C336.79,50.132 332.315,40.745 325.43,41.362C318.973,41.942 315.702,43.203 314.732,47.701C312.791,56.697 312.257,77.314 312.868,87.936Z" style="fill:rgb(0,102,255);fill-rule:nonzero;stroke:black;stroke-width:2.39px;"/>
<path id="path829-0" d="M324.201,94.752L324.649,56.689" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:1.36px;"/>
<path id="path833-5" d="M360.288,67.717C360.288,67.717 359.561,80.902 360.586,86.711C361.611,92.519 367.836,105.913 367.836,105.913" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:1.36px;"/>
<path id="path820" d="M325.684,68.611L358.664,65.823" style="fill:none;fill-rule:nonzero;stroke:rgb(255,174,174);stroke-width:1.7px;"/>
<path id="path867" d="M327.496,72.236L338.197,71.478L332.704,85.021L329.484,85.494" style="fill:none;fill-rule:nonzero;stroke:rgb(188,255,169);stroke-width:2.27px;"/>
<path id="path869" d="M342.364,71.289C342.08,75.929 341.511,79.339 341.511,79.339L345.868,80.096L343.121,87.199" style="fill:none;fill-rule:nonzero;stroke:rgb(255,248,171);stroke-width:2.27px;"/>
<path id="path871" d="M349.561,79.528L357.137,74.888L356.569,86.631L349.561,79.528Z" style="fill:none;fill-rule:nonzero;stroke:rgb(229,171,255);stroke-width:2.27px;"/>
<path id="path873" d="M348.993,73.941L356.38,70.342" style="fill:none;fill-rule:nonzero;stroke:rgb(229,171,255);stroke-width:2.27px;"/>
<path id="path820-4" d="M326.435,89.117L359.429,91.734" style="fill:none;fill-rule:nonzero;stroke:rgb(255,174,174);stroke-width:1.7px;"/>
<path id="path829" d="M324.201,94.752L324.649,56.689" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:1.36px;"/>
<path id="path833" d="M360.288,67.717C360.288,67.717 359.561,80.902 360.586,86.711C361.611,92.519 367.836,105.913 367.836,105.913" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:1.36px;"/>
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Re-ink"
transform="translate(-106.0295,-13.937037)"
style="display:inline">
<path
style="display:inline;opacity:1;fill:#0066ff;fill-opacity:1;stroke:#000000;stroke-width:0.844482px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 110.37302,31.021927 c 0.0769,1.336512 3.11298,0.146572 3.68236,1.350904 1.01203,2.140575 -4.00328,10.311165 -1.2883,10.650772 4.80707,0.601296 12.1488,0.265189 16.17434,-0.189436 1.20285,-0.135844 0.2755,-5.071641 0.94819,-8.803929 0.67269,-3.732287 0.55569,-18.343536 -1.92387,-19.371054 -2.47958,-1.027521 -4.30446,3.105203 -6.78621,3.064894 -2.36736,-0.03845 -3.94635,-3.350201 -6.37507,-3.132319 -2.27791,0.204353 -3.43175,0.649351 -3.77406,2.236071 -0.68462,3.173439 -0.87291,10.446862 -0.65738,14.194097 z"
id="path827-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssszzascs" />
<path
style="display:inline;fill:none;stroke:#000000;stroke-width:0.478761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 114.37102,33.426539 114.5288,19.998533"
id="path829-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="display:inline;fill:none;stroke:#000000;stroke-width:0.478761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 127.1015,23.889142 c 0,0 -0.25634,4.651306 0.1052,6.700494 0.36149,2.049185 2.55769,6.774269 2.55769,6.774269"
id="path833-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czc" />
<path
style="display:inline;fill:#ff2ad4;fill-opacity:1;stroke:#ffaeae;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 114.89413,24.204353 c 11.63473,-0.983472 11.63473,-0.983472 11.63473,-0.983472"
id="path820"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;stroke:#bcffa9;stroke-width:0.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 115.53314,25.483277 c 3.77518,-0.267269 3.77518,-0.267269 3.77518,-0.267269 l -1.9377,4.777442 -1.1359,0.167044"
id="path867"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;stroke:#fff8ab;stroke-width:0.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 120.77831,25.14919 c -0.10023,1.637026 -0.30068,2.839739 -0.30068,2.839739 l 1.5368,0.267269 -0.96885,2.505652"
id="path869"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="display:inline;fill:none;stroke:#e5abff;stroke-width:0.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 123.31737,28.055746 2.67269,-1.637026 -0.20045,4.142678 z"
id="path871"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:none;stroke:#e5abff;stroke-width:0.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 123.11691,26.084634 2.60588,-1.269531"
id="path873"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#ff2ad4;fill-opacity:1;stroke:#ffaeae;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 115.15893,31.438331 c 11.63965,0.923536 11.63965,0.923536 11.63965,0.923536"
id="path820-4"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.478761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 114.37102,33.426539 114.5288,19.998533"
id="path829"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.478761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 127.1015,23.889142 c 0,0 -0.25634,4.651306 0.1052,6.700494 0.36149,2.049185 2.55769,6.774269 2.55769,6.774269"
id="path833"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -1,44 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="1101.000000pt" height="1280.000000pt" viewBox="0 0 1101.000000 1280.000000"
preserveAspectRatio="xMidYMid meet">
<g transform="translate(0.000000,1280.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M6445 12541 c-15 -25 -94 -54 -184 -67 -53 -8 -163 -34 -246 -59
-384 -113 -467 -126 -830 -130 -203 -3 -326 0 -410 10 -66 8 -203 21 -305 29
-159 14 -193 14 -243 2 -64 -15 -122 -51 -182 -112 -28 -29 -52 -43 -80 -48
-75 -13 -140 -38 -225 -87 -47 -27 -128 -66 -180 -88 -52 -21 -122 -51 -155
-66 -33 -14 -100 -43 -150 -62 -49 -20 -119 -50 -155 -69 -36 -18 -122 -55
-192 -83 -145 -58 -358 -156 -598 -276 -91 -45 -214 -102 -274 -125 -59 -23
-163 -70 -230 -105 -66 -34 -139 -68 -161 -75 -22 -7 -67 -28 -100 -48 -73
-43 -269 -206 -326 -270 -180 -205 -296 -509 -358 -939 -12 -78 -45 -261 -76
-405 -57 -276 -87 -433 -130 -685 -18 -108 -32 -163 -50 -195 -19 -33 -25 -57
-25 -108 0 -77 -20 -156 -50 -205 -18 -28 -24 -59 -30 -138 -6 -82 -13 -112
-34 -154 -22 -42 -28 -67 -30 -140 -3 -77 -17 -167 -56 -373 -6 -29 -18 -78
-27 -107 -10 -33 -13 -56 -7 -62 5 -4 43 -17 84 -29 173 -49 395 -83 830 -126
467 -47 603 -56 850 -56 222 0 249 -2 288 -20 117 -53 133 -84 133 -258 0 -70
-7 -183 -15 -252 -37 -313 -41 -413 -39 -960 0 -300 5 -586 10 -636 6 -62 4
-126 -4 -200 -11 -99 -36 -430 -63 -849 -6 -88 -22 -286 -36 -440 -14 -154
-30 -356 -35 -449 -5 -94 -12 -179 -15 -189 -3 -11 -10 -180 -15 -376 -4 -196
-13 -426 -20 -511 -9 -118 -9 -214 0 -405 8 -180 9 -271 1 -325 -6 -41 -15
-163 -20 -270 -7 -145 -15 -213 -30 -265 -26 -92 -26 -141 0 -155 28 -15 275
-47 504 -65 105 -9 241 -20 301 -25 197 -18 967 -63 1290 -75 154 -6 569 -30
685 -40 311 -26 1216 -71 1745 -87 610 -18 1007 -17 1110 5 157 34 222 83 245
182 29 125 4 530 -45 745 -50 217 -49 203 -25 275 26 77 25 46 17 625 -9 717
-31 1094 -78 1296 -30 131 -31 147 -25 269 8 177 -10 822 -29 1025 -20 217
-52 471 -74 591 -13 72 -16 112 -9 155 4 33 7 124 6 204 l-2 145 36 82 c70
156 108 343 108 529 0 88 5 127 25 193 33 112 43 171 55 340 11 138 13 148 47
208 32 58 37 80 62 253 14 104 29 191 32 194 7 7 22 -27 73 -159 39 -102 55
-164 56 -216 0 -19 7 -56 16 -81 14 -43 18 -47 57 -54 66 -11 429 -8 567 5
475 45 1011 161 1585 342 88 28 166 56 173 62 17 14 8 66 -23 126 -30 60 -135
484 -135 547 0 36 -8 62 -30 99 -60 102 -80 150 -80 193 0 47 -32 135 -61 167
-32 36 -59 109 -59 160 0 51 -29 127 -69 182 -11 15 -74 190 -139 388 -109
330 -134 402 -209 610 -14 39 -61 154 -104 256 -44 103 -104 259 -134 347
-147 434 -328 767 -496 912 -35 30 -121 110 -191 177 -77 75 -138 125 -155
129 -41 9 -355 115 -378 127 -11 5 -80 31 -155 57 -74 26 -189 68 -255 94
-181 71 -309 117 -661 236 -176 60 -351 120 -388 134 -81 31 -242 72 -316 82
-30 4 -87 19 -126 35 -88 34 -139 45 -149 30z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://wfsffpk4h8p"
path="res://.godot/imported/sweat_pants.png-d8ccfd16bd13d1a37fa594caf5da185b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/clothes/sweat_pants.png"
dest_files=["res://.godot/imported/sweat_pants.png-d8ccfd16bd13d1a37fa594caf5da185b.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -1,9 +1,56 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 84 95" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;">
<g id="path2567" transform="matrix(1,0,0,1,10.1902,2.43923)">
<g id="Re-ink">
<path id="path25671" serif:id="path2567" d="M-7.162,70.897C8.307,48.717 17.558,-0.149 19.725,-0.11C31.46,0.103 53.368,-0.332 64.19,-1.024C69.606,-1.37 68.497,39.765 69.011,64.404C69.2,73.451 40.384,76.782 41.957,67.87C43.937,56.654 43.029,32.68 43.029,32.68C43.029,32.68 26.195,54.085 22.538,71.202C21.608,75.554 -12.915,79.146 -7.162,70.897Z" style="fill:rgb(164,164,254);fill-rule:nonzero;stroke:black;stroke-width:2.83px;"/>
<svg
width="79.617996"
height="83.75"
viewBox="0 0 79.617996 83.75"
version="1.1"
xml:space="preserve"
style="clip-rule:evenodd;fill-rule:evenodd"
id="svg1"
sodipodi:docname="sweat_pants.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:serif="http://www.serif.com/"><defs
id="defs1" /><sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="8.0952381"
inkscape:cx="41.011765"
inkscape:cy="47.497059"
inkscape:window-width="1392"
inkscape:window-height="1184"
inkscape:window-x="559"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="svg1" />
<g
id="path2567"
transform="translate(9.191191,2.4405438)">
<g
id="Re-ink">
<path
id="path25671"
serif:id="path2567"
d="M -7.162,70.897 C 8.307,48.717 17.558,-0.149 19.725,-0.11 31.46,0.103 53.368,-0.332 64.19,-1.024 c 5.416,-0.346 4.307,40.789 4.821,65.428 0.189,9.047 -28.627,12.378 -27.054,3.466 1.98,-11.216 1.072,-35.19 1.072,-35.19 0,0 -16.834,21.405 -20.491,38.522 -0.93,4.352 -35.453,7.944 -29.7,-0.305 z"
style="fill:#a4a4fe;fill-rule:nonzero;stroke:#000000;stroke-width:2.83px" />
</g>
</g>
</svg>
<metadata
id="metadata1"><rdf:RDF><cc:Work
rdf:about=""><cc:license
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /></cc:Work><cc:License
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata></svg>

Before

Width:  |  Height:  |  Size: 960 B

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -1,218 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="95.84964"
height="112.14081"
viewBox="0 0 95.84964 112.14081"
sodipodi:docname="train_hoodie.svg"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)">
<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.6568542"
inkscape:cx="36.923847"
inkscape:cy="49.691733"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="layer2"
inkscape:document-rotation="0" />
<g
sodipodi:insensitive="true"
inkscape:groupmode="layer"
id="layer1"
inkscape:label="Original"
transform="translate(23.595688,10.035324)">
<g
transform="matrix(3.7795276,0,0,3.7795276,-23.595688,-11.351606)"
id="g5165"
style="display:inline">
<g
inkscape:label="Layer 1"
id="layer1-0"
transform="translate(-84.473399,-131.83647)"
style="display:inline" />
<g
transform="translate(-7.8954188,-28.530371)"
id="layer3-1"
inkscape:label="Color">
<path
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"
d="m 27.061041,29.785424 c 1.635877,2.807358 5.322832,11.606913 4.074748,20.400364 -0.03749,2.612124 -0.419645,7.588671 -0.419645,8.244208 0,0 -4.428301,0.09989 -7.75866,0.03625 -3.330358,-0.06364 -5.855202,0.06737 -9.274746,0.06336 0.02949,-1.657652 -4.3393029,-4.790926 -1.209524,-8.343822 0,-5.167442 -0.342243,-10.519109 0.47247,-15.449778 0.254528,-4.326972 3.592849,-3.915283 5.918699,-5.659673 3.157556,0.338749 6.172492,0.221567 9.149884,0.922074 z"
id="path831-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccczcccccc" />
<path
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 16.725446,36.81488 c 0.260421,-2.556769 3.987942,-6.623181 3.987942,-6.623181 0,0 -4.511124,-0.378288 -5.879929,1.069079 -4.368124,4.618829 -2.360245,18.925011 -2.360245,18.925011 0,0 -4.5795761,2.614718 -4.1562481,4.060169 0.59027,2.01547 5.9800391,4.399895 6.4241051,2.696156 0.444066,-1.703739 1.28661,-13.276693 1.984375,-20.127234 z"
id="path847"
inkscape:connector-curvature="0"
sodipodi:nodetypes="scscszs" />
<path
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 27.061041,29.785424 c 0,0 2.289171,3.879041 2.043123,8.635854 -0.246048,4.756813 2.173364,14.126862 2.173364,14.126862 0,0 2.178654,-16.525137 -1.476976,-21.955536 -0.567383,-0.842841 -2.739511,-0.80718 -2.739511,-0.80718 z"
id="path849"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czcsc" />
</g>
<g
transform="translate(-7.8954188,-28.530371)"
id="layer2-2"
inkscape:label="Re-ink"
style="display:inline">
<path
sodipodi:nodetypes="cc"
id="path905"
d="m 15.306227,52.99312 c -0.423415,4.241926 -1.008993,2.928287 -1.094323,5.536486"
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
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"
d="m 28.94971,30.372591 c 0.955508,0.116443 2.429233,6.042953 2.71946,9.24064 0.470339,5.182141 -0.391642,12.934909 -1.638964,15.524046"
id="path831"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cac" />
<path
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 16.394717,36.578645 c -1.648817,5.874613 0.179145,15.295667 -1.702701,18.200412 -1.273861,7.360232 -11.7741761,-1.890817 -2.218802,-4.593268 0,-5.167441 -0.342243,-10.519106 0.47247,-15.449777 0.254528,-4.326971 4.655246,-4.603503 7.181548,-4.677456"
id="path856"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 29.104165,38.421279 c -0.654058,4.302781 1.616289,12.790482 1.611979,20.008717"
id="path858"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 96 113" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;">
<g id="Re-Ink" transform="matrix(1,0,0,1,6.00287,-0.639181)">
<path id="path864" d="M13.907,13.884C10.907,15.786 11.772,70.957 11.772,70.957C10.239,85.673 20.763,81.555 24.051,88.467C23.668,99.526 17.216,104.635 19.882,105.378C46.831,112.889 72.254,109.127 76.314,108.457C80.294,107.8 79.64,95.586 80.865,91.416C90.921,82.081 87.629,62.903 86.675,48.474C86.153,40.658 83.971,25.132 83.971,25.132C83.971,25.132 80.143,6.246 74.529,5.394C55.615,2.523 69.284,22.333 54.158,20.928C35.935,19.237 43.868,1.893 37.877,2.54C25.55,3.872 16.908,11.982 13.907,13.884Z" style="fill:rgb(0,51,255);fill-rule:nonzero;stroke:black;stroke-width:3.78px;"/>
<path id="path870" d="M27.752,30.119L24.051,88.467" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:2.16px;"/>
<path id="path872" d="M75.858,31.594L79.422,92.638" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:2.32px;"/>
<g id="path953" transform="matrix(0.489307,0.724774,-0.705285,0.47615,57.3716,-29.1375)">
<path d="M70.564,39.177L61.782,42.987L55.444,35.812L60.31,27.567L69.655,29.647L70.564,39.177Z" style="fill:rgb(102,0,128);fill-rule:nonzero;"/>
</g>
<g id="g945" transform="matrix(0.292893,0,0,0.292893,71.4208,27.7737)">
<path id="path881" d="M-41.625,44.095L-9.625,44.095L-20.625,27.095L-30.625,27.095L-41.625,44.095Z" style="fill:rgb(167,169,172);fill-rule:nonzero;"/>
<path id="path883" d="M-38.625,44.095L-12.625,44.095L-22.625,27.095L-28.625,27.095L-38.625,44.095Z" style="fill:rgb(88,89,91);fill-rule:nonzero;"/>
<path id="path885" d="M-35.625,44.095L-15.625,44.095L-24.625,27.095L-26.625,27.095L-35.625,44.095Z" style="fill:rgb(128,130,133);fill-rule:nonzero;"/>
<path id="path887" d="M-15.625,43.095C-15.625,43.644 -16.076,44.095 -16.625,44.095L-34.625,44.095C-35.174,44.095 -35.625,43.644 -35.625,43.095C-35.625,42.546 -35.174,42.095 -34.625,42.095L-16.625,42.095C-16.076,42.095 -15.625,42.546 -15.625,43.095ZM-17.625,39.095C-17.625,39.644 -18.076,40.095 -18.625,40.095L-32.625,40.095C-33.174,40.095 -33.625,39.644 -33.625,39.095C-33.625,38.546 -33.174,38.095 -32.625,38.095L-18.625,38.095C-18.076,38.095 -17.625,38.546 -17.625,39.095Z" style="fill:rgb(167,169,172);fill-rule:nonzero;"/>
<path id="path889" d="M-16.549,33.395L-20.625,27.095L-30.625,27.095L-34.701,33.395C-32.812,35.912 -29.903,38.094 -25.625,38.094C-21.348,38.094 -18.437,35.911 -16.549,33.395Z" style="fill:rgb(88,89,91);fill-rule:nonzero;"/>
<path id="path891" d="M-25.625,8.095C-34.625,8.095 -37.625,11.095 -37.625,17.095L-37.625,25.095C-37.625,27.094 -34.625,36.095 -25.625,36.095C-16.625,36.095 -13.625,27.094 -13.625,25.095L-13.625,17.095C-13.625,11.095 -16.625,8.095 -25.625,8.095Z" style="fill:rgb(167,169,172);fill-rule:nonzero;"/>
<path id="path893" d="M-35.625,19.095C-35.625,10.095 -31.148,9.095 -25.625,9.095C-20.102,9.095 -15.625,10.095 -15.625,19.095C-15.625,25.095 -20.102,30.095 -25.625,30.095C-31.148,30.094 -35.625,25.095 -35.625,19.095Z" style="fill:rgb(230,231,232);fill-rule:nonzero;"/>
<path id="path895" d="M-25.625,30.094C-23.983,30.094 -22.44,29.644 -21.072,28.866C-21.855,27.824 -23.595,27.095 -25.625,27.095C-27.655,27.095 -29.394,27.824 -30.177,28.867C-28.811,29.644 -27.266,30.094 -25.625,30.094Z" style="fill:rgb(255,172,51);fill-rule:nonzero;"/>
<path id="path897" d="M-24.625,13.092L-24.625,18.057C-21.137,17.825 -18.625,16.436 -18.625,15.594L-18.625,13.928C-18.625,13.137 -22.317,13.09 -24.625,13.092ZM-26.625,13.092C-28.933,13.09 -32.625,13.136 -32.625,13.928L-32.625,15.595C-32.625,16.437 -30.113,17.826 -26.625,18.058L-26.625,13.092Z" style="fill:rgb(85,172,238);fill-rule:nonzero;"/>
<path id="path899" d="M-37.625,18.095C-37.625,18.095 -37.625,21.095 -33.625,27.095C-33.625,27.095 -37.625,25.095 -37.625,21.095L-37.625,18.095ZM-13.625,18.095C-13.625,18.095 -13.625,21.095 -17.625,27.095C-17.625,27.095 -13.625,25.095 -13.625,21.095L-13.625,18.095Z" style="fill:rgb(34,102,153);fill-rule:nonzero;"/>
</g>
<path id="path961" d="M30.06,108.771C35.775,103.334 34.038,94.484 33.949,89.326C44.257,86.771 57.063,88.27 67.006,87.204C70.059,94.213 70.035,102.366 70.541,109.832" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:1px;"/>
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Re-Ink"
style="display:inline"
transform="translate(6.0028667,-0.63918115)">
<path
style="fill:#0033ff;fill-opacity:1;stroke:#000000;stroke-width:3.77953;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 13.907278,13.883647 c -3.000545,1.901906 -2.134901,57.07302 -2.134901,57.07302 -1.533667,14.715847 8.990578,10.597906 12.279076,17.510715 -0.38363,11.058135 -6.83498,16.168098 -4.169214,16.911068 26.948539,7.5108 52.37166,3.74885 56.432051,3.07863 3.979675,-0.65689 3.325824,-12.871175 4.550925,-17.041579 10.05555,-9.334942 6.764201,-28.512778 5.81,-42.941931 -0.521871,-7.815165 -2.704208,-23.341585 -2.704208,-23.341585 0,0 -3.828453,-18.8861606 -9.441594,-19.7381467 C 55.615409,2.5229912 69.284289,22.332623 54.157586,20.928321 35.934562,19.23657 43.868068,1.8927509 37.877019,2.5400149 25.55033,3.8717709 16.907823,11.981741 13.907278,13.883647 Z"
id="path864"
inkscape:connector-curvature="0"
sodipodi:nodetypes="zccsscccsssz" />
<path
sodipodi:nodetypes="cc"
style="fill:none;stroke:#000000;stroke-width:2.16103;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 27.751948,30.119161 24.051453,88.467382"
id="path870"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="cc"
style="fill:none;stroke:#000000;stroke-width:2.3239;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 75.858383,31.59388 3.563865,61.043869"
id="path872"
inkscape:connector-curvature="0" />
<path
transform="matrix(0.4893069,0.72477403,-0.70528539,0.47614981,57.371568,-29.137548)"
inkscape:transform-center-y="0.5737846"
inkscape:transform-center-x="-0.15838427"
d="m 70.564495,39.176713 -8.782592,3.810191 -6.337677,-7.175327 4.865692,-8.244787 9.344839,2.079768 z"
inkscape:randomized="0"
inkscape:rounded="0"
inkscape:flatsided="true"
sodipodi:arg2="1.1614666"
sodipodi:arg1="0.53314811"
sodipodi:r2="6.5883803"
sodipodi:r1="8.1436863"
sodipodi:cy="35.037708"
sodipodi:cx="63.55106"
sodipodi:sides="5"
id="path953"
style="opacity:1;fill:#660080;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
sodipodi:type="star" />
<g
style="opacity:1"
transform="matrix(0.29289323,0,0,0.29289322,71.420755,27.773676)"
id="g945">
<path
fill="#a7a9ac"
d="m -41.62508,44.095025 h 32 l -11,-17 h -10 z"
id="path881" />
<path
fill="#58595b"
d="m -38.62508,44.095025 h 26 l -10,-17 h -6 z"
id="path883" />
<path
fill="#808285"
d="m -35.62508,44.095025 h 20 l -9,-17 h -2 z"
id="path885" />
<path
fill="#a7a9ac"
d="m -15.62508,43.095025 a 1,1 0 0 1 -1,1 h -18 a 1,1 0 1 1 0,-2 h 18 a 1,1 0 0 1 1,1 z m -2,-4 a 1,1 0 0 1 -1,1 h -14 a 1,1 0 1 1 0,-2 h 14 a 1,1 0 0 1 1,1 z"
id="path887" />
<path
fill="#58595b"
d="m -16.54908,33.395026 -4.076,-6.300001 h -10 l -4.076,6.300001 c 1.889,2.516999 4.798,4.698999 9.076,4.698999 4.277,0 7.188,-2.183 9.076,-4.698999 z"
id="path889" />
<path
fill="#a7a9ac"
d="m -25.62508,8.0950255 c -9,0 -12,3.0000005 -12,8.9999995 v 8 c 0,1.999 3,11 12,11 9,0 12,-9.001 12,-11 v -8 c 0,-5.999999 -3,-8.9999995 -12,-8.9999995 z"
id="path891" />
<path
fill="#e6e7e8"
d="m -35.62508,19.095025 c 0,-8.999999 4.477,-9.9999995 10,-9.9999995 5.523,0 10,1.0000005 10,9.9999995 0,6 -4.477,11 -10,11 -5.523,-0.001 -10,-5 -10,-11 z"
id="path893" />
<path
fill="#ffac33"
d="m -25.62508,30.094025 c 1.642,0 3.185,-0.45 4.553,-1.228 -0.783,-1.042 -2.523,-1.771 -4.553,-1.771 -2.03,0 -3.769,0.729 -4.552,1.772 1.366,0.777 2.911,1.227 4.552,1.227 z"
id="path895" />
<path
d="m -24.62508,13.092026 v 4.965 c 3.488,-0.232 6,-1.621001 6,-2.463 v -1.666 c 0,-0.791 -3.692,-0.838001 -6,-0.836 z m -2,0 c -2.308,-0.002 -6,0.044 -6,0.836 v 1.667 c 0,0.841999 2.512,2.230999 6,2.462999 z"
fill="#55acee"
id="path897" />
<path
fill="#226699"
d="m -37.62508,18.095025 c 0,0 0,3 4,9 0,0 -4,-2 -4,-6 z m 24,0 c 0,0 0,3 -4,9 0,0 4,-2 4,-6 z"
id="path899" />
</g>
<path
id="path961"
d="m 30.059579,108.77106 c 5.715158,-5.43701 3.978032,-14.286609 3.889087,-19.445435 10.308208,-2.55417 23.113923,-1.055965 33.057242,-2.12132 3.052743,7.008367 3.029367,15.161455 3.535534,22.627415"
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View file

@ -1,158 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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="94.793716"
height="111.55444"
viewBox="0 0 94.793717 111.55445"
sodipodi:docname="whatsnew_shirt.svg"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)">
<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="4"
inkscape:cx="137.96482"
inkscape:cy="55.756911"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="layer3"
inkscape:document-rotation="0" />
<g
sodipodi:insensitive="true"
inkscape:groupmode="layer"
id="layer1"
inkscape:label="Original"
transform="translate(32.440117,9.2673536)">
<path
sodipodi:nodetypes="ccczccccc"
inkscape:connector-curvature="0"
id="path831-5"
d="m 47.135152,-5.8136937 c 6.18285,10.610487 12.97952,41.6494317 8.26235,74.8845217 -0.1417,9.8726 -3.58606,28.6816 -3.58606,31.159222 0,0 -14.73689,0.37753 -27.32407,0.137 -12.58718,-0.24053 -18.1299004,0.25463 -31.0541614,0.23947 0.111458,-6.265142 -20.4005136,-18.107432 -8.5714276,-31.535702 0,-19.53049 -1.293517,-39.75726 1.785713,-58.392865 0.961996,-16.3539097 18.3522446,-11.08560765 27.142856,-17.6785777 14.46728,-1.375555 22.6154,0.353651 33.3448,1.186931 z"
style="display:inline;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" />
<path
sodipodi:nodetypes="scscszs"
inkscape:connector-curvature="0"
id="path847"
d="M 0.9332106,18.535115 C 1.9174786,8.8717363 16.005752,-6.4973807 16.005752,-6.4973807 c 0,0 -17.0499224,-1.42975 -22.2233584,4.040614 -16.5094446,17.4569917 -8.9206106,71.5276047 -8.9206106,71.5276047 0,0 -17.308634,9.8824 -15.708654,15.34552 2.230942,7.61752 22.601722,16.629522 24.2800816,10.19019 1.67836,-6.43932 4.862778,-50.17962 7.5,-76.071433 z"
style="display:inline;fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="cssccc"
inkscape:connector-curvature="0"
id="path853"
d="m 43.345102,-6.0329027 c 1.50178,9.89167 2.63428,18.8116647 2.40953,30.6394407 -0.29733,15.64811 7.05359,50.98215 7.05359,50.98215 2.79611,0.65679 4.73213,-49.19641 4.73213,-49.19641 l -10.4052,-32.2059717 c 0,0 -0.99156,-0.432193 -3.79005,-0.219213 z"
style="display:inline;fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
transform="matrix(3.7795276,0,0,3.7795276,-62.28107,-120.60775)"
id="layer2-2"
inkscape:label="Re-ink"
style="display:inline">
<path
sodipodi:nodetypes="cc"
id="path905"
d="m 15.306227,52.99312 c -0.423415,4.241926 -0.479826,2.928287 -0.565156,5.536486"
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
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"
d="m 28.94971,30.372591 c 0.955508,0.116443 2.429233,6.042953 2.71946,9.24064 0.470339,5.182141 -0.391642,12.934909 -1.638964,15.524046"
id="path831"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cac" />
<path
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 16.394717,36.578645 c -1.648817,5.874613 0.179145,15.295667 -1.702701,18.200412 -1.273861,7.360232 -11.7741761,-1.890817 -2.218802,-4.593268 0,-5.167441 -0.342243,-10.519106 0.47247,-15.449777 0.254528,-4.326971 4.655246,-4.603503 7.181548,-4.677456"
id="path856"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 29.104165,38.421279 c -0.654058,4.302781 1.087122,12.790482 1.082812,20.008717"
id="path858"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 95 112" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;">
<g id="Color" transform="matrix(1,0,0,1,14.8473,-1.40715)">
<path id="path896" d="M1.768,46.587L2.121,70.275L-1.414,79.468C1.39,89.165 7.49,86.747 11.162,90.356L14.506,90.235C16.329,94.594 14.754,101.242 13.922,105.699L24.577,110.795L55.508,108.99C76.165,109.17 71.663,105.016 69.728,86.819L77.605,82.827L76.544,54.012L76.014,42.698L2.298,37.395L1.768,46.587Z" style="fill:rgb(0,63,0);fill-rule:nonzero;"/>
<path id="path857" d="M24.308,109.328C24.308,109.328 25.798,95.572 28.905,86.347C30.215,82.457 53.147,83.973 61.078,83.519C67.483,83.152 65.674,110.035 65.674,110.035C65.674,110.035 54.528,110.347 48.955,110.28C40.734,110.182 24.308,109.328 24.308,109.328Z" style="fill:rgb(0,102,0);fill-rule:nonzero;stroke:black;stroke-width:1.13px;"/>
<path id="path890" d="M1.591,49.769C1.591,49.769 12.869,53.599 17.147,50.653C18.268,49.882 17.277,47.554 18.385,46.764C30.811,37.897 51.142,39.868 64.17,47.825C66.173,49.048 66.389,51.961 67.529,54.012C70.642,59.615 76.544,54.012 76.544,54.012L74.425,26.9L70.191,6.574C67.159,-3.208 58.25,10.72 53.74,16.359L41.366,16.005L32.638,4.733L17.092,4.459L4.361,15.651L1.591,49.769Z" style="fill:rgb(0,102,0);fill-rule:nonzero;"/>
</g>
<g id="Re-Ink" transform="matrix(1,0,0,1,14.8473,-1.40715)">
<path id="path864" d="M4.361,15.651C-0.23,26.392 2.226,72.724 2.226,72.724C2.226,72.724 -3.371,80.726 2.366,85.595C11.42,93.279 14.506,90.235 14.506,90.235C14.506,90.235 16.107,96.235 14.932,101.479C13.758,106.723 14.675,110.438 39.07,111.071C59.13,110.163 67.076,112.124 70.345,107.406C72.281,103.978 68.503,90.99 69.728,86.819C70.953,82.649 77.435,84.96 77.699,81.838C78.479,72.579 77.831,60.752 77.129,50.241C76.607,42.426 74.425,26.9 74.425,26.9C74.425,26.9 73.46,5.259 67.812,4.687C55.053,3.394 61.302,15.51 50.622,15.979C32.276,16.784 36.1,3.307 30.109,3.954C17.783,5.286 8.953,4.911 4.361,15.651Z" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.78px;"/>
<path id="path870" d="M18.206,40.563L14.506,90.235" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.78px;"/>
<path id="path872" d="M66.312,47.679L69.728,86.819" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.78px;"/>
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Color"
transform="translate(14.847296,-1.4071514)">
<path
style="fill:#003f00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 1.7677669,46.58742 0.3535534,23.688076 -3.5355339,9.192389 C 1.3900943,89.164894 7.489826,86.746918 11.162058,90.35571 l 3.343453,-0.120561 c 1.823594,4.358906 0.24889,11.006901 -0.583046,15.463701 l 10.654699,5.0962 30.930718,-1.80545 c 20.656765,0.17996 16.155281,-3.97321 14.220401,-22.170293 L 77.604968,82.826642 76.544307,54.012041 76.013978,42.698332 2.298097,37.395031 Z"
id="path896"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccccccc" />
<path
style="display:inline;fill:#006600;fill-opacity:1;stroke:#000000;stroke-width:1.13386;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 24.308496,109.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 -11.146242,0.31182 -16.719661,0.24505 -8.2209,-0.0985 -24.646085,-0.95216 -24.646085,-0.95216 z"
id="path857"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csscac" />
<path
style="fill:#006600;fill-opacity:1;stroke:none;stroke-width:1.88976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 1.5909902,49.7694 c 0,0 11.2785068,3.829348 15.5563488,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 74.425065,26.899752 67.767531,5.4169263 C 64.736073,-4.3651171 57.508171,15.968806 53.740115,16.358605 L 41.365746,16.005051 32.638124,4.73324 17.091883,4.45911 4.3613363,15.651414 Z"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="caaasccscccccc" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Re-Ink"
style="display:inline"
transform="translate(14.847296,-1.4071514)">
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:3.77953;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 4.3613363,15.651414 c -4.59153534,10.740741 -2.134901,57.07302 -2.134901,57.07302 0,0 -5.5970146,8.001689 0.1394113,12.870416 9.0540654,7.684536 12.1396644,4.640299 12.1396644,4.640299 0,0 1.601085,5.999584 0.42698,11.243811 -1.174105,5.24423 -0.257687,8.95878 24.137376,9.59176 20.059889,-0.90747 28.00612,1.05377 31.274753,-3.66478 1.936463,-3.42778 -1.841438,-16.416229 -0.616337,-20.586633 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 -0.964639,-21.6408678 -6.613167,-22.2130205 C 55.052593,3.3943115 61.302056,15.509637 50.622051,15.978574 32.275856,16.784118 36.100301,3.3069645 30.109252,3.9542285 17.782563,5.2859845 8.9528716,4.9106733 4.3613363,15.651414 Z"
id="path864"
inkscape:connector-curvature="0"
sodipodi:nodetypes="zcsczcczsacsssz" />
<path
style="opacity:1;fill:none;stroke:#000000;stroke-width:3.77953;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 18.206006,40.563119 -3.700495,49.67203"
id="path870"
inkscape:connector-curvature="0" />
<path
style="opacity:1;fill:none;stroke:#000000;stroke-width:3.77953;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 66.312441,47.679455 3.415842,39.139852"
id="path872"
inkscape:connector-curvature="0" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
sprites/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

34
sprites/logo.png.import Normal file
View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://wr3ns0ywb75q"
path="res://.godot/imported/logo.png-9048fb90decc23e071a5e31cbd95178e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/logo.png"
dest_files=["res://.godot/imported/logo.png-9048fb90decc23e071a5e31cbd95178e.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://b4g0qprd6i545"
path="res://.godot/imported/cursor.png-510ed8f4707337aeaa4855fa575b5224.ctex"
path="res://.godot/imported/cursor.png-8f7f1d226048e0d8db54ed4c75641444.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/clothes/cursor.png"
dest_files=["res://.godot/imported/cursor.png-510ed8f4707337aeaa4855fa575b5224.ctex"]
source_file="res://sprites/ui/cursor.png"
dest_files=["res://.godot/imported/cursor.png-8f7f1d226048e0d8db54ed4c75641444.ctex"]
[params]

BIN
sprites/ui/fullbodyBtn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,005 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cl0wwlm6yw0ug"
path="res://.godot/imported/fullbodyBtn.png-f506c185022437b56c8bcc7e37108083.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/ui/fullbodyBtn.png"
dest_files=["res://.godot/imported/fullbodyBtn.png-f506c185022437b56c8bcc7e37108083.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

BIN
sprites/ui/greenBtn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://clakkue2mohs4"
path="res://.godot/imported/greenBtn.png-4d4dd91a26d599b1f56f508992a67f2c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/ui/greenBtn.png"
dest_files=["res://.godot/imported/greenBtn.png-4d4dd91a26d599b1f56f508992a67f2c.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

BIN
sprites/ui/redBtn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cd8mirubbhn10"
path="res://.godot/imported/redBtn.png-e2a2e519f53fb6bff43505aa9622a1cf.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/ui/redBtn.png"
dest_files=["res://.godot/imported/redBtn.png-e2a2e519f53fb6bff43505aa9622a1cf.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

BIN
sprites/ui/seperateBtn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://nc0wkek55yhu"
path="res://.godot/imported/seperateBtn.png-9c26f70de7cb496b00568eacdb9e191f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/ui/seperateBtn.png"
dest_files=["res://.godot/imported/seperateBtn.png-9c26f70de7cb496b00568eacdb9e191f.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d1u3w61r0uv7p"
path="res://.godot/imported/boxersOfAmericaFrame.png-305851a525e3ee9fbe3ec9956a4aa80b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/world/boxersOfAmericaFrame.png"
dest_files=["res://.godot/imported/boxersOfAmericaFrame.png-305851a525e3ee9fbe3ec9956a4aa80b.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://bi7ayrxnn7hex"
path="res://.godot/imported/icrazy_frame.svg-032c353b0b85ae71d6c5843b8929a60c.ctex"
path="res://.godot/imported/icrazy_frame.svg-96baf65adc7b6794f97c6c0d94fcce08.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/clothes/icrazy_frame.svg"
dest_files=["res://.godot/imported/icrazy_frame.svg-032c353b0b85ae71d6c5843b8929a60c.ctex"]
source_file="res://sprites/world/icrazy_frame.svg"
dest_files=["res://.godot/imported/icrazy_frame.svg-96baf65adc7b6794f97c6c0d94fcce08.ctex"]
[params]