This commit is contained in:
@@ -25160,10 +25160,10 @@ cr.behaviors.Sin = function(runtime)
|
||||
cr.getObjectRefTable = function () { return [
|
||||
cr.plugins_.Audio,
|
||||
cr.plugins_.Browser,
|
||||
cr.plugins_.Function,
|
||||
cr.plugins_.JSON,
|
||||
cr.plugins_.Sprite,
|
||||
cr.plugins_.Function,
|
||||
cr.plugins_.SenaPlugin,
|
||||
cr.plugins_.Sprite,
|
||||
cr.plugins_.SpriteFontPlus,
|
||||
cr.plugins_.Touch,
|
||||
cr.behaviors.Fade,
|
||||
@@ -25250,8 +25250,6 @@ cr.getObjectRefTable = function () { return [
|
||||
cr.system_object.prototype.exps.str,
|
||||
cr.plugins_.SenaPlugin.prototype.acts.PostMessage,
|
||||
cr.behaviors.DragnDrop.prototype.cnds.IsDragging,
|
||||
cr.plugins_.Touch.prototype.exps.X,
|
||||
cr.plugins_.Touch.prototype.exps.Y,
|
||||
cr.system_object.prototype.cnds.EveryTick,
|
||||
cr.plugins_.Sprite.prototype.acts.SetVisible,
|
||||
cr.plugins_.SenaPlugin.prototype.cnds.OnMessage,
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": 1771924198,
|
||||
"version": 1772009358,
|
||||
"fileList": [
|
||||
"data.js",
|
||||
"c2runtime.js",
|
||||
@@ -22,6 +22,7 @@
|
||||
"images/panel_pause-sheet0.png",
|
||||
"images/layer-sheet0.png",
|
||||
"images/newwordpng-sheet0.png",
|
||||
"images/khungnen-sheet0.png",
|
||||
"media/click.ogg",
|
||||
"media/correct.ogg",
|
||||
"media/error-010-206498.ogg",
|
||||
|
||||
@@ -587,7 +587,7 @@ SenaSDK.prototype.getQuestionType = function () {
|
||||
};
|
||||
|
||||
SenaSDK.prototype.getQuestionImage = function () {
|
||||
return String(this.data?.image || '').trim();
|
||||
return String(this.data?.question || '').trim();
|
||||
};
|
||||
|
||||
SenaSDK.prototype.getRequestValue = function () {
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user