aboutsummaryrefslogtreecommitdiff
path: root/Views/MainWindow.axaml
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-02-01 16:29:53 -0500
committerAndrew Lee <alee14498@protonmail.com>2021-02-01 16:29:53 -0500
commit5a5fb453305ae43f981b9061fc9444068e493fdc (patch)
treeed9f08fdd703b66c1672270c44ee282b9ea46386 /Views/MainWindow.axaml
parent7f5e6c86692f4e1ee5f7f7238baa3c706ced4906 (diff)
downloaderable-godot-5a5fb453305ae43f981b9061fc9444068e493fdc.tar.gz
erable-godot-5a5fb453305ae43f981b9061fc9444068e493fdc.tar.bz2
erable-godot-5a5fb453305ae43f981b9061fc9444068e493fdc.zip
It can now play audio!
Diffstat (limited to 'Views/MainWindow.axaml')
-rw-r--r--Views/MainWindow.axaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Views/MainWindow.axaml b/Views/MainWindow.axaml
index 60d0f4d..dabf29b 100644
--- a/Views/MainWindow.axaml
+++ b/Views/MainWindow.axaml
@@ -13,8 +13,7 @@
</Design.DataContext>
<StackPanel>
<TextBlock Text="{Binding Greeting}" HorizontalAlignment="Center" VerticalAlignment="Center"/>
-
- <Button Name="PlayButton" Width="50" >Play</Button>
+ <Button Name="PlayButton" Width="50" Command="{Binding PlayFunction}" >Play</Button>
<Button Name="StopButton" Width="50" >Stop</Button>
</StackPanel>
</Window>