1 decade ago by Manic
I get an issue with "The following entity classes were not loaded due to file and class name mismatches. lib/game/entities/cursor.js (Expected name: EntityCursor)"
Here's my EntityCursor header:
Am I doing something really dumb, or is this an issue with Weltmeister? I've had the cursor entity around for a while, but Weltmeister didn't report it until tonight.
Here's my EntityCursor header:
ig.module('game.entities.cursor').requires('impact.entity').defines(function() { EntityCursor = ig.Entity.extend({
Am I doing something really dumb, or is this an issue with Weltmeister? I've had the cursor entity around for a while, but Weltmeister didn't report it until tonight.