This website works better with JavaScript.
Home
Help
Sign In
Jam
/
GGJ_2019
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Quick broken chgange
master
MB
5 years ago
parent
753682772f
commit
988347d26b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Assets/Scipts/CharacterMovement.cs
+ 1
- 1
Assets/Scipts/CharacterMovement.cs
View File
@ -27,9 +27,9 @@ public class CharacterMovement : MonoBehaviour {
public
bool
CheckNearby
(
)
{
bool
found
=
false
;
for
(
int
i
=
0
;
i
<
Players
.
Count
;
i
+
+
)
{
bool
found
=
false
;
if
(
(
localPlayer
.
transform
.
position
-
Players
[
i
]
.
transform
.
position
)
.
magnitude
<
DistanceToWin
)
{
Greet
(
)
;
Write
Preview
Loading…
Cancel
Save