• Using a remap function and a panelList allows you even a combination of panels like this:

    each p is a 8x8 panel like above

    //--------------------------------------­------------
    // p1           : [[0],[0]]         x 0-7,  y 0-7
    //--------------------------------------­------------
    // p1 + p2      : [[0],[56]]        x 0-15, y 0-7
    //--------------------------------------­------------
    // p1 + p2 + p3 : [[0],[56],[112]]] x 0-23, y 0-7 
    //--------------------------------------­------------
    // p1 + p2      : [[0,64],[56,120]] x 0-15, y 0-15
    // p3 + p4
    

    test_remap.js

    @Gordon is it possible to inject a remap function into Graphic lib?


    2 Attachments

    • 4x4np8x8_back.jpg
    • 4x4np8x8_front.jpg
About

Avatar for MaBe @MaBe started