Search found 2 matches

by Phisilon_
Sat Nov 04, 2023 6:25 am
Forum: Support and Development
Topic: Help with shaders!
Replies: 2
Views: 1555

Help with shaders!

Hello! I'm a relatively new game dev and trying to make a doom style game called delta. I decided to make a table of screen colors and use custom functions to draw rectangles, lines, circles, ect and render the screen to make it the same resolution on different computers in full screen. Unfortunatel...
by Phisilon_
Wed Jun 07, 2023 6:51 pm
Forum: Support and Development
Topic: number expected, got nil
Replies: 2
Views: 1967

number expected, got nil

I've been trying to learn LÖVE for a few days now and I decided to code snake for a first project. Sadly, I get an error this error when trying to draw the head. Error main.lua:80: bad argument #2 to 'rectangle' (number expected, got nil) Traceback [love "callbacks.lua"]:228: in function '...