Class: UI::Quest::Arrow

Inherits:
Sprite show all
Defined in:
docs/01450_Systems_08000_Quest.rb

Overview

Arrow telling which item is selected

Instance Attribute Summary

Attributes inherited from LiteRGSS::ShaderedSprite

#blendmode, #shader

Attributes inherited from LiteRGSS::Sprite

#__index__, #angle, #bitmap, #height, #mirror, #opacity, #ox, #oy, #src_rect, #viewport, #visible, #width, #x, #y, #z, #zoom, #zoom_x, #zoom_y

Instance Method Summary collapse

Methods inherited from Sprite

#load, #mouse_in?, #set_origin_div, #set_rect, #set_rect_div, #set_z, #simple_mouse_in?, #translate_mouse_coords

Methods inherited from LiteRGSS::Sprite

new, #set_origin, #set_position

Methods inherited from LiteRGSS::Disposable

#dispose, #disposed?

Constructor Details

#initialize(viewport) ⇒ Arrow

Create a new arrow

Parameters:



400
401
# File 'docs/01450_Systems_08000_Quest.rb', line 400

def initialize(viewport)
end

Instance Method Details

#update

Update the arrow animation



403
404
# File 'docs/01450_Systems_08000_Quest.rb', line 403

def update
end