[HAT] The Kid / The Guy (i wanna be the Guy)

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, 05:42

The Kid / The Guy

Screenshots:
Image Image Image

Downloads:
SMALL
BIG

CODES:
hatconfigs.lua

Code: Select all

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

Code: Select all

table.insert(bighat, {x = -2, y = 1, height = 8, graphic = love.graphics.newImage("graphics/SMB/bighats/kid_big.png")})

Post Reply