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.

easy modification (i think)

well i was working on my title yesterday, and i tried to remove the windowskin in the title. found the place where the script is but im wortless at scripting (i can speak 4 diffrent langues, but ruby is non of them).. so any one can make the windoskin go so there will only be the text there..

i would like also to have a little icon that is next to the text, like when im on start a new game a little icon will be next to it showing that im at it.

I dont know if im clear enough.. i dont think its so much of a problem..
 
Just add this in a new window above main:
Code:
class Window_Base
  alias raz_opacity_window_ini initialize
  def initialize(x, y, width, height)
    raz_opacity_window_ini(x, y, width, height)
    self.opacity = 0 if $scene.is_a?(Scene_Title)
  end
end
 

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