master #75

Closed
Alienjack wants to merge 510 commits from Alienjack/AxibugEmuOnline_old:master into master
2 changed files with 481 additions and 504 deletions
Showing only changes of commit 01c3aff056 - Show all commits

View File

@ -56,6 +56,7 @@ public class XMBTopGroup : MonoBehaviour
{ {
battery = 1f; battery = 1f;
} }
if (battery > 0.80f) if (battery > 0.80f)
{ {
imgPower1.gameObject.SetActive(true); imgPower1.gameObject.SetActive(true);