-
Notifications
You must be signed in to change notification settings - Fork 502
[하드웨어] 블록메뉴, 모달팝업 UX 변경 #2805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[하드웨어] 블록메뉴, 모달팝업 UX 변경 #2805
Conversation
| var callBack = function () { | ||
| Ntry.dispatchEvent('destroyObstacle', 1, (state) => {}); | ||
| Ntry.dispatchEvent('startEnemyWalk', false, () => {}); | ||
| }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| var callBack = function () { | ||
| Ntry.dispatchEvent('destroyObstacle', 1, (state) => {}); | ||
| Ntry.dispatchEvent('startEnemyWalk', false, () => {}); | ||
| }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| var callBack = function () { | ||
| Ntry.dispatchEvent('startEnemyWalk', false, () => {}); | ||
| }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unexpected var, use let or const instead.
entryjs/src/playground/block_entry.js
Lines 5321 to 5326 in 12b380b
| var callBack = function () { | |
| Ntry.dispatchEvent('destroyObstacle', 1, (state) => {}); | |
| Ntry.dispatchEvent('startEnemyWalk', true, () => { | |
| script.isAction = false; | |
| }); | |
| }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unexpected var, use let or const instead.
entryjs/src/playground/block_entry.js
Lines 5406 to 5411 in 12b380b
| var callBack = function () { | |
| Ntry.dispatchEvent('destroyObstacle', 1, (state) => {}); | |
| Ntry.dispatchEvent('startEnemyWalk', true, () => { | |
| script.isAction = false; | |
| }); | |
| }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unexpected var, use let or const instead.
entryjs/src/playground/block_entry.js
Lines 5556 to 5560 in 12b380b
| var callBack = function () { | |
| Ntry.dispatchEvent('startEnemyWalk', true, () => { | |
| script.isAction = false; | |
| }); | |
| }; |
https://oss.navercorp.com/entry/entry2/issues/7700
재사용 가능성이 있는 블럭들은 주석처리 하였습니다.