Skip to main content

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

Whipped up a quick script for the buttons

on click do
 f:currfont[]
 f[char.value-32]:f[char.value-32].translate[(1,0) 1]
 view[]
end

Just change the (1,0) out for (-1,0) and (0,1) and (0,-1)  for the other directions.


edit: looks like ahm beat me to it haha!