Class: AuthorEngine::Container

Inherits:
Object
  • Object
show all
Includes:
Part::Colors, Support
Defined in:
lib/author_engine/container.rb

Direct Known Subclasses

Editor, Loader

Constant Summary

Constants included from Part::Colors

Part::Colors::COLORS

Instance Method Summary collapse

Methods included from Part::Colors

#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

#initializeContainer

Returns a new instance of Container.



6
7
# File 'lib/author_engine/container.rb', line 6

def initialize
end

Instance Method Details

#button_down(id) ⇒ Object



18
19
# File 'lib/author_engine/container.rb', line 18

def button_down(id)
end

#button_up(id) ⇒ Object



21
22
# File 'lib/author_engine/container.rb', line 21

def button_up(id)
end

#drawObject



12
13
# File 'lib/author_engine/container.rb', line 12

def draw
end

#setupObject



9
10
# File 'lib/author_engine/container.rb', line 9

def setup
end

#updateObject



15
16
# File 'lib/author_engine/container.rb', line 15

def update
end