Bullet emitter

This commit is contained in:
Marco 2025-02-23 20:00:01 +01:00
commit 54c8199e8a
7 changed files with 75 additions and 32 deletions

View file

@ -5,7 +5,6 @@ using Godot;
public partial class Actor : CharacterBody2D
{
[Export]
public float MovementSpeed { get; private set; }