preliminary AI battle support

This commit is contained in:
Yonokid
2025-12-31 00:29:52 -05:00
parent f384de454f
commit ac7c7abf82
8 changed files with 431 additions and 28 deletions

View File

@@ -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