X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=server.py;h=9791d5f0bacf830fd4faa19a2b23b6184c2be0b1;hb=64bf1873a6686c1bc974321c13d3c9f7800db0d6;hp=6eb7016bb7d8e3a2b90d6af48f63503cf9209224;hpb=b3f0ccf42cae443312ec36309f25a8621ef3e9a8;p=plomrogue2-experiments diff --git a/server.py b/server.py index 6eb7016..9791d5f 100755 --- a/server.py +++ b/server.py @@ -20,7 +20,7 @@ if os.path.exists(game_file_name): print("FILE INPUT LINE %s: %s" % (i, line), end='') game.io.handle_input(line, store=False) else: - game.io.handle_input('MAP_SIZE Y:5,X:5') + game.io.handle_input('MAP Hex Y:5,X:5') game.io.handle_input('TERRAIN_LINE 0 "xxxxx"') game.io.handle_input('TERRAIN_LINE 1 "x...x"') game.io.handle_input('TERRAIN_LINE 2 "x.X.x"')