Your Name 4 lat temu
rodzic
commit
d8e32fb06b
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      tests/openshottest.py

+ 2 - 2
tests/openshottest.py

@@ -126,9 +126,9 @@ c_txt1.has_audio=openshot.Keyframe(0)
 c_txt1.Layer(7)
 c_txt1.Position(3.5)
 c_txt1.location_x=openshot.Keyframe(0.02)
-c_txt1.location_y=openshot.Keyframe(0.02)
+#c_txt1.location_y=openshot.Keyframe(0.02)
 
-#c_txt1.location_y=openshot.Keyframe(0.88)
+c_txt1.location_y=openshot.Keyframe(0.88)
 
 c_txt1.Start=0
 t.AddClip(c_txt1)