Added game files from TMP4
This commit is contained in:
@ -14,7 +14,7 @@ class PlayerGauge(ui.Gauge):
|
||||
self.curHP = 0
|
||||
self.maxHP = 0
|
||||
|
||||
self.showAlways = FALSE
|
||||
self.showAlways = False
|
||||
|
||||
def __del__(self):
|
||||
ui.Gauge.__del__(self)
|
||||
@ -52,9 +52,9 @@ class PlayerGauge(ui.Gauge):
|
||||
self.Show()
|
||||
|
||||
def EnableShowAlways(self):
|
||||
self.showAlways = TRUE
|
||||
self.showAlways = True
|
||||
self.RefreshGauge()
|
||||
|
||||
def DisableShowAlways(self):
|
||||
self.showAlways = FALSE
|
||||
self.showAlways = False
|
||||
self.RefreshGauge()
|
||||
|
Reference in New Issue
Block a user