diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-01 16:29:53 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-01 16:29:53 -0500 |
| commit | 5a5fb453305ae43f981b9061fc9444068e493fdc (patch) | |
| tree | ed9f08fdd703b66c1672270c44ee282b9ea46386 /Views/MainWindow.axaml | |
| parent | 7f5e6c86692f4e1ee5f7f7238baa3c706ced4906 (diff) | |
| download | erable-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.axaml | 3 |
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>
|
