132
This commit is contained in:
parent
a1f08cd975
commit
585e494357
@ -131,6 +131,10 @@ func onScale():
|
|||||||
tween.tween_property(self, "scale", Vector2(1 - (0.05*size_max),1 - (0.05*size_max)), 0.15)
|
tween.tween_property(self, "scale", Vector2(1 - (0.05*size_max),1 - (0.05*size_max)), 0.15)
|
||||||
tween.tween_property(self, "scale", Vector2(1,1), 0.1)
|
tween.tween_property(self, "scale", Vector2(1,1), 0.1)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
func onRotation():
|
func onRotation():
|
||||||
var tween = create_tween()
|
var tween = create_tween()
|
||||||
tween.tween_property(self, "rotation_degrees", 50*size_max, 0.1)
|
tween.tween_property(self, "rotation_degrees", 50*size_max, 0.1)
|
||||||
|
Loading…
Reference in New Issue
Block a user