mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:45:33 +00:00
Updated to Godot 4.5 Beta 2
This commit is contained in:
parent
b86fa135ed
commit
ad58895ba8
42 changed files with 3 additions and 551 deletions
|
|
@ -15,7 +15,6 @@ 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.
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ 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.
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ 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.
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ 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.
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ 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.
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ 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.
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ 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.
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ 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.
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue