Skip to content
Magnus Oblerion edited this page Apr 9, 2024 · 11 revisions

Welcome to the love2d.js wiki!

wiki no longer be update -> manual.pdf

difference between love2d and love2d.js

  • This framework work with javascript, not lua.
  • love.graphics.setFont(name) work with name of font ("arial","ani","consola").
    It can't load ttf file in this time.
  • love.window.setMode() can't set fullscreen.
  • love.graphics.print(text,x,y,r,sx) sx can set only font size
  • some limitation due at your browsers can do and can't do
Clone this wiki locally