mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
start wait bars at 0
This commit is contained in:
parent
23f2f97c8d
commit
892a01a4cf
@ -23,7 +23,7 @@ class DirectWaitBar(DirectFrame):
|
||||
('frameSize', (-1,1,-0.08,0.08), None),
|
||||
('borderWidth', (0,0), None),
|
||||
('range', 100, self.setRange),
|
||||
('value', 50, self.setValue),
|
||||
('value', 0, self.setValue),
|
||||
('barBorderWidth', (0,0), self.setBarBorderWidth),
|
||||
('barColor', (1,0,0,1), self.setBarColor),
|
||||
('barRelief', FLAT, self.setBarRelief),
|
||||
|
Loading…
x
Reference in New Issue
Block a user