fix: wrong edit history;feat: blendmode selector
This commit is contained in:
parent
18ecb79957
commit
0f8733ef3e
9 changed files with 251 additions and 33 deletions
|
|
@ -8,6 +8,7 @@
|
|||
[ext_resource type="Texture2D" uid="uid://bl3gn6qruuy8w" path="res://assets/icons/plane.svg" id="4_xg7d5"]
|
||||
[ext_resource type="Texture2D" uid="uid://d1te42w7wpkrx" path="res://assets/icons/noise.svg" id="5_eqbpn"]
|
||||
[ext_resource type="PackedScene" uid="uid://bsvvhue5x4rb" path="res://ui/primitive_inspectors/point_primitive_inspector.tscn" id="8_5tm2q"]
|
||||
[ext_resource type="PackedScene" uid="uid://bl16us512blpp" path="res://ui/primitive_inspectors/base_primitive_inspector.tscn" id="9_j8y2p"]
|
||||
|
||||
[sub_resource type="PointPrimitive" id="PointPrimitive_5tm2q"]
|
||||
|
||||
|
|
@ -75,6 +76,7 @@ volumetric_fog_sky_affect = 0.904
|
|||
volumetric_fog_temporal_reprojection_amount = 0.99
|
||||
|
||||
[sub_resource type="GDScript" id="GDScript_b1cmn"]
|
||||
resource_name = "EditorCamera"
|
||||
script/source = "extends Camera3D
|
||||
|
||||
var pan_speed = .001
|
||||
|
|
@ -157,7 +159,7 @@ script = SubResource("GDScript_b1cmn")
|
|||
[node name="LeftPanel" type="Panel" parent="." unique_id=1768834661]
|
||||
anchors_preset = 9
|
||||
anchor_bottom = 1.0
|
||||
offset_right = 258.0
|
||||
offset_right = 326.0
|
||||
grow_vertical = 2
|
||||
theme = ExtResource("3_ba0ut")
|
||||
|
||||
|
|
@ -229,6 +231,9 @@ icons = {
|
|||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
inspectors = {
|
||||
&"ExpressionPrimitive": ExtResource("9_j8y2p"),
|
||||
&"NoisePrimitive": ExtResource("9_j8y2p"),
|
||||
&"PlanePrimitive": ExtResource("9_j8y2p"),
|
||||
&"PointPrimitive": ExtResource("8_5tm2q")
|
||||
}
|
||||
terrain = NodePath("../../../TerrainMeshEditor")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue