mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-07 00:06:41 +00:00
39 lines
1.3 KiB
HTML
39 lines
1.3 KiB
HTML
<!-- https://raw.githubusercontent.com/lalbornoz/asciiblaster/master/LICENCE -->
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="../css/sally.css" type="text/css" charset="utf-8" />
|
|
<link rel="stylesheet" href="../css/ak.css" type="text/css" charset="utf-8" />
|
|
<link rel="stylesheet" href="../css/nitelite.css" type="text/css" charset="utf-8" />
|
|
<style>
|
|
body { font-family: 'FixedsysExcelsior301Regular'; }
|
|
a:nth-of-type(2n+1), a { color: #0f0; }
|
|
a:nth-of-type(2n+2), a { color: #ff0; }
|
|
</style>
|
|
|
|
<br><br>
|
|
<center>
|
|
|
|
<table border=35 cellpadding=10>
|
|
<tr><td style="background: rgba(0,0,100,0.5)">
|
|
<h1>asciiblaster documentation</h1>
|
|
|
|
<span style="white-space: pre; color: white;">
|
|
These are some handy documents which address some of the more obscure
|
|
features of the asdf.us color code tool:
|
|
|
|
<h2>Tips on using the keyboard</h2>
|
|
These keyboard commands work in brush mode (square, circle, cross):
|
|
|
|
<pre>
|
|
[ brush smaller
|
|
] brush bigger
|
|
ctrl~click on brush erase cell
|
|
ctrl~click on canvas draw with bg color
|
|
shift~click on canvas draw line from last position
|
|
alt~click on canvas fill brush with sampled color
|
|
alt~shift~click on canvas copy canvas to brush
|
|
rightclick on palette set bg color (when drawing with a letter)
|
|
|
|
h/t timb for guide
|
|
</pre>
|
|
|