2018-11-20 20:01:24 +00:00
|
|
|
<!-- https://raw.githubusercontent.com/lalbornoz/asciiblaster/master/LICENCE -->
|
2018-10-24 15:14:46 +00:00
|
|
|
<meta charset="UTF-8">
|
2018-11-23 13:37:10 +00:00
|
|
|
<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" />
|
2018-10-24 15:14:46 +00:00
|
|
|
<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)">
|
2018-11-24 11:43:21 +00:00
|
|
|
<h1>asciiblaster documentation</h1>
|
2018-10-24 15:14:46 +00:00
|
|
|
|
|
|
|
<span style="white-space: pre; color: white;">
|
2018-11-25 09:13:57 +00:00
|
|
|
These are some handy documents which address some of the more obscure features of asciiblaster:
|
2018-10-24 15:14:46 +00:00
|
|
|
|
2018-11-24 11:43:21 +00:00
|
|
|
<h2>Tips on using the keyboard</h2>
|
|
|
|
<pre>
|
2018-11-25 09:13:57 +00:00
|
|
|
[ Decrease brush size
|
|
|
|
] Increase brush size
|
|
|
|
<Alt> + <LMB> on canvas Fill brush with sampled color
|
|
|
|
<Alt> + <Shift> + <LMB> on canvas Copy canvas to brush
|
|
|
|
<Ctrl> + <LMB> on brush Erase cell
|
|
|
|
<Ctrl> + <LMB> on canvas Draw with background color
|
|
|
|
<Shift> + <LMB> on canvas Draw line from last position
|
|
|
|
<Shift> + <LMB> on character box Switch to next character set
|
|
|
|
<Shift> + <LMB> on stored brush Delete stored brush
|
|
|
|
<RMB> on palette Set background color (when drawing with a letter)
|
2018-11-24 11:43:21 +00:00
|
|
|
</pre>
|
2018-10-24 15:14:46 +00:00
|
|
|
|
2018-11-25 09:13:57 +00:00
|
|
|
<h2>Notate bene</h2>
|
|
|
|
Characters not forming part of the initial set in the character box beneath the colour palette
|
|
|
|
encode to, assuming UTF-8, 2-3 bytes in total vs. one (1) byte for those part of the initial
|
|
|
|
set (e.g. 0-9, A-Z, a-z, etc.)
|
|
|
|
|
|
|
|
Repeating patterns of alternating back- and foreground colours, and vice versa, are encoded
|
|
|
|
using a single (1) byte in mIRC format (video reverse) and as such save space, especially
|
|
|
|
with large numbers of repetitions or alternations.
|
|
|
|
|
|
|
|
<!--
|
|
|
|
vim:ts=2 sw=2 expandtab fenc=utf-8 foldmethod=marker nowrap tw=0
|
|
|
|
-->
|