Search found 286 matches

by Sir_Silver
Mon Nov 27, 2017 4:55 pm
Forum: Ports
Topic: Love2dCS
Replies: 18
Views: 95427

Re: Love2dCS

Seems pretty cool! Can't imagine myself wanting to program in C# over Lua when it comes to Love2D though, I think if I was going to use C# I would be using Unity! =P
by Sir_Silver
Mon Nov 27, 2017 3:35 pm
Forum: Support and Development
Topic: Problems with the escape
Replies: 6
Views: 4026

Re: Problems with the escape

I copy/pasted your function and it worked perfectly fine for me. I know this is an obvious one, but have you tried putting anything, like a print statement, in your if statement? Works just fine for me, the last thing I can think of is you either aren't saving your file before running it or you are ...
by Sir_Silver
Tue Nov 21, 2017 11:33 am
Forum: Support and Development
Topic: multiple function arguments
Replies: 4
Views: 3254

Re: multiple function arguments

So you're saying you should be able to pass edges to the function while not passing a color, correct? Is the "color" that you're passing a table that looks something like this? {255, 0, 0}. If that's what a "color" is then you could try this... function poly(color, ...) local arg...
by Sir_Silver
Sat Nov 11, 2017 9:56 am
Forum: Support and Development
Topic: cut out a part of a screen and draw it
Replies: 3
Views: 2958

Re: cut out a part of a screen and draw it

You can use love.graphics.newScreenshot to capture imagedata of your love window, but nothing outside of it.
by Sir_Silver
Thu Nov 09, 2017 1:26 am
Forum: Support and Development
Topic: (No) TrueType Fonts in Love2D
Replies: 2
Views: 2182

Re: (No) TrueType Fonts in Love2D

https://love2d.org/wiki/love.graphics.newFont
"Creates a new Font from a TrueType Font or BMFont file."
by Sir_Silver
Wed Nov 08, 2017 2:00 am
Forum: Games and Creations
Topic: BrawlQuest BETA
Replies: 52
Views: 43656

Re: [MMORPG] BrawlQuest - Realm of the Skeleton King v1.1

Found a little easter egg in the soundfx/boar folder that maybe wasn't supposed to be there?
by Sir_Silver
Wed Nov 01, 2017 4:04 pm
Forum: General
Topic: Github Game-off engine selection
Replies: 8
Views: 5896

Re: Github Game-off engine selection

Do you have experience with any/all of these frameworks/engines? Just use whatever you're familiar with unless you want to try something new?
by Sir_Silver
Fri Oct 27, 2017 1:36 pm
Forum: Support and Development
Topic: [SOLVED : anim8] : corrupt or error? (display a pink rect)
Replies: 4
Views: 4482

Re: [anim8] : corrupt or error?

Looks fine to me, I can see the animation playing and it's not pink or anything strange.
by Sir_Silver
Wed Oct 25, 2017 4:02 pm
Forum: Games and Creations
Topic: Happy Birthday - the game
Replies: 12
Views: 9382

Re: Happy Birthday - the game

@ Pebsie, did you check the original post?

The .love is right there in the link, for free.
by Sir_Silver
Wed Oct 25, 2017 7:06 am
Forum: Games and Creations
Topic: Dark Wish
Replies: 12
Views: 9814

Re: Dark Wish

Hey man, I like the looks of your game.

My next big project is also gonna be in the 2.5D style. Keep up the good work! =)