Merge pull request #297 from kabiroberai/master
Fixed a typo in entities.js
This commit is contained in:
commit
975bb733fa
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
/*global reuire, exports*/
|
/*global require, exports*/
|
||||||
/*
|
/*
|
||||||
make entities a global variable for use at in-game prompt
|
make entities a global variable for use at in-game prompt
|
||||||
Tab completion is a useful way to discover what entity types are available.
|
Tab completion is a useful way to discover what entity types are available.
|
||||||
|
|
Reference in a new issue