blob: 3477b25f695af7976e70070fbc0d10687729c03c (
plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
=encoding utf-8
=head1 NAME
frogatto - 2D platformer game starring a quixotic frog
=head1 SYNOPSIS
frogatto [ OPTIONS ]
=head1 DESCRIPTION
B<frogatto> is a platformer in the style of old arcade, Sega and
Nintendo games. The world is viewed as a cross-section seen from the
side, and your character walks and jumps between solid platforms
whilst fighting monsters.
=head1 OPTIONS
=head2 --fullscreen
starts B<frogatto> in fullscreen mode.
=head2 --widescreen
uses widescreen mode.
=head2 --no-sound
turns off sound.
=head2 --no-music
turns off music.
=head2 --fps
shows FPS.
=head2 --no-fps
doesn't show FPS.
=head2 --debug
prints debug informations.
=head2 --no-debug
doesn't print debug informations.
=head2 --textures16, --textures32
uses 16 or 32 bits per pixes textures.
=head1 HOMEPAGE
http://www.frogatto.com/
|