aboutsummaryrefslogtreecommitdiff
path: root/WatercolorGames.Pong/obj/Debug/res/values
diff options
context:
space:
mode:
authorThe Fuzzy Riolu <[email protected]>2018-03-12 11:52:38 -0400
committerThe Fuzzy Riolu <[email protected]>2018-03-12 12:02:33 -0400
commit40d01342d00c57dce5069e53a455db048a2967d5 (patch)
tree99e64bed61317a564253e456e2aa45fba3c0c6ec /WatercolorGames.Pong/obj/Debug/res/values
parentcdb0da6c34228a4034dbe179dc268aaded532619 (diff)
downloadshiftos-pong-master.tar.gz
shiftos-pong-master.tar.bz2
shiftos-pong-master.zip
Initial commitHEADmaster
Diffstat (limited to 'WatercolorGames.Pong/obj/Debug/res/values')
-rw-r--r--WatercolorGames.Pong/obj/Debug/res/values/strings.xml1
-rw-r--r--WatercolorGames.Pong/obj/Debug/res/values/styles.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/WatercolorGames.Pong/obj/Debug/res/values/strings.xml b/WatercolorGames.Pong/obj/Debug/res/values/strings.xml
new file mode 100644
index 0000000..fbd934a
--- /dev/null
+++ b/WatercolorGames.Pong/obj/Debug/res/values/strings.xml
@@ -0,0 +1 @@
+<resources><string name="Hello">Hello World, Click Me!</string><string name="ApplicationName">ShiftOS Pong</string><string name="WelcomeToPong">Welcome to ShiftOS Pong.\n\nShiftOS was a game made by Philip Adams where the goal was to upgrade an experimental operating system using "Codepoints" to one usable as a daily driver.\n\nOne of the upgrades you could buy with Codepoints was a special version of the classic arcade game "Pong". This is that game.\n\nThe goal is simple - earn as many Codepoints as you can by beating the computer or surviving the level. Each level lasts one minute, and the higher the level, the more Codepoints you can earn - but the harder the game will get. Losing the ball will end your run!\n\nTap your screen to start playing.</string></resources> \ No newline at end of file
diff --git a/WatercolorGames.Pong/obj/Debug/res/values/styles.xml b/WatercolorGames.Pong/obj/Debug/res/values/styles.xml
new file mode 100644
index 0000000..de33812
--- /dev/null
+++ b/WatercolorGames.Pong/obj/Debug/res/values/styles.xml
@@ -0,0 +1 @@
+<resources><style name="Theme.Splash" parent="android:Theme"><item name="android:windowBackground">@drawable/splash</item><item name="android:windowNoTitle">true</item></style></resources> \ No newline at end of file