mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-18 16:36:42 -05:00
Switcharoo to Gee Emm 2.3
This commit is contained in:
24
Project/scripts/__init_view/__init_view.gml
Normal file
24
Project/scripts/__init_view/__init_view.gml
Normal file
@@ -0,0 +1,24 @@
|
||||
function __init_view() {
|
||||
enum e__VW
|
||||
{
|
||||
XView,
|
||||
YView,
|
||||
WView,
|
||||
HView,
|
||||
Angle,
|
||||
HBorder,
|
||||
VBorder,
|
||||
HSpeed,
|
||||
VSpeed,
|
||||
Object,
|
||||
Visible,
|
||||
XPort,
|
||||
YPort,
|
||||
WPort,
|
||||
HPort,
|
||||
Camera,
|
||||
SurfaceID,
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
12
Project/scripts/__init_view/__init_view.yy
Normal file
12
Project/scripts/__init_view/__init_view.yy
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": true,
|
||||
"parent": {
|
||||
"name": "view",
|
||||
"path": "folders/Scripts/compatibility/view.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "__init_view",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
||||
Reference in New Issue
Block a user