X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=server.py;h=9791d5f0bacf830fd4faa19a2b23b6184c2be0b1;hb=1c48dfdf85d5549202412f01eced7712adf2d468;hp=2a7b55cf530439623c022e7db0c9dadc7b250b95;hpb=4fc1e457d1a4b4497334f3141a372d525d25bcfe;p=plomrogue2-experiments diff --git a/server.py b/server.py index 2a7b55c..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 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"')