소스 검색

Make the speed of Tween editable

DricomDragon 5 년 전
부모
커밋
455c5c16be
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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