Fixed the data loading issue with a single variable, lol.

This commit is contained in:
TheGreenTie
2020-03-02 00:56:02 -06:00
parent 95b5cc1828
commit 2e7a404ff8
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
"option_windows_description_info": "",
"option_windows_disable_sandbox": false,
"option_windows_display_cursor": true,
"option_windows_display_name": "DexTool",
"option_windows_display_name": "DexTool by @PoshoDev",
"option_windows_enable_steam": false,
"option_windows_executable_name": "${project_name}",
"option_windows_icon": "${options_dir}\\windows\\runner_icon.ico",

View File

@@ -13,7 +13,7 @@ with instance_create(px, py, obj_slot)
type1 = global.dexdata[sel, dex.type1];
type2 = global.dexdata[sel, dex.type2];
own = global.savedata[sel];
own = global.savedata[idno/*sel*/];
color = get_color3(own, false);