modification de l'UI en 3D et renommage des particules

This commit is contained in:
2026-02-07 16:41:39 +01:00
parent 3a82e8b3c1
commit 9570fd96c2
30 changed files with 295 additions and 110 deletions

View File

@@ -23,5 +23,7 @@ func update(
# if with_animation:
# %EnergyAnimationPlayer.bounce()
%EnergyInfo3d.energy = energy
%EnergyInfo3d.max_energy = max_energy
%EnergyCount.text = energy_count_text
%EnergyCount.modulate = Color.WHITE if energy > 0 else Color.RED