papier-game-attributes ( -- value )


Vocabulary
papier

Inputs
None

Outputs
valuean object


Definition


CONSTANT: papier-game-attributes
T{ game-attributes
{ world-class papier-world }
{ title "Papier" }
{ pixel-format-attributes
{
windowed
double-buffered
T{ depth-bits { value 24 } }
}
}
{ pref-dim { 1024 768 } }
{ tick-interval-nanos 41666666 }
{ use-game-input? t }
} inline