Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
LSK_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이상윤
2020-06-19 04:32:16 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
59e4a6a83daebd904c3afbbf8584c66b2a8b3509
59e4a6a8
2 parents
8098acdf
4bd5696a
Merge branch 'master' of
http://khuhub.khu.ac.kr/2020-1-capstone-design1/LSK_Project1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
sourcecode/capstone/Assets/Script/Move.cs
sourcecode/capstone/Assets/Script/Move.cs
View file @
59e4a6a
...
...
@@ -60,7 +60,9 @@ public class Move : MonoBehaviour
public
Text
Great
;
public
Text
Trainner_count
,
Trainee_count
;
public
static
string
trainercnt
,
traineecnt
;
string
trainercnt
;
public
static
string
traineecnt
;
string
hipbal
,
leftkneewarning
,
rightkneewarning
,
leftsidehighkick
,
rightsidehighkick
;
string
spinestraight
,
pullhipback
,
great
;
...
...
@@ -237,11 +239,10 @@ public class Move : MonoBehaviour
workout_flag
=
0
;
total
=
10
;
}
workout_count
++;
workout
=
false
;
Debug
.
Log
(
"트레이니: "
+
workout_count
);
traine
r
cnt
=
workout_count
+
"/"
+
total
;
traine
e
cnt
=
workout_count
+
"/"
+
total
;
Trainee_count
.
text
=
trainercnt
;
}
...
...
Please
register
or
login
to post a comment