mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
97 lines
1.5 KiB
CoffeeScript
97 lines
1.5 KiB
CoffeeScript
|
module.exports = # /app/lib/surface
|
||
|
"camera-dragged":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"camera-zoom-in":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"camera-zoom-out":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"camera-zoom-to":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"camera:zoom-updated":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"sprite:speech-updated":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"dialogue-sound-completed":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"surface:gold-changed":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"surface:coordinate-selected":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"surface:coordinates-shown":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"level-sprite-clear-dialogue":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"sprite:loaded":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"choose-point":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"choose-region":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"surface:new-thang-added":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"surface:sprite-selected":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"thang-began-talking":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"thang-finished-talking":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"surface:world-set-up":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"surface:frame-changed":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"surface:playback-ended":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"surface:playback-restarted":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"level-set-playing":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"registrar-echo-states":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"surface:mouse-moved":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"surface:stage-mouse-down":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"surface:mouse-scrolled":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"surface:ticked":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"surface:mouse-over":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"surface:mouse-out":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"self-wizard:target-changed":
|
||
|
{} # TODO schema
|
||
|
|
||
|
"echo-all-wizard-sprites":
|
||
|
{} # TODO schema
|