Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ivmi-Builder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Damien Marchal
Ivmi-Builder
Commits
0c1d1eb7
Commit
0c1d1eb7
authored
1 year ago
by
BERTHAUT Florent
Browse files
Options
Downloads
Patches
Plain Diff
Reinstalled recording playback
parent
c9cbeb9d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/IvmiScene.gd
+8
-0
8 additions, 0 deletions
core/IvmiScene.gd
with
8 additions
and
0 deletions
core/IvmiScene.gd
+
8
−
0
View file @
0c1d1eb7
...
@@ -260,6 +260,14 @@ func _process(delta) :
...
@@ -260,6 +260,14 @@ func _process(delta) :
msg
[
"args"
]
=
list
msg
[
"args"
]
=
list
_parse_message
(
msg
)
_parse_message
(
msg
)
if
_recording_state
==
RecordingState
.
PLAYING
:
var
t
=
Time
.
get_ticks_msec
()
-
_recording_time
while
_recording_index
<
_recorded_props
.
size
()
and
_recorded_props
[
_recording_index
][
"time"
]
<
t
:
_parse_message
(
_recorded_props
[
_recording_index
])
_recording_index
+=
1
if
_recording_index
>=
_recorded_props
.
size
():
_recording_state
=
RecordingState
.
STOPPED
# --------Network-----------------
# --------Network-----------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment