aboutsummaryrefslogtreecommitdiff
path: root/textures/base/pack/joystick_center.png
Commit message (Expand)AuthorAge
* Re-master and improve touchscreen gui icons (#7931)stujones112018-12-03
* Android: Replace movement buttons with joystick (#7126)Muhammad Rifqi Priyo Susanto2018-04-10
= "size[11,5.5]bgcolor[#320000b4;true]" .. "label[4.85,1.35;" .. fgettext("You died") .. "]button_exit[4,3;3,0.5;btn_respawn;".. fgettext("Respawn") .."]" core.show_formspec("bultin:death", formspec) end) core.register_on_formspec_input(function(formname, fields) if formname == "bultin:death" then core.send_respawn() end end)