Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Testing.suo
Binary file not shown.
3 changes: 2 additions & 1 deletion Testing/Testing/Game1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ protected void loadHighScores()
if (line != null)
{
//load in lines

string[] split = line.Split(new[] { "," }, StringSplitOptions.RemoveEmptyEntries);
//
}
}
}
Expand Down
Binary file modified Testing/Testing/bin/x86/Debug/Testing.exe
Binary file not shown.
Binary file modified Testing/Testing/bin/x86/Debug/Testing.pdb
Binary file not shown.
Binary file modified Testing/Testing/obj/x86/Debug/Testing.exe
Binary file not shown.
Binary file modified Testing/Testing/obj/x86/Debug/Testing.pdb
Binary file not shown.