mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
preliminary AI battle support
This commit is contained in:
@@ -58,6 +58,9 @@ class Nameplate:
|
||||
"""
|
||||
tex = global_tex
|
||||
tex.draw_texture('nameplate', 'shadow', x=x, y=y, fade=min(0.5, fade))
|
||||
if self.player_num == PlayerNum.AI:
|
||||
tex.draw_texture('nameplate', 'ai', x=x, y=y)
|
||||
return
|
||||
if self.player_num == 0:
|
||||
frame = 2
|
||||
title_offset = 0
|
||||
|
||||
Reference in New Issue
Block a user