YesNoOk
avatar

Small lb (Read 1465 times)

Started by demongorne, October 18, 2020, 08:20:07 pm
Share this topic:
Small lb
#1  October 18, 2020, 08:20:07 pm
  • avatar
  • ***
    • demongorne.webs.com/
I want to change lifebars with custom lb but the custom ones are dissplayed very small. how could  I fix this bug?
Re: Small lb
#2  October 19, 2020, 04:34:35 am
  • ****
    • crepa.neocities.org
Go into the fight.def and change the scale for the sprites, most of the times you just have to double the values. Also change the range of the lifebars. And yes, you have to do it for all sprites, is a tedious process...

Example
p1.bg0.scale = 1,1

change to

p1.bg0.scale = 2,2

If there is no scale for a sprite, you can add that line and use 2,2 as the value.