mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-22 05:33:33 -05:00
Android project template for basic game
A basic Android template is provided to start a game
This commit is contained in:
BIN
templates/android_project/res/drawable-hdpi/icon.png
Normal file
BIN
templates/android_project/res/drawable-hdpi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
BIN
templates/android_project/res/drawable-ldpi/icon.png
Normal file
BIN
templates/android_project/res/drawable-ldpi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
BIN
templates/android_project/res/drawable-mdpi/icon.png
Normal file
BIN
templates/android_project/res/drawable-mdpi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 922 B |
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