abstract class CYOAdventure::Content
- CYOAdventure::Content
- Reference
- Object
Direct Known Subclasses
Defined in:
cyo_adventure/content.crConstructors
-
.new(node : Node, line : String, dir : String) : Content
Dispatch to correct class
Instance Method Summary
- #draw(offset : Int32, height : Int32)
- #height : Int32
- #new_line : Bool
- #next : Content | Nil
- #node : Node
- #node? : Node | Nil
Constructor Detail
Dispatch to correct class
#i54
Should create an image finding the file with name '54'
#c32 Jump
Should create a choice with the text 'Jump' leading to node 32