Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

maciek012

3
Posts
1
Topics
1
Followers
4
Following
A member registered Dec 28, 2016

Recent community posts

Hi I have noticed that when key's value is double digit and has a fraction of 2, 

for example { "key": 13.2 } TJSON will output "key":  13.199999999999999

I can confirm that GMS1 does reload changed files when you use source control.

#gmcr
var arr = argument0;
var len = array_length_1d(arr);
for (var i = 0; i < len; i++) {    
    yield arr[i];
}

Given code will generate gml with mispell function call. It calls array_wget instead of array_get