Skip to content

Commit

Permalink
chore: update version and tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantanrk committed Jun 3, 2024
1 parent 300dcb4 commit 64955f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DingusThings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private void Awake()
/// Steam Gift Card
int steamGiftRarity = 50;
Item steamGiftItem = Bundle.LoadAsset<Item>("Assets/DingusThings/Items/SteamGiftCard.asset");
steamGiftItem.toolTips = ["Zoom : [ Z ]", "Redeem : [ LMB ]"];
steamGiftItem.toolTips = ["Inspect : [ Z ]", "Redeem : [ LMB ]"];
SteamGiftPhysicsProp steamGiftPhysicsProp = steamGiftItem.spawnPrefab.AddComponent<SteamGiftPhysicsProp>();
steamGiftPhysicsProp.grabbable = true;
steamGiftPhysicsProp.grabbableToEnemies = true;
Expand Down
2 changes: 1 addition & 1 deletion DingusThings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>milodinosaur.DingusThings</AssemblyName>
<Product>DingusThings</Product>
<!-- Change to whatever version you're currently on. -->
<Version>1.1.0</Version>
<Version>1.1.1</Version>
</PropertyGroup>

<!-- Project Properties -->
Expand Down

0 comments on commit 64955f3

Please sign in to comment.