Search found 5 matches
- Mon Feb 02, 2015 12:11 am
- Forum: Libraries and Tools
- Topic: [Solved] Clearing Screen After Restart
- Replies: 2
- Views: 2143
Re: [Help] Clearing Screen After Restart
You shouldn't store your list of enemies in the same table as your enemy variables. I'd make two separate tables, enemy and enemies. The former would hold variables about your enemies, the latter would hold your actual enemy instances. Currently by saying "enemies = {}" you're also gettin...
- Sun Feb 01, 2015 8:06 pm
- Forum: Libraries and Tools
- Topic: [Solved] Clearing Screen After Restart
- Replies: 2
- Views: 2143
[Solved] Clearing Screen After Restart
Hey Guys, I've been trying to figure this out now for a couple of days to no avail... I'm trying to clear the enemies from the screen by using enemies = {} after the user hits the restart button to clear the enemies table. The exact code I'm using: if player.health<=0 and love.keyboard.isDown('r') t...
- Sat Jan 24, 2015 5:46 pm
- Forum: Support and Development
- Topic: [HELP] Sublime 2 - "'love' is not recognized as..."
- Replies: 7
- Views: 7398
Re: [HELP] Sublime 2 - "'love' is not recognized as..."
WOOOOOT! I love you! That worked! Although... I cant figure out why.Doctory wrote:instead of Program Files try PROGRA~1
Can you elucidate?
Thanks again!!!!
- Sat Jan 24, 2015 5:16 pm
- Forum: Support and Development
- Topic: [HELP] Sublime 2 - "'love' is not recognized as..."
- Replies: 7
- Views: 7398
Re: [HELP] Sublime 2 - "'love' is not recognized as..."
you could always drag the folder over the love icon Yeah, that's what I've been doing, was hoping for a better solution to make debugging less of a hassle then it already is EDIT: { "selector": "source.lua", "cmd": ["C:/Program Files/LOVE/love.exe", "${p...
- Sat Jan 24, 2015 6:40 am
- Forum: Support and Development
- Topic: [HELP] Sublime 2 - "'love' is not recognized as..."
- Replies: 7
- Views: 7398
[HELP] Sublime 2 - "'love' is not recognized as..."
Hi All! I'm new here and I cant wait to make some fantastic games, from what I've heard, this is a fantastic engine and a great community! I'm trying to configure my Sublime 2 with Love but I keep running into this error: 'love' is not recognized as an internal or external command, operable program ...