mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
Bad tank movement
This commit is contained in:
parent
12f0062fe8
commit
90d2a95fa8
10 changed files with 514 additions and 8 deletions
8
Scripts/Components/Actors/InputProvider.cs
Normal file
8
Scripts/Components/Actors/InputProvider.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
using Godot;
|
||||
|
||||
namespace Cirno.Scripts.Components.Actors;
|
||||
|
||||
public abstract partial class InputProvider : Node2D
|
||||
{
|
||||
public abstract Vector2 GetMovementInput();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue