Skip to content

Commit cd471f1

Browse files
committed
make panning numbers easy to understand
1 parent 0414087 commit cd471f1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/control_draw/control_draw.gml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1949,8 +1949,8 @@ function control_draw() {
19491949
draw_theme_color()
19501950

19511951
xx += 4
1952-
if (language != 1) {draw_text_dynamic(xx, rh - 18, "Panning: " + string(selected_pan)) xx += 95}
1953-
else {draw_text_dynamic(xx, rh - 18, "声道: " + string(selected_pan)) xx += 95}
1952+
if (language != 1) {draw_text_dynamic(xx, rh - 18, "Panning: " + string(selected_pan - 100)) xx += 95}
1953+
else {draw_text_dynamic(xx, rh - 18, "声道: " + string(selected_pan - 100)) xx += 95}
19541954
draw_separator(xx, rh - 20)
19551955
draw_theme_color()
19561956

scripts/macros/macros.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function macros() {
22
#macro gm_runtime_version "2022.2.0.487"
3-
#macro version_date "2022.06.17"
3+
#macro version_date "2022.06.23"
44
#macro version "3.10.0-beta.3"
55
#macro is_prerelease 1 // remember to change to 0 in the release!
66
#macro nbs_version 5

0 commit comments

Comments
 (0)