Commit f3997713 authored by 18신대성's avatar 18신대성 Committed by 16이지혜

입력하기 외곽만 잡아둠

parent f460d811
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
...@@ -18,8 +18,6 @@ var config = { ...@@ -18,8 +18,6 @@ var config = {
var game = new Phaser.Game(config); var game = new Phaser.Game(config);
var tec;
// load assets // load assets
function preload() function preload()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment