From 87546f325f6fb24dcc5ab34851cc06b074d79984 Mon Sep 17 00:00:00 2001 From: Richie Moch Date: Sun, 23 Dec 2018 23:41:07 -0600 Subject: Wrote Breakout, and only with minimal bugs this time! --- ShiftOS.Main/Apps/Breakout.resx | 123 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 ShiftOS.Main/Apps/Breakout.resx (limited to 'ShiftOS.Main/Apps/Breakout.resx') diff --git a/ShiftOS.Main/Apps/Breakout.resx b/ShiftOS.Main/Apps/Breakout.resx new file mode 100644 index 0000000..a0e8b0d --- /dev/null +++ b/ShiftOS.Main/Apps/Breakout.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + \ No newline at end of file -- cgit v1.2.3