Jaizu85

Untitled

Oct 15th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. def initialize(viewport, image_indexes)
  2. super(viewport)
  3. @image_indexes = image_indexes
  4. add_background('menu_ui/background')
  5. @menu_text = add_text(249, 3, 68, 16, nil.to_s, 1)
  6. @money_text = add_text(5, 221, 68, 16, ::PFM::Text.parse(11, 9, ::PFM::Text::NUM7R => $pokemon_party.money.to_s), 1)
  7. @date_text = add_text(249, 53, 68, 16, format('%<day>02d, %<hour>02d:%<min>02d', day: $game_variables[13], hour: $game_variables[10], min: $game_variables[11]), 1)
  8. @index = 0
  9. end
Advertisement
Add Comment
Please, Sign In to add comment