From da38e93e55b6ff46a53dcd9d2be393149089d329 Mon Sep 17 00:00:00 2001 From: aldrikboy Date: Fri, 29 Dec 2017 17:27:49 +0100 Subject: obejct info, new level selector, credits haHA --- Penguloon/Objects/GoldPenguinObject.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Penguloon/Objects/GoldPenguinObject.cs') diff --git a/Penguloon/Objects/GoldPenguinObject.cs b/Penguloon/Objects/GoldPenguinObject.cs index c406e2c..1b15131 100644 --- a/Penguloon/Objects/GoldPenguinObject.cs +++ b/Penguloon/Objects/GoldPenguinObject.cs @@ -14,6 +14,7 @@ namespace Penguloon.Objects this.TileSpanY = 1; this.Range = Map.TileWidth * 2.5f; this.AttackSpeedMS = 500; + this.infoText = map.Level.ParentScene.Main.Resources.GetString(Resource.String.ObjectGoldPenguin); } public GoldPenguinObject(Map map) : base(map) @@ -23,6 +24,7 @@ namespace Penguloon.Objects this.TileSpanY = 1; this.Range = Map.TileWidth * 2.5f; this.AttackSpeedMS = 500; + this.infoText = map.Level.ParentScene.Main.Resources.GetString(Resource.String.ObjectGoldPenguin); } public override void DrawUnique(float deltaTime) -- cgit v1.2.3-70-g09d2