Search found 2 matches

by Hexanix
Sun Aug 26, 2018 10:22 am
Forum: Support and Development
Topic: Lua/Löve2D newbie - need help understanding problem with loading graphics
Replies: 4
Views: 9299

Re: Lua/Löve2D newbie - need help understanding problem with loading graphics

Oh, I see, thanks Zorg! Fixing that actually makes the game run perfectly with the code so far, spawining multiple "bullet" objects with valid sprites. So I guess my debugger was playing tricks on me...? I hadn't really thought about looking up what index tables start off of in Lua, sincce...
by Hexanix
Sun Aug 26, 2018 1:33 am
Forum: Support and Development
Topic: Lua/Löve2D newbie - need help understanding problem with loading graphics
Replies: 4
Views: 9299

Lua/Löve2D newbie - need help understanding problem with loading graphics

Lua code link (It is the only file in the project currently, aside from a config): https://pastebin.com/9xrw1CDf Hello wonderful people of the Löve2D forum, I decided it's time to sit down and learn LÖVE2D development for good, so I started up a simple, small project, aided by an online tutorial - j...