From f3c50714834d2d5cb204625c63aaeffb50bef236 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Sun, 22 May 2022 23:56:37 +0200 Subject: gui: set up a global theme --- Scripts/CommandParser.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Scripts/CommandParser.cs (limited to 'Scripts/CommandParser.cs') diff --git a/Scripts/CommandParser.cs b/Scripts/CommandParser.cs new file mode 100644 index 0000000..1394a5e --- /dev/null +++ b/Scripts/CommandParser.cs @@ -0,0 +1,14 @@ +using Godot; + +namespace Texty.Scripts +{ + public class CommandParser : Node + { + + public override void _Ready() + { + } + + } +} + -- cgit v1.2.3