mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-15 02:01:09 +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:
|
||||
center = val
|
||||
|
||||
set_dirty(true)
|
||||
output.emit_changed()
|
||||
|
||||
#radius
|
||||
func get_radius() -> float:
|
||||
@ -44,4 +44,4 @@ func get_radius() -> float:
|
||||
func set_radius(val : float) -> void:
|
||||
radius = val
|
||||
|
||||
set_dirty(true)
|
||||
output.emit_changed()
|
||||
|
Loading…
Reference in New Issue
Block a user