Skip to content

Commit

Permalink
🩹 Object Assetのテンプレートを一部修正 (#1535)
Browse files Browse the repository at this point in the history
* テンプレートでおかしいところを修正

* まだ間違っている箇所があったので修正
  • Loading branch information
EllaCoat committed Sep 19, 2024
1 parent 3bb3c23 commit 7f4c44d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2137,7 +2137,7 @@
"#",
"# Objectのデータを指定",
"#",
"# @within function asset:object/alias/%namespace%/register",
"# @within function asset:object/alias/%id%/register",
"",
"# 他のモブに継承されることを許可するか (boolean) (オプション)",
" # data modify storage asset:object ExtendsSafe set value ",
Expand All @@ -2157,7 +2157,7 @@
"#",
"# Objectのデータ指定処理のエイリアス",
"#",
"# @within asset_manager:object/summon/summon.m",
"# @within asset_manager:object/summon/register.m",
"",
"# 元の登録処理を呼び出す",
" function asset:object/%namespace%/register"
Expand All @@ -2171,7 +2171,8 @@
"#",
"# 動作チェック用の召喚処理 使い終わったら消してもいいかも",
"#",
"# @within asset:object/%namespace%/summon/debug",
"# @user",
"# @private",
"",
"# 召喚",
" data modify storage api: Argument.ID set value %id%",
Expand Down

0 comments on commit 7f4c44d

Please sign in to comment.