Skip to content

Commit

Permalink
Improved snow biome emulator sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
blushiemagic committed Oct 23, 2017
1 parent 6ad7989 commit fc5ed82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Items/SnowBiomeEmulator.cs
@@ -1,6 +1,7 @@
using System;
using Microsoft.Xna.Framework;
using Terraria;
using Terraria.DataStructures;
using Terraria.ID;
using Terraria.ModLoader;
using Terraria.Localization;
Expand All @@ -11,6 +12,7 @@ public class SnowBiomeEmulator : ModItem
{
public override void SetStaticDefaults()
{
DisplayName.SetDefault("Broken Snowglobe");
DisplayName.AddTranslation(GameCulture.Polish, "Emulator Śnieżnego Biomu");
DisplayName.AddTranslation(GameCulture.French, "Emulateur de biome de neige");
DisplayName.AddTranslation(GameCulture.Spanish, "Emulador de bioma de la nieve");
Expand All @@ -19,6 +21,7 @@ public override void SetStaticDefaults()
Tooltip.AddTranslation(GameCulture.Polish, "Dodaje funkcje do Interfejsu Rzemieślniczego, pozwalającą na wytwarzanie przedmiotów dostępnych jedynie w Śnieżnym Biomie");
Tooltip.AddTranslation(GameCulture.French, "Permet à L'interface de Stockage Artisanat de créer des recettes de biome de neige");
Tooltip.AddTranslation(GameCulture.Spanish, "Permite la Interfaz de Elaboración de almacenamiento a hacer de recetas de bioma de la nieve");
Main.RegisterItemAnimation(item.type, new DrawAnimationVertical(8, 8));
}

public override void SetDefaults()
Expand Down
Binary file modified Items/SnowBiomeEmulator.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added OldArt/Items/SnowBiomeEmulator.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fc5ed82

Please sign in to comment.