Search found 11 matches

by xlr8877
Mon Mar 26, 2018 3:10 pm
Forum: Support and Development
Topic: Error With Object Oriented Things
Replies: 13
Views: 8698

Error With Object Oriented Things

I'm fairly new to LUA and LOVE2D both. I've been getting this for a while and need to finish it to continue. The code is bellow. https://love2d.org/imgmirrur/6UyLGrS.png main.lua: camera = {} camera.x = 0 camera.y = 0 camera.scaleX = 1 camera.scaleY = 1 camera.rotation = 0 function camera:set() love...