This option allows the user to select their gaming system. This will allow us to fine tune the UI of exalted dice to better suit the gaming system of each particular game. Note This only commit does not handle applying the game mode in ExaltedDice.java Change-Id: I035fe4441027e6536f6d89d038818dc939c26e55 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
12 lines
315 B
XML
12 lines
315 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<string-array name="game_modes">
|
|
<item>@string/game_mode_exalted</item>
|
|
<item>@string/game_mode_dd</item>
|
|
</string-array>
|
|
|
|
<string name="game_mode_exalted">Exalted</string>
|
|
<string name="game_mode_dd">D&D</string>
|
|
|
|
</resources> |