Changes for page Nixie Spritesheet
Last modified by Victor Zhang on 00:34, 22/07/2020
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -48,12 +48,6 @@ 48 48 imgloads.push( thisimg ); 49 49 }); 50 50 console.log( imgloads ); 51 - 52 - var currentidx = 0; 53 - setInterval( () => { 54 - currentidx++; 55 - console.log( "Drawing frame:" + currentidx ); 56 - } , 500 ); 57 57 }, 1000 ); 58 58 </script> 59 59 {{/html}}