From 8374dc75d3106cf0ff363b28a49cdf8c22fad13b Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Tue, 24 May 2022 15:01:42 +0200 Subject: resources: add initial Location resource --- Scripts/Location.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Scripts/Location.cs diff --git a/Scripts/Location.cs b/Scripts/Location.cs new file mode 100644 index 0000000..ab8543b --- /dev/null +++ b/Scripts/Location.cs @@ -0,0 +1,9 @@ +using Godot; + +namespace Texty.Scripts +{ + public class Location : Resource + { + [Export(PropertyHint.MultilineText)] public string FlavourText = string.Empty; + } +} \ No newline at end of file -- cgit v1.2.3