SCORE RESULT ON THE VICTORY SCREEN #1607
Unanswered
Paul45mec
asked this question in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I would like to know if it is possible to get a score result on the victory screen? of those that the games of the past had with names PERFECT / TOTAL / LIFE / BONUS / COMBOS
AND A SCORE RESULT right on the victory screen next to the character's BIG PORTRAIT.
Describe the solution you'd like
score.result.text = "SCORE RESULT: %s"
score.result.offset = 185,550
score.result.font = 8,0,1,
score.result.spacing = 0, 0 ;Ikemen feature
score.result.scale = 1.28,1.28 ;0.65,0.65
score.result.window = 30,520, 1250,710
score.result.textwrap = w ;W
score.result.delay = 2 ;Ikemen feature
score.result.time = 0 ;Ikemen feature
score.result.displaytime = 0
Life.text = "Life: %s"
Life.offset = 185,550
Life.font = 8,0,1,
Life.spacing = 0, 0 ;Ikemen feature
Life.scale = 1.28,1.28 ;0.65,0.65
Life.window = 30,520, 1250,710
Life.textwrap = w ;W
Life.delay = 2 ;Ikemen feature
Life.time = 0 ;Ikemen feature
Life.displaytime = 0
Time.text = "Time: %s"
Time.offset = 185,550
Time.font = 8,0,1,
Time.spacing = 0, 0 ;Ikemen feature
Time.scale = 1.28,1.28 ;0.65,0.65
Time.window = 30,520, 1250,710
Time.textwrap = w ;W
Time.delay = 2 ;Ikemen feature
Time.time = 0 ;Ikemen feature
Time.displaytime = 0
Perfect.text = "PERFECT: %s"
Perfect.offset = 185,550
Perfect.font = 8,0,1,
Perfect.spacing = 0, 0 ;Ikemen feature
Perfect.scale = 1.28,1.28 ;0.65,0.65
Perfect.window = 30,520, 1250,710
Perfect.textwrap = w ;W
Perfect.delay = 2 ;Ikemen feature
Perfect.time = 0 ;Ikemen feature
Perfect.displaytime = 0
Combo.text = "Combo: %s"
Combo.offset = 185,550
Combo.font = 8,0,1,
Combo.spacing = 0, 0 ;Ikemen feature
Combo.scale = 1.28,1.28 ;0.65,0.65
Combo.window = 30,520, 1250,710
Combo.textwrap = w ;W
Combo.delay = 2 ;Ikemen feature
Combo.time = 0 ;Ikemen feature
Combo.displaytime = 0
Bonus.text = "Bonus: %s"
Bonus.offset = 185,550
Bonus.font = 8,0,1,
Bonus.spacing = 0, 0 ;Ikemen feature
Bonus.scale = 1.28,1.28 ;0.65,0.65
Bonus.window = 30,520, 1250,710
Bonus.textwrap = w ;W
Bonus.delay = 2 ;Ikemen feature
Bonus.time = 0 ;Ikemen feature
Bonus.displaytime = 0
Additional context
No response
Search terms
SCORE RESULT ON THE VICTORY SCREEN
Beta Was this translation helpful? Give feedback.
All reactions