jsge
Version:
Javascript Game Engine
9 lines • 366 B
JavaScript
export const ERROR_MESSAGES = {
NOT_REGISTERED: "not registered",
NO_ACTIVATED_VIEW: "no view is activated",
NO_ATLAS: "no atlas found",
NO_DATA: "no json, or binary data",
SKELETON_ERROR: "couldn't create spine skeleton!",
VIEW_IS_REGISTERED: "view is already registered in the module",
UNHANDLED_RENDER_ERROR: "unhandled render error"
}