Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(7 edits)

--------------------------------------------------------------------------------
    custom level data sharing through comment section 
--------------------------------------------------------------------------------
As level data is text, you can paste it like this:

        {

            { id= 1, x=2, y=1, w=2, h=2 },

            { id= 2, x=1, y=1, w=1, h=2 },

            { id= 3, x=4, y=1, w=1, h=2 },

            { id= 4, x=1, y=3, w=1, h=2 },

            { id= 5, x=4, y=3, w=1, h=2 },

            { id= 6, x=2, y=3, w=2, h=1 },

            { id= 7, x=2, y=4, w=1, h=1 },

            { id= 8, x=3, y=4, w=1, h=1 },

            { id= 9, x=1, y=5, w=1, h=1 },

            { id=10, x=4, y=5, w=1, h=1 },

        },

--------------------------------------------------------------------------------
    recording data  sharing through comment section 
--------------------------------------------------------------------------------
record.lua includes a level data and moves in text format as well.
So, you can share them here as well.

--------------------------------------------------------------------------------
    custom skin sharing through comment section 
--------------------------------------------------------------------------------
As for custom skin, paste the image from "add image" button to share.
320 x 320 pixel is recommended.

blank block


custom skin example

Of course, you can design an entire block without using the blank block above.
Great works may be included in the future release.