formspec fix

This commit is contained in:
Thomas Rudin 2018-11-16 08:33:38 +01:00
parent 21c908792c
commit 3b1830f9fc

@ -2,7 +2,7 @@ local has_warzone_mod = minetest.get_modpath("warzone")
spacecannon.update_formspec = function(meta)
meta:set_string("formspec", "size[8,2;]" ..
"button_exit[0,2;8,1;fire;Fire]")
"button_exit[0,1;8,1;fire;Fire]")
end
spacecannon.fire = function(pos, color, speed, range)