• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Akari, Red, Kris, May - which Pokémon protagonist is your favorite? Let us know by voting in our semifinal favorite protagonist poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Question] Where can I change the position of icons in the Modular Pause Menu script?

Hazzarddb

Creator of Pokemon Pathfinders and a very bad play
  • 4
    Posts
    5
    Years
    Hi guys! Look, I don't mess with ruby, I want to start but I need help here. I searched the positions of the icons in the Modular Pause Menu script by Luka SJ. I could not find and need to advance nine pixels to be well positioned. If you can help, I will be grateful.

    I know it must be very basic and ridiculous but I really don't know anything about ruby.

    [PokeCommunity.com] Where can I change the position of icons in the Modular Pause Menu script?

    Here the script:

    Spoiler:
     
    In def refresh, the line
    Code:
    @sprites["#{i}"].bitmap.blt(18 + j*bmp.width/2,6,icon,Rect.new(0,0,48,48),opac)
    the first parameter of the .blt function is the X coordinate, the second the Y coordinate. Change the numeric value seen.
     
    Back
    Top