Skip to content

Commit cd28efe

Browse files
Scene editor: use the right Phaser dist file.
1 parent 6f7c594 commit cd28efe

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

source/v2/phasereditor/phasereditor.scene.ui.editor.html/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<script src="out/workaround.js"></script>
1313

1414
<!-- <script src="phaser/phaser.min.js"></script> -->
15-
<script src="phaser/phaser.js"></script>
15+
<script src="phaser/phaser.min.js"></script>
1616
<script src="out/Messages.js"></script>
1717
<script src="out/Editor.js"></script>
1818
<script src="out/ObjectScene.js"></script>

0 commit comments

Comments
 (0)