Class: UI::MoveTeaching::BaseBackground
- Inherits:
-
SpriteStack
- Object
- SpriteStack
- UI::MoveTeaching::BaseBackground
- Defined in:
- docs/4_Systems_301_MoveTeaching.rb
Overview
UI part displaying the background of the Skill Learn scene
Constant Summary
Constants inherited from SpriteStack
Instance Attribute Summary
Attributes inherited from SpriteStack
#animated, #data, #moving, #stack, #viewport, #x, #y
Instance Method Summary collapse
-
#initialize(viewport) ⇒ BaseBackground
constructor
Create the Background.
Methods inherited from SpriteStack
#[], #add_background, #add_line, #add_text, #anime, #anime_delta_set, #dispose, #each, #execute_anime, #move, #move_to, #opacity, #opacity=, #push, #push_sprite, #set_origin, #set_position, #simple_mouse_in?, #size, #stop_animation, #translate_mouse_coords, #update, #update_animation, #update_position, #visible, #visible=, #with_cache, #with_font, #with_surface, #z, #z=
Constructor Details
#initialize(viewport) ⇒ BaseBackground
Create the Background
7 8 |
# File 'docs/4_Systems_301_MoveTeaching.rb', line 7 def initialize() end |