fix bug live mode
All checks were successful
Deploy to Production / deploy (push) Successful in 9s

This commit is contained in:
Đặng Minh Quang
2026-02-27 11:48:59 +07:00
parent 0ec16c9c97
commit c207195e52
4 changed files with 5 additions and 4 deletions

View File

@@ -25619,13 +25619,13 @@ cr.behaviors.lunarray_Tween = function(runtime)
}; };
}()); }());
cr.getObjectRefTable = function () { return [ cr.getObjectRefTable = function () { return [
cr.plugins_.Audio,
cr.plugins_.Browser, cr.plugins_.Browser,
cr.plugins_.Function, cr.plugins_.Function,
cr.plugins_.Sprite, cr.plugins_.Sprite,
cr.plugins_.Text,
cr.plugins_.SenaPlugin, cr.plugins_.SenaPlugin,
cr.plugins_.Text,
cr.plugins_.Touch, cr.plugins_.Touch,
cr.plugins_.Audio,
cr.behaviors.Rex_MoveTo, cr.behaviors.Rex_MoveTo,
cr.behaviors.lunarray_Tween, cr.behaviors.lunarray_Tween,
cr.behaviors.Anchor, cr.behaviors.Anchor,

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
{ {
"version": 1772166169, "version": 1772167673,
"fileList": [ "fileList": [
"data.js", "data.js",
"c2runtime.js", "c2runtime.js",

View File

@@ -119,6 +119,7 @@ SenaSDK.prototype.loadFromPostMessage = function (inputJson, callback) {
console.warn("⚠️ Sena SDK: tdv_sdk not found, storing data locally"); console.warn("⚠️ Sena SDK: tdv_sdk not found, storing data locally");
self.data = inputJson.data; self.data = inputJson.data;
self.correctAnswer = inputJson.answer; self.correctAnswer = inputJson.answer;
self._parseGameCode(); // Thêm dòng này để SDK đọc đuôi thời gian T30
if (callback) callback(true); if (callback) callback(true);
} }
return true; return true;