fix: wrong edit history;feat: blendmode selector

This commit is contained in:
Sara Gerretsen 2025-12-14 14:16:52 +01:00
parent 18ecb79957
commit 0f8733ef3e
9 changed files with 251 additions and 33 deletions

View file

@ -4,6 +4,7 @@
[ext_resource type="Material" uid="uid://b4ip0oq8o76mc" path="res://assets/materials/peak_handle_depth_tested.tres" id="2_mx0s0"]
[sub_resource type="GDScript" id="GDScript_njtj3"]
resource_name = "HeightHandle"
script/source = "extends Area3D
var dragged : bool = false
@ -43,6 +44,7 @@ height = 9.59302
radius = 5.78125
[sub_resource type="GDScript" id="GDScript_s814u"]
resource_name = "SlopeHandle"
script/source = "extends Area3D
var dragged : bool = false
@ -85,6 +87,7 @@ func _input_event(_camera: Camera3D, event: InputEvent, _event_position: Vector3
"
[sub_resource type="GDScript" id="GDScript_mx0s0"]
resource_name = "PositionHandle"
script/source = "extends Area3D
var dragged : bool = false