Skip to content

Instantly share code, notes, and snippets.

@wezu
Created July 12, 2018 12:58
Show Gist options
  • Save wezu/b65feded9b1ff5d054212586968c8fc9 to your computer and use it in GitHub Desktop.
Save wezu/b65feded9b1ff5d054212586968c8fc9 to your computer and use it in GitHub Desktop.
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