More work on Prompt Widget
This commit is contained in:
@@ -40,9 +40,9 @@ function cube.lookmenu(add)
|
||||
end
|
||||
|
||||
function sphere.lookhotkeys(add)
|
||||
add("DPadU", "Sphere Hi", function () dprint("Doing Sphere Hi") end)
|
||||
add("DPadL", "Sphere Bye", function () dprint("Doing Sphere Bye") end)
|
||||
add("DPadR", "Sphere Yo", function () dprint("Doing Sphere Yo") end)
|
||||
add("FaceL", "Sphere Hi", function () dprint("Doing Sphere Hi") end)
|
||||
add("FaceM", "Sphere Bye", function () dprint("Doing Sphere Bye") end)
|
||||
add("FaceR", "Sphere Yo", function () dprint("Doing Sphere Yo") end)
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user