diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-01 22:13:46 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-01 22:13:46 -0500 |
| commit | c7428fab1c38d29bcc50ee263678504e34d01318 (patch) | |
| tree | bf5c4a63afc1513d361c6b18fd6c6cf3f0aaaa27 /Erable/App.axaml | |
| parent | d5f8e3f543e138b43fca95ed058345b9ab446d2f (diff) | |
| download | erable-godot-c7428fab1c38d29bcc50ee263678504e34d01318.tar.gz erable-godot-c7428fab1c38d29bcc50ee263678504e34d01318.tar.bz2 erable-godot-c7428fab1c38d29bcc50ee263678504e34d01318.zip | |
Moved project files
Diffstat (limited to 'Erable/App.axaml')
| -rw-r--r-- | Erable/App.axaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Erable/App.axaml b/Erable/App.axaml new file mode 100644 index 0000000..992dbfb --- /dev/null +++ b/Erable/App.axaml @@ -0,0 +1,12 @@ +<Application xmlns="https://github.com/avaloniaui"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:local="using:Erable"
+ x:Class="Erable.App">
+ <Application.DataTemplates>
+ <local:ViewLocator/>
+ </Application.DataTemplates>
+
+ <Application.Styles>
+ <FluentTheme Mode="Dark"/>
+ </Application.Styles>
+</Application>
|
