diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-05-22 23:56:37 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-05-22 23:56:37 +0200 |
| commit | f3c50714834d2d5cb204625c63aaeffb50bef236 (patch) | |
| tree | 61e6a12a7568129fe609ebb4633a59c781984a62 /Scripts/CommandParser.cs | |
| parent | 05d29ccce1898ed89c0b650c77242c2fa2805128 (diff) | |
| download | texty-f3c50714834d2d5cb204625c63aaeffb50bef236.tar.xz texty-f3c50714834d2d5cb204625c63aaeffb50bef236.zip | |
gui: set up a global theme
Diffstat (limited to 'Scripts/CommandParser.cs')
| -rw-r--r-- | Scripts/CommandParser.cs | 14 |
1 files changed, 14 insertions, 0 deletions
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() + { + } + + } +} + |
