Skip to content
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

ヘッダーのディレクトリ定義ミスを修正 #1646

Merged
merged 3 commits into from
Nov 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading