mirror of
https://github.com/pandorabox-io/spacecannon.git
synced 2025-03-10 12:22:31 +01:00
formspec fix
This commit is contained in:
2
util.lua
2
util.lua
@ -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)
|
||||
|
Reference in New Issue
Block a user