Hello everyone's :3Â
Is Nio Again!
I am here for ask a question really simple
Because after some script edit and try for create script i begin to understand how to do scriptÂ
(thank to yanfly and is really simple script structure is as my model for help me)
Well I wanted now to create my own Core Engine and for the moment I have the resize screen setting (is so usefull is really annoying to have a so tiny screen!)
But i see how Yanfly is built is Core engine...and is really great but is high technical ...but less graphical and i want to try something new....is exchange the normal ''number'' digit of the game with  graphical digit number picture like this :
Protected download
But know i need to add a new stuff in the  numeric settingÂ
and i need to create a new method but i know  i need to use sprite setting (for add the image)
but i am little lost .....someonne can help me?Â
Is the part of my scriptÂ
Â
class Numeric
 Â
 #--------------------------------------------------------------------------
 # new method: Graphical_number
 #--------------------------------------------------------------------------
  def GraphN
   return self.to_s unless NK::CORE::GRAPHICAL_NUMBERS
   end
end # class Numeric    Â
I hope you can help a young scriptor :3