mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-09-09 11:05:09 -05:00
Fixed the data loading issue with a single variable, lol.
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user