mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-29 02:29:18 +01:00
Now sd_shape_circle will emit changed events properly for it's type.
This commit is contained in:
parent
bcd0fdbbb1
commit
01c886d56f
@ -35,7 +35,7 @@ func get_center() -> Vector2:
|
|||||||
func set_center(val : Vector2) -> void:
|
func set_center(val : Vector2) -> void:
|
||||||
center = val
|
center = val
|
||||||
|
|
||||||
set_dirty(true)
|
output.emit_changed()
|
||||||
|
|
||||||
#radius
|
#radius
|
||||||
func get_radius() -> float:
|
func get_radius() -> float:
|
||||||
@ -44,4 +44,4 @@ func get_radius() -> float:
|
|||||||
func set_radius(val : float) -> void:
|
func set_radius(val : float) -> void:
|
||||||
radius = val
|
radius = val
|
||||||
|
|
||||||
set_dirty(true)
|
output.emit_changed()
|
||||||
|
Loading…
Reference in New Issue
Block a user