Search found 188 matches

by monolifed
Mon Feb 29, 2016 3:47 pm
Forum: Support and Development
Topic: Issue with texts on non integer positions
Replies: 13
Views: 3524

Re: Issue with texts on non integer positions

You can add (1 pixel?) padding to your font as a work around maybe?
by monolifed
Mon Feb 29, 2016 4:26 am
Forum: Games and Creations
Topic: Energize! - A Snake Inspired Puzzle Game
Replies: 15
Views: 15565

Re: Energize! - A Snake Inspired Puzzle Game

By the way it would be a good mobile game
by monolifed
Sun Feb 28, 2016 8:19 pm
Forum: Support and Development
Topic: 0BYTES Love windows version when you donwload. exe and zip version.
Replies: 3
Views: 2348

Re: 0BYTES Love windows version when you donwload. exe and zip version.

Even if Bitbucket behaves nicely 99.9% of the time, it might be good to mirror the files at least in one other location for times like this.
by monolifed
Sun Feb 28, 2016 8:15 pm
Forum: Support and Development
Topic: Share a Shader!
Replies: 328
Views: 555751

Re: Share a Shader!

I wish this was sticky
by monolifed
Sat Feb 27, 2016 3:03 pm
Forum: Games and Creations
Topic: Energize! - A Snake Inspired Puzzle Game
Replies: 15
Views: 15565

Re: Energize! - A Snake Inspired Puzzle Game

you can pay a visit to opengameart
by monolifed
Sat Feb 27, 2016 2:57 pm
Forum: Support and Development
Topic: Cannot download Love2D
Replies: 3
Views: 2509

Re: Cannot download Love2D

It seems like a temporary problem with bitbucket
by monolifed
Fri Feb 26, 2016 2:28 pm
Forum: Support and Development
Topic: Issue with texts on non integer positions
Replies: 13
Views: 3524

Re: Issue with texts on non integer positions

I guess it is drawing from 10.5 to textwidth+floor(10.5) due to implicit conversion to int
by monolifed
Thu Feb 25, 2016 8:56 pm
Forum: Support and Development
Topic: How do I create SEO
Replies: 16
Views: 8547

Re: How do I create a custom cursor

You shouldn't be able to bump threads older than X years
Threads older than Y years should be locked
0 > X > Y
by monolifed
Thu Feb 25, 2016 4:18 pm
Forum: Support and Development
Topic: using if statements with mousepressed doesnt work
Replies: 3
Views: 2796

Re: using if statements with mousepressed doesnt work

try

Code: Select all

if button == 1 then
button is a number (starting with 0.10.0 https://love2d.org/wiki/love.mousepressed)