Search found 2 matches
- Sat Aug 22, 2020 8:47 pm
- Forum: Support and Development
- Topic: Making Sprites Disappear
- Replies: 1
- Views: 2420
Making Sprites Disappear
Hello, New to Lua and Love2D here! I'm trying to finish a final project for this online course I'm taking, and I want to know how I could make a sprite disappear. Currently, I have it so that the player is in one class, and anything to do with the map (so tiles and background) in another. I want to ...
- Thu Aug 13, 2020 6:06 pm
- Forum: Support and Development
- Topic: Error Drawing Platforms
- Replies: 1
- Views: 1730
Error Drawing Platforms
Hello, New to Lua/Game dev in general here. I'm trying to write a code to draw the background of my game. I have four different spritesheets for things related to setting: [*] Background - which contains the drawn "background image" of the game [*] Platforms - which contain the platform sp...