Merge branch 'master' of https://git.sjkillen.ca/sjkillen/hurrmmm
This commit is contained in:
commit
63f3bdec03
|
@ -27,6 +27,8 @@ func frame_inc(frame: int):
|
|||
time_targets[frame] = target
|
||||
|
||||
func frames_change(_start: int, end: int):
|
||||
if not time_targets.has(end):
|
||||
return
|
||||
if time_targets[end] != target:
|
||||
set_target(time_targets[end].get_billiard())
|
||||
|
||||
|
|
Loading…
Reference in New Issue