From 28308233d3abc27b72312c4d7ca2c7c78a036f45 Mon Sep 17 00:00:00 2001 From: TollyH Date: Tue, 22 Feb 2022 14:11:18 +0000 Subject: [PATCH] Fixed incorrect cursor being shown over total candies per second --- App.xaml | 2 +- App.xaml.cs | 8 +------- CandyClicker.csproj | 6 +++--- CustomiseWindow.xaml | 2 +- CustomiseWindow.xaml.cs | 2 +- MainWindow.xaml | 4 ++-- MainWindow.xaml.cs | 2 +- Shop.cs | 2 +- ShopControl.xaml | 2 +- ShopControl.xaml.cs | 2 +- 10 files changed, 13 insertions(+), 19 deletions(-) diff --git a/App.xaml b/App.xaml index 31c1430..5f1c293 100644 --- a/App.xaml +++ b/App.xaml @@ -1,5 +1,5 @@  A simple candy clicking game written in C# and WPF Copyright © 2021-2022 Ptolemy Hill en-GB - 1.1.0 - 1.1.0 - 1.1.0 + 1.1.1 + 1.1.1 + 1.1.1 diff --git a/CustomiseWindow.xaml b/CustomiseWindow.xaml index bf3d176..420edb4 100644 --- a/CustomiseWindow.xaml +++ b/CustomiseWindow.xaml @@ -1,5 +1,5 @@  - + diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 8f309f0..dadc39e 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Candy Clicker ver. 1.1.0 + * Candy Clicker ver. 1.1.1 * Copyright © 2021-2022 Ptolemy Hill */ using System; diff --git a/Shop.cs b/Shop.cs index 4f1b437..407c0df 100644 --- a/Shop.cs +++ b/Shop.cs @@ -1,5 +1,5 @@ /* - * Candy Clicker ver. 1.1.0 + * Candy Clicker ver. 1.1.1 * Copyright © 2021-2022 Ptolemy Hill */ namespace CandyClicker diff --git a/ShopControl.xaml b/ShopControl.xaml index 8d30bb2..8fb692e 100644 --- a/ShopControl.xaml +++ b/ShopControl.xaml @@ -1,5 +1,5 @@