-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0faca30
commit 7522ae2
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
const sco = require('../../preference/scopes') | ||
const cat = require('../../preference/categories') | ||
|
||
const base = { | ||
scopes: [ | ||
sco.ゲームがはじまったとき, | ||
sco.たおされたとき, | ||
sco.しょうかんされたとき, | ||
sco.つくられたとき, | ||
sco.ぶつかったとき, | ||
sco.こうげきされたとき, | ||
sco.つねに, | ||
sco.ふまれたとき, | ||
sco.どかれたとき, | ||
sco.メッセージされたとき, | ||
sco.へんすうがかわったとき, | ||
sco.みつけたとき, | ||
sco.こうげきするとき, | ||
sco.あるいたとき, | ||
sco.タップされたとき, | ||
sco.マップがかわったとき | ||
], | ||
module: null, // 改造ボタン用のコードへのパス. null の場合は改造不可 | ||
category: cat.システム, // カテゴリーの参照を指定する | ||
production: false, // www.hackforplay.xyz に表示する場合は true. earlybird だけなら false | ||
plan: 'free' // 'free' にする | ||
} | ||
|
||
module.exports = [ | ||
{ | ||
...base, | ||
name: 'ログ', | ||
description: 'ゲームの下に小さなもじがでる', | ||
icon: './log.png', // アセットのアイコンへのパス | ||
insert: './log.js' // 追加ボタン用のコードへのパス. null の場合は追加不可 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
log('このもじが ゲームがめんの したに ちいさく でます') |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.