codecombat/app/schemas/subscriptions/surface.coffee

109 lines
1.8 KiB
CoffeeScript
Raw Normal View History

module.exports = # /app/lib/surface
2014-06-30 22:16:26 -04:00
'camera-dragged':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'camera-zoom-in':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'camera-zoom-out':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'camera-zoom-to':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'camera:zoom-updated':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'sprite:speech-updated':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'dialogue-sound-completed':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'surface:gold-changed':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'surface:coordinate-selected':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'surface:coordinates-shown':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'level-sprite-clear-dialogue':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'sprite:loaded':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'choose-point':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'choose-region':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'surface:new-thang-added':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'surface:sprite-selected':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'thang-began-talking':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'thang-finished-talking':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'surface:world-set-up':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'surface:frame-changed':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'surface:playback-ended':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'surface:playback-restarted':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'level-set-playing':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'registrar-echo-states':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'surface:mouse-moved':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'surface:stage-mouse-down':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'surface:mouse-scrolled':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'surface:ticked':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'surface:mouse-over':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'surface:mouse-out':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'self-wizard:target-changed':
{} # TODO schema
2014-06-30 22:16:26 -04:00
'echo-all-wizard-sprites':
{} # TODO schema
2014-08-24 19:09:06 -04:00
'surface:flag-appeared':
type: 'object'
additionalProperties: false
required: ['sprite']
properties:
sprite:
type: 'object'
'surface:remove-selected-flag':
type: 'object'
additionalProperties: false