added new font

This commit is contained in:
2025-11-30 17:25:27 +01:00
parent cfea57e542
commit bbeba11fb9
2 changed files with 17 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ public class ShieldWoodObj extends Entity {
public ShieldWoodObj(GamePanel panel) {
super(panel);
name = "Wooden Shield";
description = "[" + name + "]\nAn old shield.\nIt's not that strong but\nit does its job.";
description = "[" + name + "]\nAn old shield. It's not\nthat strong but its okay.";
type = EntityType.ITEM;
down1 = initEntitySprites("objects/shield_wood");
defenseValue = 1;