added new font
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user