@erasio
Well, sorry then, my fault.
Being mad because of (almost) a week of trying to create that thing does not lead to anything good.
Search found 7 matches
- Wed Sep 13, 2017 10:12 am
- Forum: Support and Development
- Topic: Mother 3's Rolling Meters.
- Replies: 21
- Views: 13137
- Wed Sep 13, 2017 6:41 am
- Forum: Support and Development
- Topic: Mother 3's Rolling Meters.
- Replies: 21
- Views: 13137
Re: Mother 3's Rolling Meters.
Okay, I just came to say that I just finally created that thing. Thanks to raidho36 for good explanation, and understanding. grump, your solution was useless. So, if anyone needs, here's the code. meter = {} meter.__index = meter function meter:new(font, cells, init_value, speed) local o = {} o.font...
- Tue Sep 12, 2017 5:10 pm
- Forum: Support and Development
- Topic: Mother 3's Rolling Meters.
- Replies: 21
- Views: 13137
Re: Mother 3's Rolling Meters.
Sure thanks for help.
(Sarcasm)
(Sarcasm)
- Tue Sep 12, 2017 4:25 pm
- Forum: Support and Development
- Topic: Mother 3's Rolling Meters.
- Replies: 21
- Views: 13137
Re: Mother 3's Rolling Meters.
So... Anyone have an idea? Sure, dude. There's a working idea with example code posted in this thread that includes pretty much everything you need, and also descriptions of an alternative implementation with quads. You should now try to adapt one of those ideas, and come back when you have more qu...
- Tue Sep 12, 2017 3:24 pm
- Forum: Support and Development
- Topic: Mother 3's Rolling Meters.
- Replies: 21
- Views: 13137
Re: Mother 3's Rolling Meters.
So... Anyone have an idea?
- Tue Sep 12, 2017 5:45 am
- Forum: Support and Development
- Topic: Mother 3's Rolling Meters.
- Replies: 21
- Views: 13137
Re: Mother 3's Rolling Meters.
The most hardest part in my opinion is actually getting these digits work by turn. For counter wheel I use ImageFont and canvas. meter = {} meter.__index = meter function meter:new(font, digits, speed, startValue) local o = {} o.font = font or love.graphics.newFont(32) o.width = o.font:getWidth(&quo...
- Mon Sep 11, 2017 5:55 pm
- Forum: Support and Development
- Topic: Mother 3's Rolling Meters.
- Replies: 21
- Views: 13137
Mother 3's Rolling Meters.
I want to create 3-Digit Rolling HP and MP(PP) Meters like in Mother series (Earthbound)
I tried by myself, but for about four days I coudn't make anything that works right.
I will not attach a LOVE file because of some reasons.
I tried by myself, but for about four days I coudn't make anything that works right.
I will not attach a LOVE file because of some reasons.