```val preload = fun ReceiverContext.(other: Int) ...
# javascript
j
Copy code
val preload = fun ReceiverContext.(other: Int) {
        this.load.setBaseUrl("")
        this.load.image("", "")
        this.load.image("", "")
        this.load.image("", "")
    }
c
Is that the Phaser framework?