Class: UI::NameInputBaseUI

Inherits:
GenericBase show all
Defined in:
docs/4_Systems_205_Input.rb

Overview

Base UI for name input scenes

Constant Summary

Constants inherited from GenericBase

GenericBase::BUTTON_TO_HIDE, GenericBase::DEFAULT_KEYS

Constants inherited from SpriteStack

SpriteStack::NO_INITIAL_IMAGE

Instance Attribute Summary

Attributes inherited from GenericBase

#background, #button_texts, #ctrl, #keys

Attributes inherited from SpriteStack

#animated, #data, #moving, #stack, #viewport, #x, #y

Instance Method Summary collapse

Methods inherited from GenericBase

#hide_win_text, #show_win_text, #win_text_visible?

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, last_scene) ⇒ NameInputBaseUI

Returns a new instance of NameInputBaseUI.

Parameters:



8
9
# File 'docs/4_Systems_205_Input.rb', line 8

def initialize(viewport, last_scene)
end