text progress

This commit is contained in:
ManDude
2022-08-26 01:33:41 +01:00
parent b8f5579ff6
commit ab42702f24
2 changed files with 874 additions and 140 deletions
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -345,9 +345,9 @@
(def-language-remap-info *language-remap-info-pc*
(english uk-english french german spanish italian japanese portuguese br-portuguese swedish finnish danish norwegian))
(define *text-languages* (static-text-list-array
english uk-english french german spanish italian japanese))
english uk-english french german spanish italian portuguese japanese))
(define *subtitle-languages* (static-text-list-array
english german spanish))
english german spanish portuguese))
@@ -2253,7 +2253,6 @@
(progress-screen resolution)
(progress-screen aspect-ratio)
(progress-screen secrets)
(progress-screen cheats)
(progress-screen monitor)
)
(hide-progress-icons)
@@ -2261,7 +2260,7 @@
)
(((progress-screen misc-options))
(hide-progress-icons)
(draw-options self 115 25 0.79)
(draw-options self 115 25 0.76)
)
(((progress-screen music-player))
(hide-progress-icons)
@@ -2276,7 +2275,8 @@
(hide-progress-icons)
(draw-options self 115 25 0.65)
)
(((progress-screen gfx-ps2-options))
(((progress-screen gfx-ps2-options)
(progress-screen cheats))
(hide-progress-icons)
(draw-options self 115 25 0.72)
)