Skip to content

Commit 324a796

Browse files
committed
fix: remove "can be undone" labels from tremolo and stagger macros
That's the default/expected behavior - no need to warn anyone now :)
1 parent 641f066 commit 324a796

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

scripts/draw_window_macro_stagger/draw_window_macro_stagger.gml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ function draw_window_macro_stagger() {
1212
draw_theme_color()
1313
draw_theme_font(font_main_bold)
1414
draw_text_dynamic(x1 + 8, y1 + 8, "Stagger")
15-
draw_set_color(c_green)
16-
if (language != 1) draw_text_dynamic(x1 + 8, y1 + 23, "(CAN BE UNDONE)")
17-
else draw_text_dynamic(x1 + 8, y1 + 23, "(无法还原!!)") // Please re-translate this
1815
draw_theme_color()
1916
pattern = ""
2017
draw_theme_font(font_main)

scripts/draw_window_macro_tremolo/draw_window_macro_tremolo.gml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ function draw_window_macro_tremolo() {
1111
draw_window(x1, y1, x1 + 150, y1 + 240)
1212
draw_theme_font(font_main_bold)
1313
draw_text_dynamic(x1 + 8, y1 + 8, "Tremolo")
14-
draw_set_color(c_green)
15-
if (language != 1) draw_text_dynamic(x1 + 8, y1 + 23, "(CAN BE UNDONE)")
16-
else draw_text_dynamic(x1 + 8, y1 + 23, "(无法还原!!)") // Please re-translate this
1714
draw_theme_color()
1815
draw_theme_font(font_main)
1916
if (theme = 0) {

0 commit comments

Comments
 (0)