mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 02:05:54 +00:00
New Fairies
This commit is contained in:
parent
54c8199e8a
commit
ce4df42890
11 changed files with 253 additions and 53 deletions
|
|
@ -6,7 +6,10 @@ using Godot;
|
|||
public partial class Actor : CharacterBody2D
|
||||
{
|
||||
[Export]
|
||||
public float MovementSpeed { get; private set; }
|
||||
public float MovementSpeed { get; private set; } = 20f;
|
||||
|
||||
[Export]
|
||||
public float Health { get; private set; } = 4f;
|
||||
|
||||
[ExportCategory("Defeat Script")]
|
||||
[Export] public Node2D DefeatScript { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue