mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Organic display
This commit is contained in:
parent
f42631b401
commit
6b5226e9e3
1 changed files with 3 additions and 0 deletions
|
@ -193,6 +193,9 @@ class ToonAvatarDetailPanel(DirectFrame):
|
|||
if numItems == 0:
|
||||
image_color = Vec4(0.5, 0.5, 0.5, 1)
|
||||
geom_color = Vec4(0.2, 0.2, 0.2, 0.5)
|
||||
elif self.avatar.getTrackBonusLevel(track) > -1:
|
||||
image_color = Vec4(0, 0.8, 0.4, 1)
|
||||
geom_color = None
|
||||
else:
|
||||
image_color = Vec4(0, 0.6, 1, 1)
|
||||
geom_color = None
|
||||
|
|
Loading…
Reference in a new issue