Worked on brush parameter editing

This commit is contained in:
2025-01-13 21:29:50 +03:00
parent 2b671cedb2
commit d34369512b
7 changed files with 216 additions and 7 deletions

13
godot/astream/brush.ini Normal file
View File

@@ -0,0 +1,13 @@
[brushes/0]
curve=[ Vector2( 0, 2 ), 0.0, 0.0, 0, 0, Vector2( 1, -0.0338984 ), 0.0, 0.0, 0, 0 ]
radius=2.0
strength=1.0
flags=0
[brushes/1]
curve=[ ]
radius=1.0
strength=1.0
flags=0

View File

@@ -71,13 +71,13 @@ focus_mode = 2
unique_name_in_owner = true
margin_top = 52.0
margin_right = 248.0
margin_bottom = 128.0
margin_bottom = 190.0
[node name="v_terrain" type="VBoxContainer" parent="VBoxContainer"]
unique_name_in_owner = true
margin_top = 132.0
margin_top = 194.0
margin_right = 248.0
margin_bottom = 132.0
margin_bottom = 194.0
[node name="v_buildings" type="VBoxContainer" parent="VBoxContainer"]
unique_name_in_owner = true
@@ -550,6 +550,5 @@ mesh = SubResource( 14 )
material/0 = SubResource( 11 )
[node name="mi2" type="MeshInstance" parent="terrain_cursor"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 30, 0 )
mesh = SubResource( 15 )
material/0 = SubResource( 11 )

Binary file not shown.

Before

Width:  |  Height:  |  Size: 337 KiB

After

Width:  |  Height:  |  Size: 337 KiB