Selaa lähdekoodia

:wrench: Set sane values for transition

DricomDragon 1 vuosi sitten
vanhempi
commit
39b5d0c8cd
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      godot/example/example_slide_show.tscn

+ 3 - 0
godot/example/example_slide_show.tscn

@@ -10,6 +10,9 @@
 
 [node name="Focus" type="Camera2D" parent="."]
 script = ExtResource("1_2ck0l")
+tween_is_parallel = true
+move_trans = 3
+scope_trans = 10
 
 [node name="Show" type="Node2D" parent="."]
 script = ExtResource("2_y8xdx")