mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Android project template for basic game
A basic Android template is provided to start a game
This commit is contained in:
4
templates/android_project/res/values/strings.xml
Normal file
4
templates/android_project/res/values/strings.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">raylibGame</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user