Advertisement
neonblack

Rello, jus stahp

Dec 3rd, 2014
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.31 KB | None | 0 0
  1.   def draw_menu_xp(actor, x, y, width = 38)
  2.     13.times do |i|
  3.       draw_thin_gauge(x+i, y-i, width, actor.xp_rate, xp_gauge_color1, xp_gauge_color2)
  4.     end
  5.     contents.font.size = 16
  6.     contents.font.bold = true
  7.     draw_text(x,y+5,38,line_height,"Lv."+actor.level.to_s,0)
  8.     reset_font_settings
  9.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement