This website works better with JavaScript.
Home
Explore
Help
Sign In
cosine
/
nv-moba
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Allow head rotation to be visible in multiplayer
master
Luna
7 years ago
parent
76ff51d5fa
commit
f8ac866f3d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/player.gd
+ 1
- 1
scripts/player.gd
View File
@ -80,7 +80,7 @@ func _integrate_forces(state):
if
is_network_master
(
)
:
control_player
(
state
)
rpc_unreliable
(
"
set_status
"
,
get_status
(
)
)
set_rotation
(
)
set_rotation
(
)
slave
func
set_status
(
s
)
:
set_transform
(
s
[
0
]
)
Write
Preview
Loading…
Cancel
Save