mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-07 08:16:38 +00:00
57 lines
2.5 KiB
HTML
57 lines
2.5 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
<!-- {{{ HEAD -->
|
|
<head>
|
|
<link charset="utf-8" href="../css/fonts.css" rel="stylesheet" type="text/css" />
|
|
<link charset="utf-8" href="../css/help.css" rel="stylesheet" type="text/css" />
|
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
|
<title>asciiblaster v1.0.7 documentation</title>
|
|
</head>
|
|
<!-- }}} -->
|
|
<!-- {{{ BODY -->
|
|
<body>
|
|
<div id="box_wrapper">
|
|
<div id="box">
|
|
<h1>asciiblaster documentation</h1>
|
|
<p>
|
|
These are some handy documents which address some of the more obscure features of asciiblaster:
|
|
</p>
|
|
|
|
<h2>Tips on using the keyboard</h2>
|
|
<pre>
|
|
[ 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)
|
|
</pre>
|
|
|
|
<h2>Notate bene</h2>
|
|
<p>
|
|
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.)<br />
|
|
<br />
|
|
Internet Explorer is explicitly unsupported.<br />
|
|
<br />
|
|
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.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<!-- }}} -->
|
|
</html>
|
|
|
|
<!--
|
|
vim:ts=2 sw=2 expandtab fenc=utf-8 foldmethod=marker nowrap tw=0
|
|
-->
|