Skip to content

Commit

Permalink
Export plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
rexrainbow committed Oct 8, 2024
1 parent 91f377b commit 0b2af6a
Show file tree
Hide file tree
Showing 115 changed files with 775 additions and 517 deletions.
5 changes: 4 additions & 1 deletion dist/rexbadgelabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$1.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexbadgelabel.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexboardplugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -12757,9 +12757,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexboardplugin.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexbuttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$2.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexbuttons.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexcolorcomponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$3.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexcolorcomponents.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexcolorinput.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$4.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexcolorinput.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexcolorpicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$2.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexcolorpicker.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexconfirmdialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$7.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexconfirmdialog.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexcontainerliteplugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexcontainerliteplugin.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexdialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$7.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexdialog.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexdropdownlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$6.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexdropdownlist.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexexpbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$1.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexexpbar.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexfileselectorbutton.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$1.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexfileselectorbutton.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexfixwidthbuttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$2.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexfixwidthbuttons.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexfixwidthsizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$1.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexfixwidthsizer.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexfolder.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$1.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexfolder.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexgameobjectshellplugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -5061,9 +5061,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$8.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexgameobjectshellplugin.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexgridbuttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$2.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexgridbuttons.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexgridsizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$2.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexgridsizer.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexgridtable.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$3.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexgridtable.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexgridtableplugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexgridtableplugin.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexholygrail.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$1.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexholygrail.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/reximageboxplugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/reximageboxplugin.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexknob.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$1.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexknob.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexlabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$1.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexlabel.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexmdscenario.js
Original file line number Diff line number Diff line change
Expand Up @@ -25235,9 +25235,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$7.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexmdscenario.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexmdscenarioplugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -25314,9 +25314,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$8.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexmdscenarioplugin.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$2.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexmenu.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/rexnameinputdialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,12 @@
return this;
},

// Can override this method
addMultiple(gameObjects) {
var args = Array.from(arguments);
for (var i = 0, cnt = gameObjects.length; i < cnt; i++) {
Add$7.call(this, gameObjects[i]);
args[0] = gameObjects[i];
this.add.apply(this, args);
}
return this;
},
Expand Down
2 changes: 1 addition & 1 deletion dist/rexnameinputdialog.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 0b2af6a

Please sign in to comment.