Android project template for basic game

A basic Android template is provided to start a game
This commit is contained in:
raysan5
2014-09-18 19:02:12 +02:00
parent 1ef1f3d7ea
commit ace185954c
21 changed files with 2844 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">raylibGame</string>
</resources>