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 cc4b211 commit 66ba29dCopy full SHA for 66ba29d
1 file changed
scripts/draw_window_about/draw_window_about.gml
@@ -89,7 +89,7 @@ function draw_window_about() {
89
if (draw_button2(x1 + 236, y1 + 380, 72, condstr(language != 1, "Twitter", "Twitter"), false)) {
90
open_url(link_twitter)
91
}
92
- if (draw_button2(x1 + 312, y1 + 380, 72, condstr(language != 1, "YouTube", "Youtube"), false)) {
+ if (draw_button2(x1 + 312, y1 + 380, 72, condstr(language != 1, "YouTube", "YouTube"), false)) {
93
open_url(link_youtube)
94
95
if (draw_button2(x1 + 388, y1 + 380, 72, condstr(language != 1, "Donate", "捐赠"), false)) {
0 commit comments