We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2503394 commit 3bc0118Copy full SHA for 3bc0118
scripts/draw_textarea/draw_textarea.gml
@@ -11,6 +11,7 @@ function draw_textarea() {
11
hoffset = 0
12
alpha = 1
13
prevalpha = draw_get_alpha()
14
+ notwindow = 0
15
if (argument_count > 7) hoffset = argument[7]
16
if (argument_count > 8) alpha = argument[8]
17
if (argument_count > 9) notwindow = argument[9]
scripts/macros/macros.gml
@@ -1,6 +1,6 @@
1
function macros() {
2
#macro gm_runtime_version "2022.2.0.487"
3
-#macro version_date "2022.03.21"
+#macro version_date "2022.03.25"
4
#macro version "3.9.4"
5
#macro is_prerelease 1 // remember to change to 0 in the release!
6
#macro nbs_version 5
0 commit comments