mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 09:33:48 +00:00
Isometric implementation
This commit is contained in:
parent
1434f7aa6d
commit
ed656f00bb
92 changed files with 2834 additions and 223 deletions
8
Scripts/Components/FSM/3DPlayer/IsoPlayerFSMProxy.cs
Normal file
8
Scripts/Components/FSM/3DPlayer/IsoPlayerFSMProxy.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
using Godot;
|
||||
|
||||
namespace Cirno.Scripts.Components.FSM._3DPlayer;
|
||||
|
||||
public partial class IsoPlayerFSMProxy : CharacterBody3D
|
||||
{
|
||||
[Export] public IsoPlayerStateMachine PlayerFSM { get; private set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue