Skip to content

Commit

Permalink
Remove vanilla tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Dec 21, 2024
1 parent 75d6ca3 commit ac00415
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions MonkeyLoader.Resonite.Integration/Locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,29 +98,6 @@
"MonkeyLoader.GamePacks.Resonite.SettingsFallbackLocaleGenerator.Description": "Generates fallback locale messages for the mod settings.",
"MonkeyLoader.GamePacks.Resonite.ToggleableMonkeySettingsItems.Description": "Generates data feed items for the toggleable monkeys.",

"MonkeyLoader.GamePacks.Resonite.OpenLinkedDynamicVariableSpace.Description": "Adds buttons to dynamic variable components to open the linked space.",

"Tooltip.Slot.ResetPosition": "Resets the local position of the slot to [0; 0; 0].",
"Tooltip.Slot.ResetRotation": "Resets the local rotation of the slot to [0; 0; 0].",
"Tooltip.Slot.ResetScale": "Resets the local scale of the slot to [1; 1; 1].",
"Tooltip.Slot.ParentUnderWorldRoot": "Reparents the selected slot to the world root while keeping its global transform.",
"Tooltip.Slot.ParentUnderLocalUserSpace": "Reparents the selected slot to the parent of your user slot while keeping its global transform.",
"Tooltip.Slot.OnCreatePivotAtCenter": "Creates a new parent above the selected slot positioned at the center of the selected slot's bounding box.",
"Tooltip.Slot.JumpTo": "Teleports you to the global position of the selected slot.",
"Tooltip.Slot.BringTo": "Positions the selected slot in front of you. Undoable.",

"Tooltip.SceneInspector.OnDestroyPressed": "Undoable destroy without preserving assets.",
"Tooltip.SceneInspector.OnDestroyPreservingAssetsPressed": "Undoable destroy while preserving assets.",
"Tooltip.SceneInspector.OnAddChildPressed": "Creates a new child under the selected slot. Undoable.",
"Tooltip.SceneInspector.OnSetRootPressed": "Sets the root view of the inspector to the selected slot.",
"Tooltip.SceneInspector.OnInsertParentPressed": "Creates a new parent above the selected slot and copies the transform, and then resets the transform of the selected slot. Undoable.",
"Tooltip.SceneInspector.OnObjectRootPressed": "Sets the root view of the inspector to the object root of the selected slot.",
"Tooltip.SceneInspector.OnRootUpPressed": "Sets the root view of the inspector to the parent of the selected slot.",
"Tooltip.SceneInspector.OnDuplicatePressed": "Duplicates the selected slot. Undoable.",

"Tooltip.FileBrowser.CreateNew": "Creates a new folder or exports the held item.",
"Tooltip.FileBrowser.RunImport": "Imports the selected file or folder.",
"Tooltip.FileBrowser.RunRawImport": "Imports the selected file as a raw file.",
"Tooltip.FileBrowser.Reload": "Refreshes the current directory view."
"MonkeyLoader.GamePacks.Resonite.OpenLinkedDynamicVariableSpace.Description": "Adds buttons to dynamic variable components to open the linked space."
}
}

0 comments on commit ac00415

Please sign in to comment.