Skip to content

Commit

Permalink
feat: たいりょくログを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
RyoTaniguchi committed Sep 18, 2020
1 parent 7522ae2 commit 9e277c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/assets/ログ/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,12 @@ module.exports = [
description: 'ゲームの下に小さなもじがでる',
icon: './log.png', // アセットのアイコンへのパス
insert: './log.js' // 追加ボタン用のコードへのパス. null の場合は追加不可
},
{
...base,
name: 'たいりょくログ',
description: 'ゲームの下に小さなもじで たいりょくが でる',
icon: './log_hp.png', // アセットのアイコンへのパス
insert: './log_hp.js' // 追加ボタン用のコードへのパス. null の場合は追加不可
}
]
1 change: 1 addition & 0 deletions src/assets/ログ/log_hp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
log(`たいりょく: ${this.たいりょく}`)
Binary file added src/assets/ログ/log_hp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9e277c7

Please sign in to comment.