Search found 125 matches

by Sosolol261
Fri Jan 23, 2015 3:19 pm
Forum: Support and Development
Topic: [CODE] Help me with an 'error' I can't fix.
Replies: 4
Views: 2143

[CODE] Help me with an 'error' I can't fix.

I have a request for you guys. I am making a Tick Tack Toe game to make myself more familiar with the engine and Lua in particular. And it went better than expected... till I came to this bug. For some reason, the text I commanded the code to print, doesn't show up. I will give you the .love file. I...
by Sosolol261
Fri Jan 16, 2015 1:00 pm
Forum: Support and Development
Topic: Manipulating conf.lua file 'ingame'
Replies: 9
Views: 3007

Manipulating conf.lua file 'ingame'

Hello! I am a young programmer with who just started his journey in this world. And I seek for help in my mighty quest to change some values in the conf.lua file through main.lua. Now serious. I am really curious if it it possible. Because if it is possible, I will be abled to... whatever I am talki...
by Sosolol261
Sat Dec 20, 2014 8:28 am
Forum: General
Topic: Setting up my IDE(Sublime Text 3)
Replies: 2
Views: 1982

Setting up my IDE(Sublime Text 3)

Hello guys.

I am a complete newbie in Love2d or programming in particular. And I installed Sublime Text 3 to use as IDE.
So I was looking for a fitting love2D plugin and found LUA LOVE and SUBLIME LOVE.

Lets do it fast which one is better?
by Sosolol261
Wed Nov 26, 2014 12:55 pm
Forum: Support and Development
Topic: Why does this code not work?
Replies: 4
Views: 3892

Re: Why does this code not work?

ah ok thanks :D
by Sosolol261
Wed Nov 26, 2014 10:25 am
Forum: Support and Development
Topic: Why does this code not work?
Replies: 4
Views: 3892

Why does this code not work?

function love.draw() function mainBackground() love.graphics.setBackgroundColor(50, 50, 75) love.graphics.rectangle('fill', 0, 520, 1280, 200) end end Every time I run this code, I get a blackscreen.. The console doesn't tell me anything and the debugger can't find anything too. I don't think i did...