Search found 5 matches

by schmavies
Fri Jul 24, 2015 1:48 pm
Forum: Support and Development
Topic: How to position x and y in Text.Lua...?
Replies: 1
Views: 695

How to position x and y in Text.Lua...?

Help. Im dumb. :crazy: I decided to try out text.lua from markandgo and I learned how to display wrapped text, but I don't know how to set the x and y axis because the text stays on the origin. Can someone tell me how to to do this and maybe provide a general example of it? I would appreciate it a l...
by schmavies
Thu Oct 02, 2014 9:25 pm
Forum: Support and Development
Topic: Gamepad Button Syntax..?
Replies: 3
Views: 1862

Re: Gamepad Button Syntax..?

Thanks a lot for answering. I guess I didn't see that in the LOVE docs... :oops:
by schmavies
Wed Oct 01, 2014 4:43 am
Forum: Support and Development
Topic: Gamepad Button Syntax..?
Replies: 3
Views: 1862

Gamepad Button Syntax..?

Can someone tell me the code for Xbox game pad button input? So far, I only know what the D Pad Syntax... Does anyone know the syntax for the x,y,a,b buttons, the thumb sticks, the shoulder buttons, and the start and back buttons? Any help would be appreciated! :neko: function love.update(dt) if not...
by schmavies
Fri Apr 11, 2014 11:41 pm
Forum: Support and Development
Topic: I'm new to Love2d. Help me out with text color please!
Replies: 2
Views: 2208

I'm new to Love2d. Help me out with text color please!

I have a problem here. When I run this code: require "menu" function love.load() buttonFont = love.graphics.newFont(35) love.graphics.setBackgroundColor(255,255,255) song = love.audio.newSource("The Bravery.mp3") song2 = love.audio.newSource("The Bravery (2).mp3") love....