Change default arena size to 400

This commit is contained in:
GunshipPenguin 2015-05-22 21:37:53 -07:00
parent 236b6d851c
commit 825df97398

View File

@ -10,7 +10,7 @@ dofile(minetest.get_modpath("hungry_games").."/engine.lua")
--------Arena configuration-------- --------Arena configuration--------
--Set size of the arena. --Set size of the arena.
glass_arena.set_size(200) glass_arena.set_size(400)
--Set texture of the arena. [SAFE] --Set texture of the arena. [SAFE]
glass_arena.set_texture("default_glass.png") glass_arena.set_texture("default_glass.png")