1
Fork 0
mirror of https://github.com/Steffo99/stack.git synced 2024-11-23 00:14:19 +00:00
stack/scripts/loadrecord.gml

4 lines
101 B
Text
Raw Normal View History

2013-06-13 16:42:45 +00:00
ini_open("savefile.ini");
2013-06-16 11:43:08 +00:00
stack.blocksr = ini_read_real("Stack","r_map1","0"); // Soldi
2013-06-13 16:42:45 +00:00
ini_close();