Hub Screen where previously defeated character names are displayed #1394
Unanswered
candereli86
asked this question in
Q&A
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.
Uh oh!
There was an error while loading. Please reload this page.
In my custom made fighting game, I am trying to use victory screen as a hub interface where you could see the previously defeated character names, just like in Street Fighter Alpha 3. I am trying to modify my lua files but somehow it doesn't work. I am sharing the code, and asking for help.
Attached file is the code for start.lua where I edited the Victory Screen area:
startlua.txt
This is the part where I edited Victory Screen in motif.lua
defeated1_offset = {0, 0}, defeated1_font = {-1, 0, 1, 255, 255, 255, -1}, defeated1_scale = {1.0, 1.0}, --Ikemen feature defeated1_align = "left",And the part where I added the values in system.def under [Victory Screen]
defeated.offset = 5, 177 defeated.font = 3,0,1 defeated.align = "left" defeated.scale = 1.0,1.0All reactions