Fix: split multibyte sentence with unicodeIndex

This commit is contained in:
2019-06-25 11:10:57 +09:00
parent cb9ac3a017
commit 5638266178
4 changed files with 144 additions and 37 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
<script src="../../game/lib/util/number_util.js"></script>
<script src="../../game/lib/util/record_util.js"></script>
<script src="../../game/lib/text/input_type_text.js"></script>
<script src="../../game/lib/text/input_type_text.js?update=20190622"></script>
<script src="../../game/lib/text/time_over_text.js"></script>
<script src="../../game/lib/text/mission_clear_text.js"></script>
<script src="../../game/lib/text/screen_top_ui.js"></script>