big update
All checks were successful
Deploy to Production / deploy (push) Successful in 8s

This commit is contained in:
Đặng Minh Quang
2026-02-26 17:59:55 +07:00
parent 473885b1ac
commit 1c34746097
7 changed files with 14 additions and 1017 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -81,7 +81,7 @@
<!-- Construct 2 exported games require jQuery. -->
<script src="jquery-3.4.1.min.js"></script>
<script src="tdv_sdk.js"></script>
<script src="sena_sdk.js"></script>

View File

@@ -1,5 +1,5 @@
{
"version": 1772000848,
"version": 1772103471,
"fileList": [
"data.js",
"c2runtime.js",
@@ -8,30 +8,13 @@
"images/answers-sheet0.png",
"images/slot-sheet0.png",
"images/submit-sheet0.png",
"images/txt_instructions.png",
"images/btn_submit2-sheet0.png",
"images/btn_next-sheet0.png",
"images/btn_play-sheet0.png",
"images/btn_play-sheet1.png",
"images/frame_door-sheet0.png",
"images/frame_door_left-sheet0.png",
"images/frame_door_right-sheet0.png",
"images/hand_right-sheet0.png",
"images/hand_left-sheet0.png",
"images/sprite-sheet0.png",
"images/khung_thoai-sheet0.png",
"images/khung-sheet0.png",
"images/avatar-sheet0.png",
"images/frame_score-sheet0.png",
"images/sena_ui_frame_intro-sheet0.png",
"images/wrong-sheet0.png",
"images/correct-sheet0.png",
"images/setting-sheet0.png",
"images/khung_score-sheet0.png",
"images/khung_timer-sheet0.png",
"images/pause-sheet0.png",
"images/pause-sheet1.png",
"images/help-sheet0.png",
"images/board-sheet0.png",
"images/bgm-sheet0.png",
"images/bgm-sheet1.png",
@@ -40,33 +23,13 @@
"images/hint-sheet0.png",
"images/imageframe-sheet0.png",
"images/newwords-sheet0.png",
"media/bg.m4a",
"media/bg.ogg",
"media/click.m4a",
"media/click.ogg",
"media/correct.m4a",
"media/correct.ogg",
"media/fail.m4a",
"media/fail.ogg",
"media/alert-234711.ogg",
"media/bubble-pop-389501.ogg",
"media/button-124476.ogg",
"media/click-234708.ogg",
"media/collect-5930.ogg",
"media/edugamery-music-13.ogg",
"media/error-010-206498.ogg",
"media/error-08-206492.ogg",
"media/fail-234710.ogg",
"media/interface-2-126517.ogg",
"media/material-buy-success-394517.ogg",
"media/pick-92276.ogg",
"media/pop-reverb-423718.ogg",
"media/retro-explode-1-236678.ogg",
"media/sample_input_typing01_kofi_by_miraclei-363634.ogg",
"media/edugamery-music-18.ogg",
"media/edugamery-music-20.ogg",
"media/edugamery-music-5.ogg",
"media/edugamery-music-6.ogg",
"media/fm-freemusic-give-me-a-smile(chosic.com).ogg",
"media/card_drag.ogg",
"media/card_flips.ogg",
@@ -77,7 +40,6 @@
"icon-128.png",
"icon-256.png",
"loading-logo.png",
"bg.mp4",
"sena_sdk.js"
]
}

View File

@@ -333,7 +333,7 @@ SenaSDK.prototype.getTotalQuestions = function () {
};
// Settings cho postMessage waiting
SenaSDK.prototype.POSTMESSAGE_TIMEOUT_MS = 3000; // 5 giây (chỉ dùng cho preview mode)
SenaSDK.prototype.POSTMESSAGE_TIMEOUT_MS = 1000; // 5 giây (chỉ dùng cho preview mode)
SenaSDK.prototype.load = function (callback, template = "G2510S1T30") {
let self = this;

Binary file not shown.