Skip to content

Commit 5dfea35

Browse files
Updates to Phaser 3.88.2.
1 parent 8100739 commit 5dfea35

File tree

3 files changed

+584
-65
lines changed

3 files changed

+584
-65
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v2.0.9 - Deb 20, 2025
2+
3+
* Updates to Phaser 3.88.2.
4+
15
## v2.0.8 - Deb 20, 2025
26

37
* Updates to Phaser 3.88.1.

index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<title>Sunny Land (Phaser Editor 2D port)</title>
99

10-
<script src="https://cdn.jsdelivr.net/npm/phaser@v3.88.1/dist/phaser.min.js"></script>
10+
<script src="https://cdn.jsdelivr.net/npm/phaser@v3.88.2/dist/phaser.min.js"></script>
1111
<script src="src/main.js" type="module"></script>
1212

1313
<style>
@@ -26,3 +26,5 @@
2626
</html>
2727

2828

29+
30+

0 commit comments

Comments
 (0)