Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sejong25
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Tear of Sejong
sejong25
Commits
19715838
Commit
19715838
authored
Jun 28, 2019
by
18신대성
Committed by
16이지혜
Jun 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
시즌 3호 머지
parent
583d044d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
WordSpace.js
js/WordSpace.js
+7
-2
No files found.
js/WordSpace.js
View file @
19715838
...
...
@@ -72,7 +72,8 @@ WordSpace.wordCycle =
delay
:
_delay
,
callback
:
function
()
{
WordSpace
.
generateWord
(
this
,
'
통관
'
);
let
wordIdx
=
Math
.
floor
(
Math
.
random
()
*
WordSpace
.
wordCycle
.
wordList
.
length
);
WordSpace
.
generateWord
(
this
,
WordSpace
.
wordCycle
.
wordList
[
wordIdx
]);
},
callbackScope
:
scene
,
loop
:
true
...
...
@@ -85,7 +86,11 @@ WordSpace.wordCycle =
{
this
.
currentCycle
=
scene
.
time
.
addEvent
(
option
);
}
}
},
wordList
:
// 미개한 버전, 심심해서 만들어봄
[
'
솽젠커
'
,
'
통관
'
,
'
맥주땡겨
'
,
'
자료구조
'
,
'
팡광우럮다
'
]
}
WordSpace
.
loadImage
=
function
(
scene
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment