-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathManual.html
25 lines (24 loc) · 1.01 KB
/
Manual.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<!--
File: GUI.py | [ Language Python ]
Author: Gaps | sGaps | ArtGaps
LICENSE: GPLv3 (available in ./LICENSE.txt)
Using: ( BBD's Krita Script Starter Feb 2018 )
....................................................... -->
<head><title>Pixel Borders</title></head>
<body>
<h3>Pixel Borders</h3>
<p>Make your pixelart characters look great with colourized borders!</p>
<h3>How to use</h3>
<p>Go to: <i>Tools > Scripts > Pixel Border</i>.</p>
<p>Then select the border color, the border mode and make the recipe for the border. <a href="https://github.com/sGaps/pixel-borders#how-to-use-it">more info</a></p>
<ul>
<li><a href="https://github.com/sGaps/pixel-borders">Source Code</a></li>
<li><a href="https://github.com/sGaps/pixel-borders/releases/latest">Lastest Version</a></li>
<li><a href="./LICENSE.txt">LICENSE</a></li>
</ul>
<p><i>Made by <strong>sGaps | ArtGaps | Gaps</strong></i></p>
</body>
</html>