diff options
| author | raysan5 <raysan5@gmail.com> | 2014-09-18 19:02:12 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2014-09-18 19:02:12 +0200 |
| commit | ace185954c21cf8fa0ef3fcbf336ea86a3ddf2a7 (patch) | |
| tree | a8efa78a20b2d337df6551e190dc105b670ca326 /templates/android_project/res/values/strings.xml | |
| parent | 1ef1f3d7ea40992b507ed6969df465fabb383910 (diff) | |
| download | raylib-ace185954c21cf8fa0ef3fcbf336ea86a3ddf2a7.tar.gz raylib-ace185954c21cf8fa0ef3fcbf336ea86a3ddf2a7.zip | |
Android project template for basic game
A basic Android template is provided to start a game
Diffstat (limited to 'templates/android_project/res/values/strings.xml')
| -rw-r--r-- | templates/android_project/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/android_project/res/values/strings.xml b/templates/android_project/res/values/strings.xml new file mode 100644 index 00000000..5adb1d81 --- /dev/null +++ b/templates/android_project/res/values/strings.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="app_name">raylibGame</string> +</resources> |
