Skip to content

Commit

Permalink
🧑‍💻 ヘッダーのディレクトリ定義ミスを修正 (#1646)
Browse files Browse the repository at this point in the history
* お前らはMobじゃねぇ!!!!!!!!!

* テレポーターのvfxのヘッダーを修正

* Objectのwithinを@user @Private
  • Loading branch information
Lapis-LJA authored Nov 23, 2024
1 parent 6213e1a commit a8c83a5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#> asset:mob/example.1/summon/debug
#> asset:object/example.1/summon/debug
#
# 動作チェック用の召喚処理 使い終わったら消してもいいかも
#
# @within asset:object/example.1/summon/debug
# @user
# @private

# 召喚
data modify storage api: Argument.ID set value 65534
function api:object/summon
function api:object/summon
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#> asset:mob/example.2/summon/debug
#> asset:object/example.2/summon/debug
#
# 動作チェック用の召喚処理 使い終わったら消してもいいかも
#
# @within asset:object/example.2/summon/debug
# @user
# @private

# 召喚
data modify storage api: Argument.ID set value 65533
function api:object/summon
function api:object/summon
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#> asset:mob/example.3/summon/debug
#> asset:object/example.3/summon/debug
#
# 動作チェック用の召喚処理 使い終わったら消してもいいかも
#
# @user
# @private

# 召喚
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#> asset_manager:teleporter/tick/vfx/star/blink/2.m
#> asset_manager:teleporter/tick/vfx/star/blink/3.m
#
#
#
Expand Down

0 comments on commit a8c83a5

Please sign in to comment.