mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
more improvements to the slider
This commit is contained in:
parent
3d02ef10f5
commit
3d68a40cb8
@ -54,6 +54,8 @@ class DirectSliderBar(DirectFrame):
|
|||||||
textoptiondefs = (
|
textoptiondefs = (
|
||||||
('text_pos', (0,-0.025), None),
|
('text_pos', (0,-0.025), None),
|
||||||
('text_scale', 0.1, None),
|
('text_scale', 0.1, None),
|
||||||
|
('text_fg', (1,1,1,1), None),
|
||||||
|
('text_shadow', (0,0,0,1), None),
|
||||||
('text_align', TextNode.ALeft, None)
|
('text_align', TextNode.ALeft, None)
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user