project_files/Android-build/SDL-android-project/res/values/frontend_data_pointers.xml
Hedgeroid: Final sprint to the deadline
- Changed local game setup to use the new fragments from the netroom
- Pulled team editing into the main activity menu / action bar
- Cleanups, renames, anything to make the code look better ;)
<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="teams">
<item>@raw/team_one</item>
<item>@raw/team_two</item>
</array>
<array name="teamFilenames">
<item>Team 1.hwt</item>
<item>Team 2.hwt</item>
</array>
</resources>