[REQUEST] Bigger sprites.

Mods, guides how to use and install mods go right in here.
Post Reply
HP1stfan
Posts: 10
Joined: 24 Oct 2012, 02:33

Post » 14 Jan 2013, 16:51

I was wondering if someone could tell me how to make bigger sprites for a HD sprite im making right now.
Help would be appreciated.

User avatar
Mari0Maker
Posts: 1348
Joined: 07 Apr 2012, 17:10
Contact:

Post » 15 Jan 2013, 03:14

So far there is no way, but I believe in Mari0 SE (Special Edition), you'll be able to do that, because of custom characters.
Unless of course, someone makes a mod, but for now, I'd wait. Patiently. Unlike everyone else. :P

HP1stfan
Posts: 10
Joined: 24 Oct 2012, 02:33

Post » 15 Jan 2013, 19:14

Mari0Maker wrote:So far there is no way, but I believe in Mari0 SE (Special Edition), you'll be able to do that, because of custom characters.
Unless of course, someone makes a mod, but for now, I'd wait. Patiently. Unlike everyone else. :P
Yeah I was expecting something like that.
Can anyone give me the code of the sprites so I can change the dimensions?

User avatar
BobTheLawyer
Posts: 2232
Joined: 01 May 2012, 21:00

Post » 16 Jan 2013, 03:18

I don't think this will be in SE. Scaling sprites in love looks bad (from what I've heard). It would look fine in scale 1, but any other scale would be bad. There are things Maurice could do to make it work, but it would take a lot of rewritting.

User avatar
Turtle95
Posts: 1246
Joined: 21 Mar 2012, 21:48
Contact:

Post » 16 Jan 2013, 05:06

BobTheLawyer wrote:I don't think this will be in SE. Scaling sprites in love looks bad (from what I've heard). It would look fine in scale 1, but any other scale would be bad. There are things Maurice could do to make it work, but it would take a lot of rewritting.
Bob, you can just do in love.load

Code: Select all

love.graphics.setFilter("nearest" , "nearest")
This just makes it so it doesn't look like someone's third grade art project way back when. It prevents blurring.

User avatar
Qcode
Posts: 1479
Joined: 05 Feb 2012, 18:00
Contact:

Post » 17 Jan 2013, 03:08

...
Last edited by Qcode on 21 Oct 2021, 09:03, edited 1 time in total.

HP1stfan
Posts: 10
Joined: 24 Oct 2012, 02:33

Post » 17 Jan 2013, 22:08

Thanks Turtle95 you made my day again!

Post Reply