Initial commit

This commit is contained in:
OverloadedOrama 2019-08-18 12:28:38 +03:00
commit f647a42752
71 changed files with 1548 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/eraser.png-63c5caed334f555f34b58013167136d1.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Graphics/Tools/eraser.png"
dest_files=[ "res://.import/eraser.png-63c5caed334f555f34b58013167136d1.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fill bucket.png-52b75bf5bbdd3ccd544de66c0c6f7825.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Graphics/Tools/fill bucket.png"
dest_files=[ "res://.import/fill bucket.png-52b75bf5bbdd3ccd544de66c0c6f7825.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/pencil.png-f45fc5ea6bc3e16a40ce7f3bc56fc30d.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Graphics/Tools/pencil.png"
dest_files=[ "res://.import/pencil.png-f45fc5ea6bc3e16a40ce7f3bc56fc30d.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

View file

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="792px" height="792px" viewBox="0 0 792 792" style="enable-background:new 0 0 792 792;" xml:space="preserve">
<g>
<g>
<path d="M587.812,235.125h-2.475c-16.385-46.122-54.858-81.725-102.713-94.112V68.062c0-10.247-8.316-18.562-18.562-18.562
h-37.125c-10.246,0-18.562,8.316-18.562,18.562v72.951c-47.854,12.387-86.328,47.99-102.712,94.112h-1.238
c-40.949,0-69.3,27.114-69.3,68.062V722.7c0,40.948,28.351,69.3,69.3,69.3h283.388c40.949,0,68.062-28.352,68.062-69.3V303.188
C655.875,262.239,628.762,235.125,587.812,235.125z M445.5,185.625c36.543,0,68.459,19.961,85.61,49.5H359.89
C377.042,205.586,408.957,185.625,445.5,185.625z M304.425,284.625H346.5h198h37.125h6.188c13.612,0,18.562,4.95,18.562,18.562
v30.938h-321.75v-30.938C284.625,289.575,290.812,284.625,304.425,284.625z M606.375,383.625V643.5h-321.75V383.625H606.375z
M587.812,742.5H304.425c-13.612,0-19.8-6.188-19.8-19.8V693h321.75v29.7C606.375,736.312,601.425,742.5,587.812,742.5z"/>
<circle cx="346.5" cy="86.625" r="24.75"/>
<circle cx="235.125" cy="86.625" r="24.75"/>
<circle cx="297" cy="148.5" r="24.75"/>
<circle cx="297" cy="24.75" r="24.75"/>
<circle cx="160.875" cy="148.5" r="24.75"/>
<circle cx="160.875" cy="24.75" r="24.75"/>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/spraying-bottle-outline.svg-1ab842341f40f026a62a13ccf7ff4577.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Graphics/Tools/spraying-bottle-outline.svg"
dest_files=[ "res://.import/spraying-bottle-outline.svg-1ab842341f40f026a62a13ccf7ff4577.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

BIN
Assets/Graphics/grid.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 B

View file

@ -0,0 +1,13 @@
[remap]
importer="image"
type="Image"
path="res://.import/grid.png-643b5c8878aaf0c84a360796789dae22.image"
[deps]
source_file="res://Assets/Graphics/grid.png"
dest_files=[ "res://.import/grid.png-643b5c8878aaf0c84a360796789dae22.image" ]
[params]

BIN
Assets/Graphics/left.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/left.png-a0857f5581a7224bc4706f5b5b072c04.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Graphics/left.png"
dest_files=[ "res://.import/left.png-a0857f5581a7224bc4706f5b5b072c04.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

BIN
Assets/Graphics/right.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/right.png-e081bdade321da1277a90c4dc43840cc.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/Graphics/right.png"
dest_files=[ "res://.import/right.png-e081bdade321da1277a90c4dc43840cc.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0