Class: UI::MapPanel
- Inherits:
-
SpriteStack
- Object
- SpriteStack
- UI::MapPanel
- Defined in:
- docs/4_Systems_003_Map_Engine.rb
Overview
Show a panel about the currently visited zone on the map
Constant Summary collapse
- DELTA_Y =
Animation delta y
32
Constants inherited from SpriteStack
Instance Attribute Summary
Attributes inherited from SpriteStack
#animated, #data, #moving, #stack, #viewport, #x, #y
Instance Method Summary collapse
-
#done? ⇒ Boolean
Tell if the animation is done and the pannel should be disposed.
-
#initialize(viewport, zone) ⇒ MapPanel
constructor
Create a new MapPanel.
-
#update
Update the panel animation.
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_animation, #update_position, #visible, #visible=, #with_cache, #with_font, #with_surface, #z, #z=
Constructor Details
#initialize(viewport, zone) ⇒ MapPanel
Create a new MapPanel
165 166 |
# File 'docs/4_Systems_003_Map_Engine.rb', line 165 def initialize(, zone) end |
Instance Method Details
#done? ⇒ Boolean
Tell if the animation is done and the pannel should be disposed
171 172 |
# File 'docs/4_Systems_003_Map_Engine.rb', line 171 def done? end |
#update
Update the panel animation
168 169 |
# File 'docs/4_Systems_003_Map_Engine.rb', line 168 def update end |