Add inventory.

This commit is contained in:
SilicaAndPina 2020-07-29 11:29:00 +12:00
parent ddc1b3a6ce
commit 1f4a8a24be
17 changed files with 751 additions and 14 deletions

View file

@ -25,8 +25,7 @@
<arguments>
<argument>
<kind>1</kind>
<string>global.allchunks = ds_list_create();
</string>
<string></string>
</argument>
</arguments>
</action>
@ -57,7 +56,7 @@ for(var i = 0; i &lt; 16; i ++)
{
show_debug_message("Generating Chunk: "+string(cX[i])+","+string(cY[i]));
var chunkInstId = instance_create(cX[i],cY[i],obj_chunk);
ds_list_add(global.allchunks,chunkInstId);
}
else // load
{