Löve Copy
A downloadable tool for Windows, macOS, and Linux
Atention
Löve Copy is a javascript remake of love2d, it's just a joke, it's nothing serious with love2d devs.
To see the scripts that work go to scripts.txt
News
collision detector
- love.physics.isColliding (obj1, obj2)
Mouse
- love.mouse.getX()
- love.mouse.getY()
- love.mouse.setCursor (htmlcursor)
- love.mouse.isDown (button number)
FileSytem
- love.filesystem.newFile(data)
- love.filesystem.write(data, content)
Images
- love.graphics.newImage("filepath")
- love.graphics.draw(image, x, y, width, height)
Lua Script
- print("msg")
Install instructions
Extract the LöveCopy folder and open the main.js which is in the lovegame folder, there is the game script
Leave a comment
Log in with itch.io to leave a comment.