-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgm82alpha.gej
85 lines (85 loc) · 1.69 KB
/
gm82alpha.gej
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "Game Maker 8.2 Alpha",
"folder": "gm82",
"version": "0.1",
"author": "renex, Floogle",
"date": "30/08/2023",
"license": "Free to use, also for commercial games.",
"description": "Part of the standard Game Maker 8.2 distribution. This extension package allows the game window to become transparent with an alpha value or chroma key. For advanced users only.",
"helpfile": "",
"hidden": false,
"dependencies": [
"Game Maker 8.2 Core",
"Game Maker 8.2 DirectX9"
],
"files": [
{
"filename": "gm82alpha.gml",
"origname": "C:\\Stuff\\github\\gm82alpha\\gm82alpha.gml",
"kind": 2,
"init": "",
"final": "",
"functions": [
{
"name": "window_set_alphablend",
"extname": "",
"calltype": 2,
"helpline": "window_set_alphablend(enable)",
"hidden": false,
"argtypes": [
2
],
"returntype": 2
},
{
"name": "window_set_chromakey",
"extname": "",
"calltype": 2,
"helpline": "window_set_chromakey(enable,color)",
"hidden": false,
"argtypes": [
2,
2
],
"returntype": 2
}
],
"constants": []
},
{
"filename": "gm82alpha.dll",
"origname": "build\\Release\\gm82alpha.dll",
"kind": 1,
"init": "",
"final": "",
"functions": [
{
"name": "__gm82alpha_setchromakey",
"extname": "",
"calltype": 12,
"helpline": "",
"hidden": true,
"argtypes": [
2,
2,
2
],
"returntype": 2
},
{
"name": "__gm82alpha_setcomposite",
"extname": "",
"calltype": 12,
"helpline": "",
"hidden": true,
"argtypes": [
2,
2
],
"returntype": 2
}
],
"constants": []
}
]
}