mirror of
https://github.com/open-goal/jak-project
synced 2026-08-11 03:26:33 -04:00
jak3: subtitle3, vag-player (#3758)
This commit is contained in:
+6
-2
@@ -158,14 +158,14 @@
|
||||
(if (< (seconds 0.027) (logand (-> pp clock integral-frame-counter) 15))
|
||||
(set-font-color
|
||||
(the-as font-color gp-0)
|
||||
(the-as int (the-as uint #x80ffffff))
|
||||
(new 'static 'rgba :r #xff :g #xff :b #xff :a #x80)
|
||||
(new 'static 'rgba :r #xff :g #xff :b #xff :a #x80)
|
||||
(new 'static 'rgba :r #xff :g #xff :b #xff :a #x80)
|
||||
(new 'static 'rgba :r #xff :g #xff :b #xff :a #x80)
|
||||
)
|
||||
(set-font-color
|
||||
(the-as font-color gp-0)
|
||||
(the-as int (the-as uint #x80606060))
|
||||
(new 'static 'rgba :r #x60 :g #x60 :b #x60 :a #x80)
|
||||
(new 'static 'rgba :r #x60 :g #x60 :b #x60 :a #x80)
|
||||
(new 'static 'rgba :r #x60 :g #x60 :b #x60 :a #x80)
|
||||
(new 'static 'rgba :r #x60 :g #x60 :b #x60 :a #x80)
|
||||
@@ -5245,3 +5245,7 @@
|
||||
0
|
||||
(none)
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user