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 }
#2
Scripting newb here; I was wondering how it would be possible to have the gradient in the text appear vertically instead of horizontally? Or would it even be possible?
THIS THREAD HAS JUST BEEN AMP-LIFIED.
Reply }




Users browsing this thread: 1 Guest(s)