Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Name - HP - MP - Limit/Time

Lately I've started to get the hang of RGSS however I still can't do some very basic stuff.

What I want to do is create a solid white bar with the words NAME - HP - MP - LIMIT/TIME written at set locations on the bar.

I have no idea how to do this but here is an example of what I'd imagine it'd look like:

http://i7.photobucket.com/albums/y260/P ... tleBar.jpg[/IMG]

Just not so, Paint like and with the red being transparent.
 
Just to repeat my question, why don't you just use the picture?

In Scene_BattleStatus in the refresh method use:

Code:
bitmap = RPG::Cache.picture("Picture's Name")
self.contents.blt(x, y, bitmap, Rect.new(0, 0, bitmap.width, bitmap.height))

Just change the x and y coordinates.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top