From 6406cd4708aeec04c23ffdf098e3319a404e7ed9 Mon Sep 17 00:00:00 2001 From: Raffaele Picca Date: Thu, 18 Feb 2021 20:31:25 +0100 Subject: Initial Commit --- src/addons/rmsmartshape/strings.gd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/addons/rmsmartshape/strings.gd (limited to 'src/addons/rmsmartshape/strings.gd') diff --git a/src/addons/rmsmartshape/strings.gd b/src/addons/rmsmartshape/strings.gd new file mode 100644 index 0000000..d0ac60c --- /dev/null +++ b/src/addons/rmsmartshape/strings.gd @@ -0,0 +1,11 @@ +tool +extends Resource +class_name SS2D_Strings + +const EN_TOOLTIP_CREATE_VERT = "LMB: Add vertex\nShift+LMB: Create Bezier curve using Control Points\nControl+LMB: Set Pivot Point\nLMB+Drag: Move Point\nLMB: Click on edge to split\nRMB: Delete Point" +const EN_TOOLTIP_EDIT_VERT = "Shift+LMB: Create Bezier curve using Control Points\nAlt+LMB: Add vertex\nControl+LMB: Set Pivot Point\nLMB+Drag: Move Point\nLMB: Click on edge to split\nRMB: Delete Point" +const EN_TOOLTIP_EDIT_EDGE = "Select each edge's properties" +const EN_TOOLTIP_PIVOT = "Sets the origin of the shape" +const EN_TOOLTIP_COLLISION = "Add static body parent and collision polygon sibling\nUse this to auto generate collision Nodes" +const EN_TOOLTIP_SNAP = "Snapping Options" +const EN_TOOLTIP_IMPORT = "Convert old Smartshape to new Smartshape" -- cgit v1.2.3