Galaxy Man Hat

Mods, guides how to use and install mods go right in here.
Post Reply
SlimJimJohn
Posts: 5
Joined: 17 Sep 2012, 03:46

Post » 17 Sep 2012, 04:12

Howdy, I'm new here, and to make myself more interesting as opposed to being just another new guy, I bring with me a gift:

Image Image

These two beautes are Galaxy Man hats from Mega Man.

http://youtu.be/DCC3lt6Wqfw
(I can't work this bbcode nonsense-if that above embed doesn't work, try the actual link: http://www.youtube.com/watch?v=DCC3lt6Wqfw&feature=plcp)

Here are the codes you need in the hat .lua files:

small hat
table.insert(hat, {x = 5, y = -1, height = 4, graphic = love.graphics.newImage("graphics/SMB/hats/galaxymansmall.png")})

big hat
table.insert(bighat, {x = -5, y = -3, height = 5, graphic = love.graphics.newImage("graphics/SMB/bighats/galaxymanbig.png")})

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

Post » 17 Sep 2012, 04:14

...
Last edited by Qcode on 21 Oct 2021, 08:36, edited 1 time in total.

SlimJimJohn
Posts: 5
Joined: 17 Sep 2012, 03:46

Post » 17 Sep 2012, 04:17

Thanks, how did you do that?

User avatar
TripleXero
Posts: 892
Joined: 08 Aug 2012, 00:23
Contact:

Post » 17 Sep 2012, 05:04

I suck at BBCode, too. If you want to see how someone did something, just click "Quote" and cop and paste what they did. But "youtube" is a button in the post editor thing (for lack of a proper name)

User avatar
TheSeek
Posts: 486
Joined: 21 Mar 2012, 06:31

Post » 17 Sep 2012, 15:18

SlimJimJohn wrote:Thanks, how did you do that?
TripleXero wrote:I suck at BBCode, too. If you want to see how someone did something, just click "Quote" and cop and paste what they did. But "youtube" is a button in the post editor thing (for lack of a proper name)
BBCode only accepts normal youtube link without any feature(at least on this forum).

Code: Select all

http://www.youtube.com/watch?v=***eleven-charachters-code***
^This will be accepted^

Code: Select all

http://youtu.be/***eleven-charachters-code***
http://www.youtube.com/watch?v=***eleven-charachters-code***&feature=***any-feature***
^These WON'T be accepted^

User avatar
Starsly
Posts: 14
Joined: 18 May 2012, 23:41

Post » 22 Sep 2012, 00:51

SlimJimJohn wrote:Thanks, how did you do that?
MAGIC.

SlimJimJohn
Posts: 5
Joined: 17 Sep 2012, 03:46

Post » 24 Sep 2012, 16:13

Have any of you actually tried out my hat, or had something to say about it? I want to pull this thread back on topic.

Post Reply