I have the YEA Party System, copied from the luna engine files.
How high do I have to set the Z value? It seems that no matter how high I set it it's still behind the window.
WINDOW_GOLD = { :x => 0, :y => 405, :z => 200, :width => 640, :height => 64,
:outline => [0, 0, 0, 255],
:padding => 0, #--- :back_type => 0, # 0 - normal window, 1 - gradient, 2 - picture :background_variable => 1, # Set a Variable to change Window
Code: #--- START 2013.09.02 PLAYTIME_SPRITE = { :enable => true, :width => 80, :height => 42, :x => 60, :y => 401, :z => 255, :color => [255, 255, 255, 255], :outline => [0, 0, 0, 160], :bold => false, :italic => false, :align => 2, :font => "proxy", :size => 32, } # End PLAYTIME_SPRITE. #--- END 2013.09.02
The Z value on the timer is higher than the window, that should put it in front right?