excalibur 0.26.0-alpha.249 → 0.26.0-alpha.253
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md
CHANGED
package/README.md
CHANGED
|
@@ -17,10 +17,10 @@ Excalibur is an open source project licensed under the 2-clause BSD license (thi
|
|
|
17
17
|
|
|
18
18
|
Our user documentation is at https://excaliburjs.com/docs (and you can contribute to the docs at https://github.com/excaliburjs/excaliburjs.github.io)
|
|
19
19
|
|
|
20
|
-
- Follow our [Installation](https://excaliburjs.com/docs/installation) guide to learn how to install Excalibur
|
|
20
|
+
- Follow our [Installation](https://excaliburjs.com/docs/installation) guide to learn how to install Excalibur.
|
|
21
21
|
- Follow our [Getting Started](https://excaliburjs.com/docs/getting-started) guide if you're looking to get started.
|
|
22
|
-
- Learn what [Features](https://excaliburjs.com/docs/features) are available for you to leverage in your games
|
|
23
|
-
- View the [1.0 Release roadmap](https://github.com/excaliburjs/Excalibur/issues/1161) to see what's coming next
|
|
22
|
+
- Learn what [Features](https://excaliburjs.com/docs/features) are available for you to leverage in your games.
|
|
23
|
+
- View the [1.0 Release roadmap](https://github.com/excaliburjs/Excalibur/issues/1161) to see what's coming next.
|
|
24
24
|
|
|
25
25
|
:exclamation: **_Note:_** Excalibur is still in version 0.x, which means this project and its associated plugins may be a little rough around the edges. We try to minimize API changes, but breaking changes **will occur** in new released versions. Excalibur is a labor of love and the product of many hours of spare time. Thanks for checking it out!
|
|
26
26
|
|
|
@@ -30,7 +30,7 @@ Visit the [API Reference](https://excaliburjs.com/docs/api/edge) section for ful
|
|
|
30
30
|
|
|
31
31
|
# Questions
|
|
32
32
|
|
|
33
|
-
- :question: Ask us anything in the [GitHub
|
|
33
|
+
- :question: Ask us anything in the [GitHub Discussions area](https://github.com/excaliburjs/Excalibur/discussions).
|
|
34
34
|
- :bug: If you find a bug, report it on the [GitHub issues page](https://github.com/excaliburjs/Excalibur/issues) (please review our [guidelines for reporting bugs](https://github.com/excaliburjs/Excalibur/blob/main/.github/CONTRIBUTING.md#reporting-bugs)).
|
|
35
35
|
- :mega: You can also follow us on Twitter [@excaliburjs](http://twitter.com/excaliburjs) or [read the blog](http://blog.excaliburjs.com).
|
|
36
36
|
|
|
@@ -40,11 +40,11 @@ Compiled examples can be found [in the Excalibur Samples collection](http://exca
|
|
|
40
40
|
|
|
41
41
|
# Contributing
|
|
42
42
|
|
|
43
|
-
Please read our [Contributing Guidelines](.github/CONTRIBUTING.md) and our [Code of Conduct](.github/CODE_OF_CONDUCT.md). Whether you've spotted a bug, have a question, or think of a
|
|
43
|
+
Please read our [Contributing Guidelines](.github/CONTRIBUTING.md) and our [Code of Conduct](.github/CODE_OF_CONDUCT.md). Whether you've spotted a bug, have a question, or think of a new feature, we thank you for your help!
|
|
44
44
|
|
|
45
45
|
# Writing Documentation
|
|
46
46
|
|
|
47
|
-
We love when people help improve our documentation. You can contribute to the docs
|
|
47
|
+
We love when people help improve our documentation. You can contribute to the docs in [this repository](https://github.com/excaliburjs/excaliburjs.github.io).
|
|
48
48
|
|
|
49
49
|
## Environment Setup
|
|
50
50
|
|
package/build/dist/excalibur.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* excalibur - 0.26.0-alpha.
|
|
2
|
+
* excalibur - 0.26.0-alpha.253+81e1684 - 2021-10-9
|
|
3
3
|
* https://github.com/excaliburjs/Excalibur
|
|
4
4
|
* Copyright (c) 2021 Excalibur.js <https://github.com/excaliburjs/Excalibur/graphs/contributors>
|
|
5
5
|
* Licensed BSD-2-Clause
|
|
@@ -28153,7 +28153,7 @@ Promises_Promise = Promise_1 = Promises_decorate([
|
|
|
28153
28153
|
* The current Excalibur version string
|
|
28154
28154
|
* @description `process.env.__EX_VERSION` gets replaced by Webpack on build
|
|
28155
28155
|
*/
|
|
28156
|
-
const EX_VERSION = "0.26.0-alpha.
|
|
28156
|
+
const EX_VERSION = "0.26.0-alpha.253+81e1684";
|
|
28157
28157
|
|
|
28158
28158
|
polyfill();
|
|
28159
28159
|
// This file is used as the bundle entry point and exports everything
|