mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 22:13:48 +00:00
parent
fae0e961d7
commit
5ef3e64413
42 changed files with 1306 additions and 900 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ default_input_values = [0, 0.0, 1, 1.0]
|
|||
|
||||
[resource]
|
||||
code = "shader_type spatial;
|
||||
render_mode blend_mix, depth_draw_opaque, depth_test_default, cull_back, diffuse_lambert, specular_schlick_ggx;
|
||||
render_mode blend_mix, depth_draw_opaque, cull_back, diffuse_lambert, specular_schlick_ggx;
|
||||
|
||||
uniform vec4 ColorParameter : source_color = vec4(0.000000, 0.000000, 0.000000, 1.000000);
|
||||
uniform sampler2D depth_tex_frg_4 : hint_depth_texture;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue