Skip to content

Commit 9357d1a

Browse files
committed
Make timeline solid black on blackout mode
1 parent 74fa1ec commit 9357d1a

File tree

4 files changed

+23
-1
lines changed

4 files changed

+23
-1
lines changed

scripts/control_draw/control_draw.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ if (select > 0) {
630630
}
631631

632632
// Timeline and markers
633-
draw_sprite_ext(spr_timeline, 0 + theme = 2, x1 + 2, y1 + 2, totalcols * 32 + 20, 1, 0, -1, 1)
633+
draw_sprite_ext(spr_timeline, (0 + theme = 2) * !blackout + blackout * 2, x1 + 2, y1 + 2, totalcols * 32 + 20, 1, 0, -1, 1)
634634
draw_set_font(fnt_small)
635635
draw_set_halign(fa_left)
636636
c = 1
90 Bytes
Loading
90 Bytes
Loading

sprites/spr_timeline/spr_timeline.yy

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)