Jump to content
  • 0

My goku has a stamina bar at the bottom but can't see it.


Monicalist

Question

8 answers to this question

Recommended Posts

  • 0

Dear PlasmoidThunder

 

Thanks for the bug report on my character

earlier. As an thank you note, you can now

be a bug reporter for my next future characters.

 

Look forward to my next character release and

Report any bugs to me ok?

 

GTFoxN6Y

 

Link to comment
Share on other sites

  • 0

Normally most character author never  test there character in different resolutions and write x y coordinates as absolute value. this will result the issue you are experiencing.

 

the solution is not use absolute value.

 

for example:

I want to put a box at the right bottom of the screen.

Most people will use x y as x = 320, y = 240

this will result the box at the desired place only if the screen is 4:3

 

if you change to x = 320 y = 180

this will result the box at the desired place only if the screen is 16:9

 

the right thing to do is

1 set mugen version to 1.1

2 set x to  screenwidth (a trigger provided by Mugen 1.1 it will get you the current size of the x), and y to screenheight (a trigger provided by Mugen 1.1 it will get you the current size of the y)

only in this way it will always adapter the screen no matter it is 16:9 or 4:3

 

 

 

 

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...