Add LimboConsole plugin with command interpreter and configuration options

This commit is contained in:
2025-08-23 16:48:39 +02:00
parent 9da3b02a46
commit 846c3a6d83
60 changed files with 3201 additions and 16 deletions

View File

@@ -5,6 +5,6 @@ namespace ParasiticGod.Scripts;
[GlobalClass]
public partial class Follower : Node2D
{
public enum FollowerTier { Tier1, Tier2, Tier3, Tier4, Tier5 }
public enum FollowerTier { Tier1, Tier2, Tier3, Tier4, Tier5, Tier6, Tier7, Tier8, Tier9, Tier10 }
[Export] public FollowerTier Tier { get; private set; }
}