Skip to content
oblerion edited this page Aug 25, 2022 · 10 revisions

Welcome to the love2d.js wiki!

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