●魔法陣の作り方 ●Magic Circles Crafting Guide ●魔法阵制作法

無料データは↓コチラ

Magic Circle_sample.zip (358.5 KB)

角度のついた魔法陣のサンプルです。
(AGMkerユーザーならば無料で利用可能)

Sample of an angled magic circle.
这是带角度的魔法阵样本。

その後、フォルダ[objects]内のmagic_circle.tscnをダブルクリックで開いてください。
magic_circle.tscn inside the [objects] folder to open it.
请打开[objects]目录中的magic_circle.tscn文件。

含まれる画像素材はコチラ。material

STEP①
Sprite2DとAnimationPlayerを使用し、平面の魔法陣を作成します

Using Sprite2D and AnimationPlayer, create a flat magic circle.
使用Sprite2D和AnimationPlayer创建平面魔法阵

STEP②
Node2Dを親とし、①で使用したSprite2Dを入れ込む

Set Node2D as the parent and embed the Sprite2D used in ①.
以Node2D为父节点,嵌入①中使用的Sprite2D

STEP③
Node2Dの≪インスペクター≫で
・Skew=60.0°
・回転=13.5° 辺りに調整する

In the Node2D Inspector,
• Adjust Skew to 60.0°
• Adjust Rotation to 13.5°

在Node2D的≪检查器≫中
・调整Skew=60.0°
・调整旋转=13.5°

3 Likes