mirror of
https://github.com/pandorabox-io/spacecannon.git
synced 2024-12-21 05:15:47 +01:00
formspec fix
This commit is contained in:
parent
21c908792c
commit
3b1830f9fc
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)
|
||||
|
Loading…
Reference in New Issue
Block a user