AINE: Accelerated Interactive Narrator Engine
  • Download
  • References
  • Games
  • Wiki
  • Facebook Twitter
  • Module

    Background

  • Name

    black()

  • Examples

    Room: darkRoom
    {
    name: "Dark Room"

    Event: Game_Start {
    image = Background.black()
    // Sets a black background image for the room

    print(image)
    // Output: #000000
    }
    }
  • Description

    Generates a black image, then returns the name of that image.
  • Syntax

    • Background.black()
  • Related

    • color()

    • white()

  • Contact
  • Terms of Use
  • GitHub
  • Drakkashi.com

The copyright of all images rendered by me goes to their respective owners.
© 2008 Daniel Svejstrup Christensen