pull the globs outside the Meaty Sequence

update tiles textfile, too
This commit is contained in:
Derek S. Ray
2015-03-20 11:37:50 -04:00
parent 7fc2a7a115
commit daf3343dae
3 changed files with 31 additions and 30 deletions

View File

@@ -4707,7 +4707,26 @@ P = (108, 145, 182)
MMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMM
}
# tile 247 (glob of gray ooze)
# tile 247 (meat ring)
{
MMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMM
MMMMMOOOAMMMMMMM
MMMMOAAMOOAMMMMM
MMMMOAAMMMOAMMMM
MMMMMOAAMMMOAMMM
MMMMMOAAMMMOAMMM
MMMMMOAMMMMOAMMM
MMMMOAAAMMOAAMMM
MMMMMOOOOOAAMMMM
MMMMMMAAAAAMMMMM
MMMMMMMMMMMMMMMM
}
# tile 248 (glob of gray ooze)
{
MMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMM
@@ -4726,7 +4745,7 @@ P = (108, 145, 182)
MMMAAAMAAAAAMMMM
MMMMMMMMMMMMMMMM
}
# tile 248 (glob of brown pudding)
# tile 249 (glob of brown pudding)
{
MMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMM
@@ -4745,7 +4764,7 @@ P = (108, 145, 182)
MMMAAAMAAAAAMMMM
MMMMMMMMMMMMMMMM
}
# tile 249 (glob of green slime)
# tile 250 (glob of green slime)
{
MMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMM
@@ -4764,7 +4783,7 @@ P = (108, 145, 182)
MMMAAAMAAAAAMMMM
MMMMMMMMMMMMMMMM
}
# tile 250 (glob of black pudding)
# tile 251 (glob of black pudding)
{
MMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMM
@@ -4783,25 +4802,6 @@ P = (108, 145, 182)
MMMAAAMAAAAAMMMM
MMMMMMMMMMMMMMMM
}
# tile 251 (meat ring)
{
MMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMM
MMMMMOOOAMMMMMMM
MMMMOAAMOOAMMMMM
MMMMOAAMMMOAMMMM
MMMMMOAAMMMOAMMM
MMMMMOAAMMMOAMMM
MMMMMOAMMMMOAMMM
MMMMOAAAMMOAAMMM
MMMMMOOOOOAAMMMM
MMMMMMAAAAAMMMMM
MMMMMMMMMMMMMMMM
}
# tile 252 (kelp frond)
{
MMMMFAMMMMMMMMMM

View File

@@ -8,6 +8,7 @@ sub bail($);
use Getopt::Std;
# TODO: switch to Getopt::Long so we can parse normal arguments too
$Getopt::Std::STANDARD_HELP_VERSION = TRUE;
$main::VERSION = 1.0;
@@ -52,7 +53,7 @@ exit;
sub main::HELP_MESSAGE()
{
print <<"STARTHELP";
Usage: renumtiles.pl [OPTIONS]
Usage: renumtiles.pl [OPTIONS] <textfile>
STARTHELP
foreach $cmd (keys(%commands)) {