This commit is contained in:
mileswa1q2
2023-11-23 21:26:01 +00:00
committed by GitHub
parent 40fdf2a04e
commit cdba43e8ec
175 changed files with 35233 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
var gdjs;(function(i){class r{constructor(){this._onceTriggers={};this._lastFrameOnceTrigger={}}startNewFrame(){for(const e in this._lastFrameOnceTrigger)this._lastFrameOnceTrigger.hasOwnProperty(e)&&delete this._lastFrameOnceTrigger[e];for(const e in this._onceTriggers)this._onceTriggers.hasOwnProperty(e)&&(this._lastFrameOnceTrigger[e]=this._onceTriggers[e],delete this._onceTriggers[e])}triggerOnce(e){return this._onceTriggers[e]=!0,!this._lastFrameOnceTrigger.hasOwnProperty(e)}}i.OnceTriggers=r})(gdjs||(gdjs={}));
//# sourceMappingURL=oncetriggers.js.map