Revert "Updated to godot 4.5 beta"

This reverts commit fae0e961d7.
This commit is contained in:
Marco 2025-07-01 09:20:48 +02:00
commit 5ef3e64413
42 changed files with 1306 additions and 900 deletions

View file

@ -15,6 +15,7 @@ script = ExtResource("2_4grct")
id = "clip"
name = "Clip"
input_events = Array[InputEvent]([SubResource("InputEventKey_hd0cm")])
input_events_override = false
tooltip = "Clip
Click on surface of block to place first cutting point.

View file

@ -15,6 +15,7 @@ script = ExtResource("2_8mpiw")
id = "cylinder"
name = "Cylinder"
input_events = Array[InputEvent]([SubResource("InputEventKey_qk3nx")])
input_events_override = false
tooltip = "Cylinder
Click on surface of block or in empty space to begin creating base of a cylinder.

View file

@ -15,6 +15,7 @@ script = ExtResource("1_oalyb")
id = "prism"
name = "Prism"
input_events = Array[InputEvent]([SubResource("InputEventKey_ral6n")])
input_events_override = false
tooltip = "Prism
Click on surface of block or in empty space to begin creating base of a prism.

View file

@ -16,6 +16,7 @@ script = ExtResource("1_kdc1t")
id = "stairs"
name = "Stairs"
input_events = Array[InputEvent]([SubResource("InputEventKey_bydj5")])
input_events_override = false
tooltip = "Click on surface of block or in empty space to begin creating base of a stair case.
Release mouse button and drag upwards to adjust the height of the stairs.

View file

@ -15,6 +15,7 @@ script = ExtResource("1_w2hsk")
id = "edit_edge"
name = "Edge"
input_events = Array[InputEvent]([SubResource("InputEventKey_k6fuk")])
input_events_override = false
tooltip = "Edge
Click on an edge to select it. Shift Click to toggle selecton, Ctrl Click to add to selection, Shift-Ctrl click to subtract from selection.

View file

@ -19,6 +19,7 @@ script = ExtResource("2_qfyqw")
id = "edit_face"
name = "Face"
input_events = Array[InputEvent]([SubResource("InputEventKey_xxi5p"), SubResource("InputEventKey_1smmt")])
input_events_override = false
tooltip = "Face
Click on a face to select it. Shift Click to toggle selecton, Ctrl Click to add to selection, Shift-Ctrl click to subtract from selection.

View file

@ -15,6 +15,7 @@ script = ExtResource("2_yi1sl")
id = "edit_vertex"
name = "Vertex"
input_events = Array[InputEvent]([SubResource("InputEventKey_11fdh")])
input_events_override = false
tooltip = "Vertex
Click on a vertex to select it. Shift Click to toggle selecton, Ctrl Click to add to selection, Shift-Ctrl click to subtract from selection.

View file

@ -14,6 +14,7 @@ script = ExtResource("2_ooato")
id = "material_brush"
name = "Material Brush"
input_events = Array[InputEvent]([SubResource("InputEventKey_enkb2")])
input_events_override = false
tooltip = "Material Brush
Click and drag on surfaces to apply the currently selected material.

View file

@ -14,6 +14,7 @@ script = ExtResource("2_pcbhj")
id = "vertex_color_brush"
name = "Vertex Color Brush"
input_events = Array[InputEvent]([SubResource("InputEventKey_v56kt")])
input_events_override = false
tooltip = "Vertex Color Brush
Click and drag on surfaces to adjust the vertex color.