Ver código fonte

Make the speed of Tween editable

DricomDragon 5 anos atrás
pai
commit
455c5c16be
2 arquivos alterados com 2 adições e 1 exclusões
  1. 1 1
      CharTween.gd
  2. 1 0
      Player.tscn

+ 1 - 1
CharTween.gd

@@ -1,6 +1,6 @@
 extends Tween
 
-var duration = 0.75
+export var duration = 0.75
 
 # Called when the node enters the scene tree for the first time.
 func _ready():

+ 1 - 0
Player.tscn

@@ -51,3 +51,4 @@ __meta__ = {
 
 [node name="Tween" type="Tween" parent="."]
 script = ExtResource( 3 )
+duration = 0.25