Stable jam build with resource errors fixed.
This commit is contained in:
parent
7b47e847ae
commit
2db69a689b
57 changed files with 22 additions and 1232 deletions
|
|
@ -19,6 +19,6 @@ func _on_cloud_speed():
|
|||
|
||||
var coffee_dip = create_tween().set_trans(Tween.TRANS_QUAD)
|
||||
coffee_dip.tween_property($CoffeeBuoy, "modulate", Color(0.40,0.40,0.40,0),2.5)
|
||||
coffee_dip.tween_property($CoffeeBuoy, "scale", .25, 2.5)
|
||||
#coffee_dip.tween_property($CoffeeBuoy, "scale", .25, 2.5)
|
||||
await coffee_dip.finished
|
||||
$CoffeeBuoy.hide()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue