From 64955f33e4af5f6754904753c9da66d713009aae Mon Sep 17 00:00:00 2001 From: ryantanrk Date: Mon, 3 Jun 2024 10:46:04 +0800 Subject: [PATCH] chore: update version and tooltip --- DingusThings.cs | 2 +- DingusThings.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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