[HAT] The Mari0 Sign

Mods, guides how to use and install mods go right in here.
Post Reply
User avatar
TheBloodyScreen
Posts: 28
Joined: 03 Feb 2012, 20:20
Contact:

Post » 18 Mar 2012, 04:57

The Mari0 Sign
NOTE: if you want another Text on the Sign PM me
Screenshots:
Image Image Image

Downloads:
SMALL
BIG

CODE:
hatconfigs.lua

Code: Select all

table.insert(hat, {x = 0, y = -11, height = 8, graphic = love.graphics.newImage("graphics/SMB/hats/sign_small.png")})
bighatconfigs.lua

Code: Select all

table.insert(bighat, {x = -6, y = -11, height = 8, graphic = love.graphics.newImage("graphics/SMB/bighats/sign_big.png")})
Last edited by TheBloodyScreen on 18 Mar 2012, 06:24, edited 1 time in total.

User avatar
rokit
Posts: 2095
Joined: 03 Feb 2012, 00:47

Post » 18 Mar 2012, 05:28

Wow that is... useless... yet, so cool.

User avatar
TheBloodyScreen
Posts: 28
Joined: 03 Feb 2012, 20:20
Contact:

Post » 18 Mar 2012, 05:31

i know its useless but i had too much time ;)

oh and i work on an The Kid and The Guy hat (iwbtg)

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 18 Mar 2012, 05:54

It would be awesome if you did that but as a PSD file. (Photoshop)
If you did that people would be able to make their own custom signs with their names on it. If you don't have photoshop, could I do it? I'll give you credit.

User avatar
TheBloodyScreen
Posts: 28
Joined: 03 Feb 2012, 20:20
Contact:

Post » 18 Mar 2012, 06:02

my Hats are all done with Photoshop ;)
but why a .psd file? just load the png in Photoshop and change the Text there is no need for a .psd ;)

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 18 Mar 2012, 06:18

TheBloodyScreen wrote:my Hats are all done with Photoshop ;)
but why a .psd file? just load the png in Photoshop and change the Text there is no need for a .psd ;)
If you make it a .psd, you can preset the font and the font size so it is really easy for the user. If it is a .png, they have to choose all the properties themselves.

User avatar
TheBloodyScreen
Posts: 28
Joined: 03 Feb 2012, 20:20
Contact:

Post » 18 Mar 2012, 06:22

there is no font ;) every pixel is selfmade

User avatar
TheBloodyScreen
Posts: 28
Joined: 03 Feb 2012, 20:20
Contact:

Post » 18 Mar 2012, 06:24

so now can user send me a PM if they want their Name or something else on the Sign ;)

Post Reply