raylib/templates/android_project/res/values/strings.xml
raysan5 ace185954c Android project template for basic game
A basic Android template is provided to start a game
2014-09-18 19:02:12 +02:00

5 lines
112 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">raylibGame</string>
</resources>