Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I’ll fix this in the next release, but for now you can use live_function_add to override the signature:

live_function_add("instance_create_depth(x, y, depth, obj, ?vars)", instance_create_depth);
live_function_add("instance_create_layer(x, y, layer, obj, ?vars)", instance_create_layer);