mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-01 21:41:15 +00:00
Updated dialogic
This commit is contained in:
parent
1d11462073
commit
cbb82512ee
483 changed files with 5743 additions and 2177 deletions
|
|
@ -24,3 +24,8 @@ func _on_sub_value_changed(sub_component: String, value: float) -> void:
|
|||
func _update_sub_component_text(value: Variant) -> void:
|
||||
$X._on_value_text_submitted(str(value.x), true)
|
||||
$Y._on_value_text_submitted(str(value.y), true)
|
||||
|
||||
|
||||
func _on_step_changed(new_step:float) -> void:
|
||||
$X.step = new_step
|
||||
$Y.step = new_step
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue