astar angefangen

This commit is contained in:
2026-06-18 22:13:55 +02:00
parent 6c1406c0bb
commit 04151ad2b1
3 changed files with 12 additions and 13 deletions

View File

@@ -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;