Commit 6f6b57fd authored by 李维's avatar 李维

dev commit

parent 649fd3cf
......@@ -134,6 +134,7 @@ export class PlayComponent implements OnInit, OnDestroy {
m_submitTimes = null;
m_wordAll = null;
m_allBlocks = [];
m_currentInput = "";
// ------------------------------------
......@@ -579,18 +580,8 @@ export class PlayComponent implements OnInit, OnDestroy {
}
})
let rolNum = this.g_formData.grid.length;
let colNum = this.g_formData.grid[0].length;
console.log(rolNum, colNum)
let width = 900;
let height = 900;
......
......@@ -50,6 +50,9 @@ const localImages = {
'bg_block_init': 'assets/play/bg_block_init.png',
'bg_block_focus': 'assets/play/bg_block_focus.png',
'bg_block_wrong': 'assets/play/bg_block_wrong.png',
'bg_checkboard': 'assets/play/bg_checkboard.png',
'btn_submit': 'assets/play/btn_submit.png',
'btn_submit_outline': 'assets/play/btn_submit_outline.png',
};
const localAudios = {
......
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