project_files/Android-build/SDL-android-project/res/values/frontend_data_pointers.xml
author Medo <smaxein@googlemail.com>
Sun, 12 Aug 2012 22:37:57 +0200
changeset 7482 d70a5b0d1190
parent 7476 2fb781bbdd51
child 7485 0481bd74267c
permissions -rw-r--r--
frontlib improvements: - Added README with overview documentation - Improved code documentation/comments - Added flib_gameconn_send_quit to gracefully exit a running game - Changed the type of some size variables to size_t - Fixed starting a mission/training sending the mission script like a multiplayer script - Removed reference counters from flib_scheme and flib_map - Removed INGAME state from netconn (there is no useful difference to ROOM state) - Added extras/jnacontrol.c to warn when functions signatures used by Hedgeroid change - Other small code improvements
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5431
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
     2
<resources>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
     3
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
     4
<array name="weapons">
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
     5
    <item>@raw/weapon_default</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
     6
    <item>@raw/weapon_clean</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
     7
    <item>@raw/weapon_crazy</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
     8
    <item>@raw/weapon_mines</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
     9
    <item>@raw/weapon_portals</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    10
    <item>@raw/weapon_promode</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    11
    <item>@raw/weapon_shoppa</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    12
</array>
6051
88fb92444d19 Added two default teams to the apk, so people who first download it don't have to make two teams before playing their first game
Xeli
parents: 5467
diff changeset
    13
88fb92444d19 Added two default teams to the apk, so people who first download it don't have to make two teams before playing their first game
Xeli
parents: 5467
diff changeset
    14
<array name="teams">
88fb92444d19 Added two default teams to the apk, so people who first download it don't have to make two teams before playing their first game
Xeli
parents: 5467
diff changeset
    15
	<item>@raw/team_one</item>
88fb92444d19 Added two default teams to the apk, so people who first download it don't have to make two teams before playing their first game
Xeli
parents: 5467
diff changeset
    16
	<item>@raw/team_two</item>
88fb92444d19 Added two default teams to the apk, so people who first download it don't have to make two teams before playing their first game
Xeli
parents: 5467
diff changeset
    17
</array>
5431
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    18
</resources>