mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-20 01:24:14 -05:00
Hisui Dex loads.
This commit is contained in:
4
Project/scripts/dex_hisui_load/dex_hisui_load.gml
Normal file
4
Project/scripts/dex_hisui_load/dex_hisui_load.gml
Normal file
@@ -0,0 +1,4 @@
|
||||
function dex_hisui_load() {
|
||||
//if (global.show_hisui)
|
||||
global.hisuidata = csv_load("hisuidex");
|
||||
}
|
||||
12
Project/scripts/dex_hisui_load/dex_hisui_load.yy
Normal file
12
Project/scripts/dex_hisui_load/dex_hisui_load.yy
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Scripts",
|
||||
"path": "folders/Scripts.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "dex_hisui_load",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
||||
Reference in New Issue
Block a user