Created
July 12, 2018 12:58
-
-
Save wezu/b65feded9b1ff5d054212586968c8fc9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from panda3d.core import * | |
from direct.interval.IntervalGlobal import * | |
seq=Sequence(Wait(5.0), Wait(1.0)) | |
print(seq.get_duration()) | |
print(seq) | |
print(seq.get_duration()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment