project_files/Android-build/SDL-android-project/res/values/frontend_data_pointers.xml
author Xeli
Fri, 21 Oct 2011 00:28:06 +0200
branchhedgeroid
changeset 6051 88fb92444d19
parent 5467 88e25840f532
child 6844 69fb04c8a841
permissions -rw-r--r--
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
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="schemes">
5467
88e25840f532 Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
Xeli
parents: 5431
diff changeset
     5
	<item>@raw/basicflags</item>
5431
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
     6
	<item>@raw/scheme_default_scheme</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
     7
	<item>@raw/scheme_barrelmayhem</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
     8
	<item>@raw/scheme_cleanslate</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
     9
	<item>@raw/scheme_fortmode</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    10
	<item>@raw/scheme_kingmode</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    11
	<item>@raw/scheme_minefield</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    12
	<item>@raw/scheme_promode</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    13
	<item>@raw/scheme_shoppa</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    14
	<item>@raw/scheme_thinkingwithportals</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    15
	<item>@raw/scheme_timeless</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    16
	<item>@raw/scheme_tunnelhogs</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    17
</array>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    18
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    19
<array name="weapons">
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    20
    <item>@raw/weapon_default</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    21
    <item>@raw/weapon_clean</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    22
    <item>@raw/weapon_crazy</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    23
    <item>@raw/weapon_mines</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    24
    <item>@raw/weapon_portals</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    25
    <item>@raw/weapon_promode</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    26
    <item>@raw/weapon_shoppa</item>
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    27
</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
    28
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
    29
<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
    30
	<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
    31
	<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
    32
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
    33
</array>
5431
356b4fbd4c48 this file points to the resources files containing weapons and schemes
Xeli
parents:
diff changeset
    34
</resources>