Skip to content

Commit

Permalink
- Minor changes after template testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dig-Doug committed Sep 23, 2016
1 parent 9265bf1 commit 5c62d7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions GameTemplate/KinectShowcaseGameTemplate/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ private void StudentInit()

// Configure the game grid
gameGrid.SetSize(GAME_GRID_ROWS_COUNT, GAME_GRID_COLUMNS_COUNT);
// Set if the hand should attach to the buttons (confused? - try it out)
gameGrid.ButtonsShouldAttach = true;
// Set if the hand should attach to center of the buttons
gameGrid.ButtonsShouldAttach = false;
// Configure how the grid looks
gameGrid.BorderColor = Brushes.Gray;
gameGrid.HoverColor = Brushes.Blue;
Expand Down Expand Up @@ -324,4 +324,4 @@ private void ResetGame()
HidePopup();
}
}
}
}
3 changes: 2 additions & 1 deletion Showcase/KinectShowcaseCommon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<dependency id="log4net" version="2.0.5" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="SharpDX" version="3.0.2" />
<dependency id="SharpDX.Mathematics" version="3.0.2" />
<dependency id="SharpGL" version="2.4.0.0" />
<dependency id="SharpGL.WPF" version="2.4.0.0" />
<dependency id="SharpGLforWPF" version="2.4.0.0" />
Expand All @@ -36,4 +37,4 @@
<file src="KinectShowcaseCommon\bin\x64\Debug\KinectShowcaseCommon.dll" target="lib\KinectShowcaseCommon.dll" />
<file src="KinectEx-master\src\KinectEx\bin\x64\Debug\KinectEx.dll" target="lib\KinectEx.dll" />
</files>
</package>
</package>

0 comments on commit 5c62d7d

Please sign in to comment.