Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Gradient Fonts & Font extend
#1
Bitmap & Font expansion.


Description:
Well this scripts it's a nice one, it can work with XP and VX without any change. It makes new adds to Bitmap and Font Classes.
Its an scripter´s tool, not a 'plug & play' Script

Script:
Content Hidden

Screens:
Here there is a preview of what you can make with this
[Image: gradientee.png]

And the code for that:

Code:
class Window_Base
  #--------------------------------------------------------------------------
  # * Draw Name
  #     actor : actor
  #     x     : draw spot x-coordinate
  #     y     : draw spot y-coordinate
  #--------------------------------------------------------------------------
  def draw_actor_name(actor, x, y)
contents.gradient_draw_text(x,y,108,WLH,actor.name,Color.new(255,0,0),Color.new(0,255,0),0,false)
  end
end

crédits:
Me of course

FAQ
- I don't have any.

Ok I hope you'll like it, see ya!
Reply }


Messages In This Thread
Gradient Fonts & Font extend - by Ramiro - 03-08-2010, 04:07 AM
Gradient Fonts & Font extend - by amp - 03-16-2010, 01:44 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Trickster's Animated Gradient Bars for Limit Break (DVV) DerVVulfman 2 8,987 09-15-2009, 04:43 AM
Last Post: DerVVulfman
   Drawing a Gradient Bar RPG Advocate 0 3,762 03-03-2008, 05:09 AM
Last Post: RPG Advocate



Users browsing this thread: