WIP
This commit is contained in:
@@ -141,7 +141,7 @@ $(async function () {
|
||||
this.setPhysics(randRange(0,canvas.width),
|
||||
randRange(0,canvas.height),
|
||||
0,0,0,0);
|
||||
this.sete = emote ? emote:null
|
||||
this.sete = emote ? emote:[]
|
||||
this.emote = Array.isArray(emote)? randEmote(this.sete) : emote
|
||||
this.time = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user