Skip to content

Commit

Permalink
Update The Neverending Story (Original 2021).vbs.dmd.patch
Browse files Browse the repository at this point in the history
fixed digitgrid again
  • Loading branch information
evilwraith committed Nov 4, 2024
1 parent a33df13 commit df0d835
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
+ DMDScene.AddActor FlexDMD.NewImage("Dig" & i, "VPX.dempty&dmd=2")
+ Digits(i).Visible = False
+ Next
+ digitgrid.Visible = False
+ 'digitgrid.Visible = False
+ For i = 0 to 19 ' Top
+ DMDScene.GetImage("Dig" & i).SetBounds 4 + i * 6, 3, 6, 11
+ Next
Expand Down

0 comments on commit df0d835

Please sign in to comment.