Skip to main content

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

I'm sorry, but the code does not have any indentation in sight. Just because you can read the code, doesn't mean that everybody else can. This is very hard to read and as an open-source easy-to-modify extension it should be easily read by almost anyone (not saying you have to dumb down the code, at the bare minimum, add some indentation, please).


Also my friend and I suspected usage of stolen code, because of the fucked up indentation, but take that with a grain of salt.

alright, thanks for the criticisms. i'll be changing the description to be more accurate.

about the stolen code part, it was kind of insulting but i guess i can see your point. i've just been coding like this for several years now, and i don't see it changing.

tl:dr i don't steal code, my code is just fucked up

(1 edit)

Alright. I'd like to ask though, how and why is the indentation just non-existent? GMS has automatic code indentation so I'm curious why you decided to get rid of it. Also use the tab key if you ever wanna quickly indent something and shift + tab to get rid of it.

i just find it easier to write code without indenting it.

i don't have to stop and pause to think "oh wow this looks bad", i just write the code and move on. i didn't get rid of it, i just wrote the code as fast as possible. (also i knew about the tab thing)