Skip to content

Commit d62898c

Browse files
author
tom
committed
Afficher la bombe H avec l'icone ☢ dans Case Info.
1 parent 99f6f50 commit d62898c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

godot/scripts/battle/battle_sidebar.gd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,7 @@ static func _shape_label(piece_type: GameConstants.PieceType) -> String:
113113
return "▲"
114114
GameConstants.PieceType.CRUISER, GameConstants.PieceType.DESTROYER:
115115
return "◆"
116+
GameConstants.PieceType.HBOMB:
117+
return "☢"
116118
_:
117119
return "·"

0 commit comments

Comments
 (0)