diff --git a/GASP.md b/GASP.md index 2f42155..ee5647b 100644 --- a/GASP.md +++ b/GASP.md @@ -80,7 +80,7 @@ gaspは現在、win, mac, iosで完璧に動作し、buildが通り、app(binary https://blueprintue.com/blueprint/z_h65m_-/ -## Gameplay Cameraで2Dに対応 +## Gameplay Cameraで横カメラに切り替える 既存のものから`/Game/Blueprints/Cameras/Rigs/CameraRig_Side_Freecam`を作ります。 @@ -95,6 +95,10 @@ https://blueprintue.com/blueprint/z_h65m_-/ `/Game/Blueprints/Cameras/Rigs/CameraRig_Side_Freecam`にそれぞれの値を入れると、カメラの位置が移動します。 +- Translation: -300, 300, 0 +- Rotation: 0, 0, -90 + + 実際に`Side`は`4`番目なので、以下のように切り替えます。 https://blueprintue.com/blueprint/78pnl-fv/ @@ -104,3 +108,11 @@ https://blueprintue.com/blueprint/78pnl-fv/ - /Game/Blueprints/Cameras/CameraDirector_SandboxCharacter - `Activate Camera Rig`: `CameraRig_Side_Freecam` +## StackOBotで2Dのステージを作る + +- /Game/StackOBot/Input/IMC_SideScrollingControls +- /Game/StackOBot/Blueprints/GameElements/BP_Coin + +これを持ってきて(アセット移行)、以下のようにBPを組みます。 + +https://blueprintue.com/blueprint/kk4nft3q/ \ No newline at end of file