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.

Screen Color Tone

When I do a change screen color tone in battle, things like battlers or HP bars (I'm using the slanted bars) do not change color tone. Is there anyway to make them do that? I don't want a black screen with HP bars and a battler.

My other question is, can I refresh a window with a script command? I'm currently using Raziel's enemy HP window, but I want the bar to be removed during a certain skill via common event and a switch. The actor HP bars are removed, but the enemy HP bar doesn't remove itself until the next phase (i.e. when you can select commands again).
 

poccil

Sponsor

To answer your first question:

In the method "update" of the Spriteset_Battle class (assuming the default), change this:

Code:
    @viewport1.tone = $game_screen.tone

to this:

Code:
    @viewport4.tone = $game_screen.tone
 

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