Corgio

A small wrapper extension to help in creating a Corgi based platformer.

Create corgi

corgio.create()

Movement

corgio.create().updateSprite(true)
corgio.create().horizontalMovement(true)
corgio.create().verticalMovement(true)
corgio.create().cameraFollow()

Speak

corgio.create().addToScript("")
corgio.create().bark()

See also

create, update sprite, horizontal movement, vertical movement, camera follow, bark, add to script

corgio