This commit is contained in:
@@ -25619,13 +25619,13 @@ cr.behaviors.lunarray_Tween = function(runtime)
|
||||
};
|
||||
}());
|
||||
cr.getObjectRefTable = function () { return [
|
||||
cr.plugins_.Audio,
|
||||
cr.plugins_.Browser,
|
||||
cr.plugins_.Function,
|
||||
cr.plugins_.Sprite,
|
||||
cr.plugins_.Text,
|
||||
cr.plugins_.SenaPlugin,
|
||||
cr.plugins_.Text,
|
||||
cr.plugins_.Touch,
|
||||
cr.plugins_.Audio,
|
||||
cr.behaviors.Rex_MoveTo,
|
||||
cr.behaviors.lunarray_Tween,
|
||||
cr.behaviors.Anchor,
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": 1772166169,
|
||||
"version": 1772167673,
|
||||
"fileList": [
|
||||
"data.js",
|
||||
"c2runtime.js",
|
||||
|
||||
@@ -119,6 +119,7 @@ SenaSDK.prototype.loadFromPostMessage = function (inputJson, callback) {
|
||||
console.warn("⚠️ Sena SDK: tdv_sdk not found, storing data locally");
|
||||
self.data = inputJson.data;
|
||||
self.correctAnswer = inputJson.answer;
|
||||
self._parseGameCode(); // Thêm dòng này để SDK đọc đuôi thời gian T30
|
||||
if (callback) callback(true);
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user