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
f3997713
Commit
f3997713
authored
Jun 26, 2019
by
18신대성
Committed by
16이지혜
Jun 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
입력하기 외곽만 잡아둠
parent
f460d811
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
2 deletions
+24
-2
Input.js
js/Input.js
+24
-0
main.js
js/main.js
+0
-2
No files found.
js/Input.js
0 → 100644
View file @
f3997713
var
Input
=
Input
||
{};
Input
.
input
=
[];
Input
.
convInput
=
""
;
// converted input
Input
.
reset
=
function
()
{
Input
.
input
=
[];
}
Input
.
convert
=
function
()
{
// convert input to convInput
}
Input
.
inputField
=
{
background
:
null
,
text
:
null
,
init
:
function
()
{
}
}
\ No newline at end of file
js/main.js
View file @
f3997713
...
...
@@ -18,8 +18,6 @@ var config = {
var
game
=
new
Phaser
.
Game
(
config
);
var
tec
;
// load assets
function
preload
()
{
...
...
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