Search found 150 matches

by WolfNinja2
Mon Feb 02, 2015 6:06 pm
Forum: Support and Development
Topic: *SOLVED* Changable controls?
Replies: 1
Views: 1765

*SOLVED* Changable controls?

I'm making a game and would like to make settings changeable. So if the player doesn't want to use the "w" key to move up they might change it. I'm at a complete loss as to how to do this and would appreciate any help! Thanks!
by WolfNinja2
Fri Feb 21, 2014 6:26 pm
Forum: Games and Creations
Topic: Martian Madness! (Alpha)
Replies: 6
Views: 4465

Re: Martian Madness! (Alpha)

Hey guys thanks for the help with the .zip/.rar stuff. the .love works now! :)

Also the capitalization issues were my graphic designer going in and doing stuff in my code, me-sorry. XD

New version works perfectly.
by WolfNinja2
Wed Feb 19, 2014 11:42 pm
Forum: Games and Creations
Topic: Martian Madness! (Alpha)
Replies: 6
Views: 4465

Re: Martian Madness! (Alpha)

Probably related to the fact we never upgraded to 0.9.0
so yeh...
by WolfNinja2
Wed Feb 19, 2014 10:50 pm
Forum: Games and Creations
Topic: Martian Madness! (Alpha)
Replies: 6
Views: 4465

Martian Madness! (Alpha)

Martian Madness https://love2d.org/imgmirrur/MKW7o49.png --Backstory-- Yes, that's right, Wolf is back after a long break from Love2D, he's much more organized and still doesn't understand mapping! :D But, now he has a graphic designer to accompany him, and the two of them have made this. Martian M...
by WolfNinja2
Sat Jan 18, 2014 7:54 pm
Forum: Support and Development
Topic: Drawing a image from a for loop?
Replies: 18
Views: 11940

Re: Drawing a image from a for loop?

veethree : thanks. others : lolidk
by WolfNinja2
Sat Jan 18, 2014 5:20 pm
Forum: Support and Development
Topic: Drawing a image from a for loop?
Replies: 18
Views: 11940

Re: Drawing a image from a for loop?

Still, I don't need any of that. Maybe someday but for this little project I'm doing 0.8.0.
by WolfNinja2
Sat Jan 18, 2014 5:10 pm
Forum: Support and Development
Topic: Drawing a image from a for loop?
Replies: 18
Views: 11940

Re: Drawing a image from a for loop?

Took out that function and just called the table at the top of the file. It gives me the same exact error. Code now. Is there any big reason to update to 0.9.0? I just didn't see a reason too... menu.lua buttons = {} -- buttons["Start"] = {x = 250, y = 350, width = 100, height = 50, pic = ...
by WolfNinja2
Sat Jan 18, 2014 4:16 pm
Forum: Support and Development
Topic: Drawing a image from a for loop?
Replies: 18
Views: 11940

Re: Drawing a image from a for loop?

I'm using love 0.8.0. Here is the .love. menu.lua is where the errors are.
by WolfNinja2
Sat Jan 18, 2014 4:13 pm
Forum: Support and Development
Topic: Tables being dickey again.
Replies: 2
Views: 2281

Re: Tables being dickey again.

Thank you very much this one is fixed, im an idiot haha

just changed the image to img_bullet instead of ressetting bullet.
by WolfNinja2
Sat Jan 18, 2014 5:38 am
Forum: Support and Development
Topic: Tables being dickey again.
Replies: 2
Views: 2281

Tables being dickey again.

More for loops telling me they want tables and not userdata. Error : Line 30 ; Bad Argument to ipairs , expected table, got userdata. Line 30 is the ipairs uder bulletUpdate() bullet = {} -- function LOAD_BULLET() bullet.speed = 600 bullet.width = 6 bullet.height = 6 end -- function bulletSpawn(x, y...