diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2017-12-29 17:27:49 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2017-12-29 17:27:49 +0100 |
| commit | da38e93e55b6ff46a53dcd9d2be393149089d329 (patch) | |
| tree | c19fdb964ee6f8dd8dd3102b22de541828850983 /Penguloon/Objects/GoldPenguinObject.cs | |
| parent | 5373e919a0d9e389fc2076963f610d044c21ccb5 (diff) | |
obejct info, new level selector, credits haHA
Diffstat (limited to 'Penguloon/Objects/GoldPenguinObject.cs')
| -rw-r--r-- | Penguloon/Objects/GoldPenguinObject.cs | 2 |
1 files changed, 2 insertions, 0 deletions
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) |
