Skip to main content

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

is there any way to edit the messages you get while edging? I've dug around in the game files and code but I haven't been able to find the messages (either that or they were there but just not in a plain text format) as I'm far from familiar with HTML or java. thanks for any help in advance :)

(+1)

Hi,  if you open the main.js file and search for any sentence that gets displayed, you should find them.

It can be risky if you don't know what you're doing though and the game might not work anymore. Try to learn more about Javascript first if you can!

oh thank you! i checked that file before but assumed the big long line at the top was just some supporting code and didn't contain any of the text I wanted to edit