Initial commit: AetherBags + KamiToolKit for FC Gitea
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.Numerics;
|
||||
using KamiToolKit.Classes;
|
||||
|
||||
namespace KamiToolKit.Nodes;
|
||||
|
||||
public unsafe class SimpleCounterNode : CounterNode {
|
||||
public SimpleCounterNode() {
|
||||
PartsList.Add(new Part {
|
||||
TexturePath = "ui/uld/Money_Number.tex",
|
||||
TextureCoordinates = Vector2.Zero,
|
||||
Size = new Vector2(22.0f, 22.0f),
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user