-
### Context
This is an oddly worded confusing method ex.Util.removeItem**To**Array, it just needs to be renamed.
### Proposal
Rename it to ex.Util.removeItem**From**Array
-
Is it planned to start shipping this plugin as a npm package?
-
-
I've tried using excalibur-tiled with both the most recent version (13.1 as of now) as well as 11.0 that is mentioned here in the docs with no luck. Is the example to load a sheet in the readme out of…
-
This would be advantageous in the loading scenario, allowing Excalibur to make only one xhr request and unpack the compressed binary data on the client.
It should speed up the loading of files and p…
-
### Steps to Reproduce
1. Navigate to https://excaliburjs.com/samples/
2. Click on the Breakout sample Demo link (https://erikonarheim.com/labs/breakout)
### Expected Result
Load the Breakout D…
-
Previously, typing while on the API Documentation page would begin filling in the search box at the top. This functionality no longer works on the [Edge documentation](https://excaliburjs.com/docs/api…
-
### Steps to Reproduce
1. Have a resource that references a text file, e.g. `MainData: new ex.Resource("/play/res/fonts/main.txt", "text")`
2. Add this resource to the loader
3. Load the resource…
-
add open graph meta tags to the website:
http://ogp.me/
add meta description tags for customized search engine description
create google webmaster tools account and add an xml sitemap to help search …
-
As mentioned in https://github.com/excaliburjs/example-electron/issues/3, I'm not sure how to import excalibur-tiled in the Electron example.
TS won't let me use import * as ex.Extensions from "../…