diff --git a/DingusThings.cs b/DingusThings.cs index 76a0af1..bb17ab5 100644 --- a/DingusThings.cs +++ b/DingusThings.cs @@ -54,7 +54,7 @@ private void Awake() /// Steam Gift Card int steamGiftRarity = 50; Item steamGiftItem = Bundle.LoadAsset("Assets/DingusThings/Items/SteamGiftCard.asset"); - steamGiftItem.toolTips = ["Zoom : [ Z ]", "Redeem : [ LMB ]"]; + steamGiftItem.toolTips = ["Inspect : [ Z ]", "Redeem : [ LMB ]"]; SteamGiftPhysicsProp steamGiftPhysicsProp = steamGiftItem.spawnPrefab.AddComponent(); steamGiftPhysicsProp.grabbable = true; steamGiftPhysicsProp.grabbableToEnemies = true; diff --git a/DingusThings.csproj b/DingusThings.csproj index f054e19..f35fc37 100644 --- a/DingusThings.csproj +++ b/DingusThings.csproj @@ -5,7 +5,7 @@ milodinosaur.DingusThings DingusThings - 1.1.0 + 1.1.1