https://kingmidis.itch.io/screenwarp
Precision/puzzle platformer about looping back!
By KingMidis
| (function (Scratch) { | |
| /* | |
| Experimental extension for Scratch. | |
| */ | |
| var am_global_loop; | |
| class AudioStream { | |
| constructor(runtime, vm) { | |
| this.runtime = runtime; | |
| this.vm = vm; | |
| this.contextList=[]; |
https://kingmidis.itch.io/screenwarp
Precision/puzzle platformer about looping back!
By KingMidis