mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-03 23:41:56 +00:00
60 lines
2.8 KiB
XML
60 lines
2.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<skin name="Default Skin"
|
|
author="Ilija Melentijevic"
|
|
url="http://ilkke.blogspot.com/">
|
|
|
|
<cursors>
|
|
<cursor id="normal" x="80" y="0" w="16" h="16" focusx="0" focusy="0" />
|
|
<cursor id="normal_add" x="80" y="16" w="16" h="16" focusx="0" focusy="0" />
|
|
<cursor id="forbidden" x="80" y="32" w="16" h="16" focusx="0" focusy="0" />
|
|
<cursor id="hand" x="80" y="48" w="16" h="16" focusx="5" focusy="3" />
|
|
<cursor id="scroll" x="80" y="64" w="16" h="16" focusx="8" focusy="8" />
|
|
<cursor id="move" x="80" y="80" w="16" h="16" focusx="0" focusy="0" />
|
|
<cursor id="size_tl" x="80" y="96" w="16" h="16" focusx="8" focusy="8" />
|
|
<cursor id="size_t" x="80" y="112" w="16" h="16" focusx="8" focusy="8" />
|
|
<cursor id="size_tr" x="80" y="128" w="16" h="16" focusx="8" focusy="8" />
|
|
<cursor id="size_l" x="80" y="144" w="16" h="16" focusx="8" focusy="8" />
|
|
<cursor id="size_r" x="80" y="160" w="16" h="16" focusx="8" focusy="8" />
|
|
<cursor id="size_bl" x="80" y="176" w="16" h="16" focusx="8" focusy="8" />
|
|
<cursor id="size_b" x="80" y="192" w="16" h="16" focusx="8" focusy="8" />
|
|
<cursor id="size_br" x="80" y="208" w="16" h="16" focusx="8" focusy="8" />
|
|
<cursor id="eyedropper" x="80" y="224" w="16" h="16" focusx="0" focusy="15" />
|
|
</cursors>
|
|
|
|
<tools>
|
|
|
|
<tool id="rectangular_marquee" x="144" y="0" w="16" h="16" />
|
|
<tool id="elliptical_marquee" x="160" y="0" w="16" h="16" />
|
|
<tool id="lasso" x="176" y="0" w="16" h="16" />
|
|
<tool id="polygonal_lasso" x="192" y="0" w="16" h="16" />
|
|
<tool id="magic_wand" x="208" y="0" w="16" h="16" />
|
|
|
|
<tool id="pencil" x="144" y="16" w="16" h="16" />
|
|
<tool id="spray" x="160" y="16" w="16" h="16" />
|
|
|
|
<tool id="eraser" x="144" y="32" w="16" h="16" />
|
|
<tool id="eyedropper" x="160" y="32" w="16" h="16" />
|
|
<tool id="hand" x="176" y="32" w="16" h="16" />
|
|
<tool id="move" x="192" y="32" w="16" h="16" />
|
|
|
|
<tool id="paint_bucket" x="144" y="48" w="16" h="16" />
|
|
|
|
<tool id="line" x="144" y="64" w="16" h="16" />
|
|
<tool id="curve" x="160" y="64" w="16" h="16" />
|
|
|
|
<tool id="rectangle" x="144" y="80" w="16" h="16" />
|
|
<tool id="filled_rectangle" x="160" y="80" w="16" h="16" />
|
|
<tool id="ellipse" x="176" y="80" w="16" h="16" />
|
|
<tool id="filled_ellipse" x="192" y="80" w="16" h="16" />
|
|
|
|
<tool id="contour" x="144" y="96" w="16" h="16" />
|
|
<tool id="polygon" x="160" y="96" w="16" h="16" />
|
|
|
|
<!--tool id="shade" x="144" y="112" w="16" h="16" /-->
|
|
<tool id="blur" x="160" y="112" w="16" h="16" />
|
|
<tool id="jumble" x="176" y="112" w="16" h="16" />
|
|
|
|
<tool id="configuration" x="144" y="128" w="16" h="16" />
|
|
</tools>
|
|
</skin>
|