mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-03 17:25:54 +00:00
Directional spider bomb
This commit is contained in:
parent
029128c8b8
commit
36e77adcd7
8 changed files with 44 additions and 6 deletions
8
Scripts/Components/FSM/Player/PlayerStorageModule.cs
Normal file
8
Scripts/Components/FSM/Player/PlayerStorageModule.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
using Godot;
|
||||
|
||||
namespace Cirno.Scripts.Components.FSM.Player;
|
||||
|
||||
public partial class PlayerStorageModule : Node2D
|
||||
{
|
||||
public Vector2 FacingDirection { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue