Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

UPDATE: As of Decker 1.54, the Font interface indexes in alignment with ASCII; as a result we must add an offset of 32 in the main loop of the script for the "Create" button and character index 127 for the ellipsis character:

on click do
 f:deck.add["font" 8,8 name.text]
 f.space:0
 each p i in 8*32 cross 3
  f[i+32]:img.copy[p 8,8]
 end
 f[127]:image["%%IMG0AAgACAAAAAAAAFQA"]
 view[]
end

The rest of this example works unchanged.