How to edit only parts of states #461
-
I want to change the healthicon position and functionality, but that would involve redirecting PlayState to a ModdedPlayState which would totally break the mod whenever a new action build comes out |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
You don't really need to create a modded version of |
Beta Was this translation helpful? Give feedback.
You don't really need to create a modded version of
PlayState
. ImportantPlayState
variables are available from any song script, and those include the icon variables (iconBF
andiconDad
, for the player and opponent respectively). As a result, you can modify the icon variables as you normally would in any script loaded by the game during normal gameplay.