Search found 2 matches

by hanicraft
Mon May 01, 2023 12:48 pm
Forum: Support and Development
Topic: how can im make input goes under last line of output ?
Replies: 1
Views: 765

how can im make input goes under last line of output ?

im making a fantasy console but im want when user enters command it automaticly goes under output

heres what i tried so far

Code: Select all

function love.draw()
  local outputHeight = font:getHeight(output)
  love.graphics.print(output, 10, 10)
  love.graphics.print(input, 10, 20 + outputHeight)
end
by hanicraft
Sun Apr 30, 2023 9:59 pm
Forum: Support and Development
Topic: is love good for making fantasy consoles?
Replies: 2
Views: 1001

is love good for making fantasy consoles?

im trying to make a fantasy console
but im wanna know is lua and love good for making that