.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "FROZEN-BUBBLE-EDITOR 1p" .TH FROZEN-BUBBLE-EDITOR 1p 2024-03-07 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME frozen\-bubble\-editor \- a level editor for Frozen Bubble .SH SYNOPSIS .IX Header "SYNOPSIS" .Vb 1 \& frozen\-bubble\-editor [OPTION]... .Ve .SH DESCRIPTION .IX Header "DESCRIPTION" This editor lets you manipulate level-sets, in which you can add, remove and modify levels thanks to a mouse-oriented interface (there are also many interesting keyboard shortcuts). The interface is very straightforward: click on the written planches on the left an right parts of the screen to perform the relevant actions, and on the level area to change the bubble color; use the "void" bubble (or right-click) to remove a bubble. .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-h\fR, \fB\-\-help\fR" 4 .IX Item "-h, --help" show command-line options summary .IP "\fB\-fs\fR, \fB\-\-fullscreen\fR" 4 .IX Item "-fs, --fullscreen" start in fullscreen mode .IP "\fB\-ls\fR \fIFILENAME\fR, \fB\-\-levelset\fR \fIFILENAME\fR" 4 .IX Item "-ls FILENAME, --levelset FILENAME" directly start with the specified levelset name .IP "\fB\-l\fR \fINUMB\fR, \fB\-\-level\fR \fINUMB\fR" 4 .IX Item "-l NUMB, --level NUMB" directly start the level number \fINUMB\fR .IP "\fB\-cb\fR, \fB\-\-colourblind\fR" 4 .IX Item "-cb, --colourblind" use special bubbles for colourblind people .SH "KEY SHORTCUTS" .IX Header "KEY SHORTCUTS" The following key shortcuts are available during level edition: .IP \fBF1\fR 4 .IX Item "F1" displays the help dialog .IP "\fBp\fR, \fBh\fR, \fBleft\fR" 4 .IX Item "p, h, left" previous level .IP "\fBn\fR, \fBl\fR , \fBright\fR" 4 .IX Item "n, l , right" next level .IP \fBup\fR 4 .IX Item "up" first level .IP \fBdown\fR 4 .IX Item "down" last level .IP \fBa\fR 4 .IX Item "a" append level .IP \fBi\fR 4 .IX Item "i" insert level .IP \fBd\fR 4 .IX Item "d" delete level .IP \fB]\fR 4 .IX Item "]" move level right .IP \fB[\fR 4 .IX Item "[" move level left .IP \fBj\fR 4 .IX Item "j" jump to level (after \fBj\fR, enter level number, then \fBReturn\fR) .IP \fBo\fR 4 .IX Item "o" open levelset .IP \fBs\fR 4 .IX Item "s" save levelset .IP \fBf\fR 4 .IX Item "f" toggle fullscreen .IP "\fBq\fR, \fBEscape\fR" 4 .IX Item "q, Escape" quit .PP During dialogs, you may use \fBReturn\fR to accept and \fBEscape\fR to cancel. .SH AUTHOR .IX Header "AUTHOR" Written by Kim Joham and David Joham <[k|d]joham at yahoo.com>. Integration work by Guillaume Cottenceau . This manual page was written by Guillaume Cottenceau. .PP Visit official homepage: .SH "SEE ALSO" .IX Header "SEE ALSO" frozen-bubble .SH COPYRIGHT .IX Header "COPYRIGHT" Copyright © 2002, 2003 Kim Joham and David Joham <[k|d]joham at yahoo.com>. .PP This is Free Software; this software is licensed under the GPL version 2, as published by the Free Software Foundation. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.