astar angefangen
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
using System.Diagnostics;
|
||||
using Godot;
|
||||
using Slimepire.Core;
|
||||
using Slimepire.Data;
|
||||
|
||||
namespace Slimepire.Gameplay.Nodules;
|
||||
@@ -8,6 +6,8 @@ namespace Slimepire.Gameplay.Nodules;
|
||||
[SceneTree]
|
||||
public partial class Nodule : Node2D
|
||||
{
|
||||
public long Id { get; set; } = BitConverter.ToInt64(Guid.NewGuid().ToByteArray(), 0);
|
||||
|
||||
private bool _mouseInsideClickArea;
|
||||
private bool _clickedInside;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user