Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

FAQs Sticky

A topic by geod created Aug 26, 2020 Views: 1,371
Viewing posts 1 to 1
(2 edits)
  • 3dSen Maker flashes/blinks a lot. 

    Just uncheck Fast Render in Setting tab

  • How to render the Empty Tile - the one filled with zero indexed color

    Add the following script:

function Start()
    Setting.EmptyTile = true
end