Class: UI::Shop::ShopBanner
- Inherits:
-
Sprite
- Object
- LiteRGSS::Disposable
- LiteRGSS::Drawable
- LiteRGSS::Sprite
- LiteRGSS::ShaderedSprite
- Sprite
- UI::Shop::ShopBanner
- Defined in:
- docs/4_Systems_203_Shop.rb
Overview
Banner sprite for the shop
Constant Summary collapse
- FILENAME =
Base name of the banner (without language modifier)
'shop/banner_'
Instance Attribute Summary
Attributes inherited from LiteRGSS::ShaderedSprite
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
-
#initialize(viewport) ⇒ ShopBanner
constructor
Initialize the graphism for the shop banner.
Methods inherited from Sprite
#load, #mouse_in?, #set_origin_div, #set_rect, #set_rect_div, #set_z, #simple_mouse_in?, #translate_mouse_coords, #update
Methods inherited from LiteRGSS::Sprite
new, #set_origin, #set_position
Methods inherited from LiteRGSS::Disposable
Constructor Details
#initialize(viewport) ⇒ ShopBanner
Initialize the graphism for the shop banner
119 120 |
# File 'docs/4_Systems_203_Shop.rb', line 119 def initialize() end |