Gládio Cítrico

Ramu 0.7b doc

doc homeRamu

static Ramu.init(width, height)

Parameters

Description

Setup Ramu and call the game loop.

Note: it will throw an error if the code is called outside of a body tag.

Called without parameters: (You can test this snippet of code here)

Ramu.init();

Called with parameters: (You can test this snippet of code here)

Ramu.init(200, 300);