Skip to content

Commit

Permalink
Fix parameter names, update Infobox
Browse files Browse the repository at this point in the history
  • Loading branch information
K4thos committed Apr 11, 2022
1 parent 6f04253 commit eefe8d5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
7 changes: 3 additions & 4 deletions data/big/system.def
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,8 @@ Welcome to SUEHIRO's I.K.E.M.E.N GO engine!
* This is a public development release, for testing purposes.
* This build may contain bugs and incomplete features.
* Your help and cooperation are appreciated!
* Ikemen GO engine repositories: https://github.com/ikemen-engine
* Original repo source code: https://osdn.net/users/supersuehiro/
* Bug reports: https://github.com/Windblade-GR01/Ikemen-GO/issues
* Features wiki: https://github.com/K4thos/Ikemen_GO/wiki

;-------------------------------------------------------------------
;Character select definition
Expand Down Expand Up @@ -2077,8 +2076,8 @@ starttime = 30
endtime = 60
switchtime = 30
skiptime = 30
key.skip = "a"
key.cancel = "b&c&x&y&z&s"
skip.key = "a"
cancel.key = "b&c&x&y&z&s"
p1.bg.anim = 700
p1.bg.offset = 0, 32
p1.bg.facing = 1
Expand Down
7 changes: 3 additions & 4 deletions data/mugen1/system.def
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,8 @@ Welcome to SUEHIRO's I.K.E.M.E.N GO engine!
* This is a public development release, for testing purposes.
* This build may contain bugs and incomplete features.
* Your help and cooperation are appreciated!
* Ikemen GO engine repositories: https://github.com/ikemen-engine
* Original repo source code: https://osdn.net/users/supersuehiro/
* Bug reports: https://github.com/Windblade-GR01/Ikemen-GO/issues
* Features wiki: https://github.com/K4thos/Ikemen_GO/wiki

;-------------------------------------------------------------------
;Character select definition
Expand Down Expand Up @@ -2074,8 +2073,8 @@ starttime = 30
endtime = 60
switchtime = 30
skiptime = 30
key.skip = "a"
key.cancel = "b&c&x&y&z&s"
skip.key = "a"
cancel.key = "b&c&x&y&z&s"
p1.bg.anim = 700
p1.bg.offset = 0, 32
p1.bg.facing = 1
Expand Down
7 changes: 7 additions & 0 deletions data/select.def
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
; on which the music will be played (defaults to 1 if omitted). You can use
; multiple music parameters for random selection.
;
; - musicfinal
; IKEMEN feature: Set the paramvalue to the music file that should be used at
; the start of final round. Music volume, loopstart and loopend values can
; follow, separated by spaces. paramvalue overrides stage DEF bgmusic.final
; assignment. You can use multiple musicfinal parameters for random
; selection.
;
; - musiclife
; IKEMEN feature: Set the paramvalue to the music file path that should be
; used when player's controlled character has (by default) less then 30% life
Expand Down
7 changes: 3 additions & 4 deletions data/system.def
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,8 @@ Welcome to SUEHIRO's I.K.E.M.E.N GO engine!
* This is a public development release, for testing purposes.
* This build may contain bugs and incomplete features.
* Your help and cooperation are appreciated!
* Ikemen GO engine repositories: https://github.com/ikemen-engine
* Original repo source code: https://osdn.net/users/supersuehiro/
* Bug reports: https://github.com/Windblade-GR01/Ikemen-GO/issues
* Features wiki: https://github.com/K4thos/Ikemen_GO/wiki

;-------------------------------------------------------------------
;Character select definition
Expand Down Expand Up @@ -1753,8 +1752,8 @@ starttime = 30
endtime = 60
switchtime = 30
skiptime = 30
key.skip = "a"
key.cancel = "b&c&x&y&z&s"
skip.key = "a"
cancel.key = "b&c&x&y&z&s"
p1.bg.anim = 700
;p1.bg.spr =
p1.bg.offset = 0, 32
Expand Down

0 comments on commit eefe8d5

Please sign in to comment.