@slacer
I have server and client only right now ( hence 2 players only).i would like to add more players in the future but for now i need to get 2 player game code working.
@Tobias
All other variables , panels ( comprising of digits and BMAP) are working properly.Except for this one which is a panel having a HBAR. only this HBAR panel
which needs to increase/decrease based on display_ratio_output is not working.
When the HBAR panel is increasing from server side ( by pressing Key1 for increasing the HBAR from right to left) ,it get updated properly on client.
But when client side is pressing key 1 to increase HBAR , there is no change in HBAR even though display_ratio_output is getting updated properly on both instances of game ( i.e server and client).
Doka