Search found 102 matches

by Imaculata
Wed Aug 12, 2015 7:11 pm
Forum: Support and Development
Topic: How to setup ZeroBraneStudio for debug?
Replies: 1
Views: 1702

How to setup ZeroBraneStudio for debug?

As the thread title reads, how do I get ZeroBraneStudio properly configured so debugging works? Is it compatible with the latest version of LOVE at all? I've reached that point where errors start popping up in tables, and I have no idea what is going wrong. So I need a way to trace the problem, and ...
by Imaculata
Tue Aug 11, 2015 10:43 am
Forum: Support and Development
Topic: Help tracking down an error in spritebatch
Replies: 1
Views: 1133

Help tracking down an error in spritebatch

I'm relatively new to coding, and I've just started on a simple Zelda clone in LOVE. I used one of the code examples from this tutorial , to create this bit of code here: function setupMap() --Called upon loading the game --the level layout --This is the system of inter connecting rooms and the pref...