mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-08 14:14:48 -04:00
- We'll now using Godot's native UI elements along with a custom theme and fonts. - Changing to the character's clothes is now done by referencing the instanced node instead of the game screen. You no longer have to blindly guess where to put the placeholders from in clothes scene because the placeholders are already there for changing. - Classic mode now has it's own copy of the character node. This was the reason for the original setup. - Disabled some debug warnings - Window is now resizable and will respect aspect ratio - Credits screen - Global menu, WIP
19 lines
1.1 KiB
XML
19 lines
1.1 KiB
XML
<?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>
|