Search found 5 matches

by Blitzer1001
Sat Sep 10, 2022 5:41 pm
Forum: Support and Development
Topic: HELP! I AM STUCK!!
Replies: 4
Views: 1722

Re: HELP! I AM STUCK!!

Thank you pgimeno! you helped me so much!
by Blitzer1001
Sat Sep 10, 2022 12:00 pm
Forum: Support and Development
Topic: HELP! I AM STUCK!!
Replies: 4
Views: 1722

HELP! I AM STUCK!!

So i made an .love file and when i run it this is the error message i get: Error [love "boot.lua"]:321: No code to run Your game might be packaged incorrectly. Make sure main.lua is at the top level of the zip. I have checked that main.lua is on top and i dont know what to do, it driving m...
by Blitzer1001
Sun Jul 31, 2022 2:45 pm
Forum: Support and Development
Topic: Is there sometthing like the pen on scratch in love 2d or lua?
Replies: 4
Views: 2091

Is there sometthing like the pen on scratch in love 2d or lua?

i am just curious since, i want to make a raycasting game :ultrahappy: .
by Blitzer1001
Thu Jul 28, 2022 5:00 pm
Forum: Support and Development
Topic: I get a wierd error i havent seen anywhere
Replies: 2
Views: 1528

Re: I get a wierd error i havent seen anywhere

thanks for solving my problem, pgimeno! it really blocked development!
by Blitzer1001
Wed Jul 27, 2022 12:30 pm
Forum: Support and Development
Topic: I get a wierd error i havent seen anywhere
Replies: 2
Views: 1528

I get a wierd error i havent seen anywhere

so this is my code: function love.load() love.window.setMode(1920, 1080, {resizable=false, fullscreen=true, vsync=false, minwidth=1920, minheight=1080}) harmony = {} harmony.sprite = love.image.newImageData("Sprites/Harmony.png") harmony.bg = love.image.newImageData("Sprites/HarmonyBg...