Class: AuthorEngine::Container
Constant Summary
Part::Colors::COLORS
Instance Method Summary
collapse
#black, #blue, #brown, #dark_blue, #dark_gray, #dark_green, #dark_purple, #green, #indigo, #light_gray, #orange, #peach, #pink, #red, #rgb, #white, #xml_color, #yellow
Methods included from Support
#code_editor, #mouse_over?, #sprite_editor, #window
Constructor Details
Returns a new instance of Container.
6
7
|
# File 'lib/author_engine/container.rb', line 6
def initialize
end
|
Instance Method Details
18
19
|
# File 'lib/author_engine/container.rb', line 18
def button_down(id)
end
|
21
22
|
# File 'lib/author_engine/container.rb', line 21
def button_up(id)
end
|
#draw ⇒ Object
12
13
|
# File 'lib/author_engine/container.rb', line 12
def draw
end
|
#setup ⇒ Object
9
10
|
# File 'lib/author_engine/container.rb', line 9
def setup
end
|
#update ⇒ Object
15
16
|
# File 'lib/author_engine/container.rb', line 15
def update
end
|