Files
VoxelEngine/res/content/base/scripts/hud.lua
T

6 lines
108 B
Lua

function on_hud_open()
input.add_callback("player.drop", function ()
entity.test()
end)
end