ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/res/ui/pl_settings_page.res
(Generate patch)

Comparing deliantra/arch/res/ui/pl_settings_page.res (file contents):
Revision 1.1 by root, Fri Dec 28 12:00:26 2007 UTC vs.
Revision 1.3 by root, Sat Jan 10 23:58:04 2009 UTC

1#! perl 1#! perl
2 2
3# the settings page in the palyer book 3# the settings page in the player book
4 4
5[ 5[
6 ScrolledWindow => { 6 ScrolledWindow => {
7 s_id => "page", 7 s_id => "page",
8 c_tab => ["Settings", "Various Character Settings"], 8 c_tab => ["Settings", "Various Character Settings"],
90 Selector => { 90 Selector => {
91 s_id => "petmode", 91 s_id => "petmode",
92 c_col => 1, c_row => 2, 92 c_col => 1, c_row => 2,
93 tooltip => "Controls how your pets/charmed monsters will behave", 93 tooltip => "Controls how your pets/charmed monsters will behave",
94 options => [ 94 options => [
95 [0 => "normal", "normal (default mode)"], 95 [0 => "normal", "normal (normal behaviour for that monster)"],
96 [1 => "sad" , "search and destroy (pets will roam and attack freely)"], 96 [1 => "sad" , "search and destroy (pets will roam and attack freely)"],
97 [2 => "defend", "defend (pets will trry to stay close and defend you)"], 97 [2 => "defend", "defend (pets will try to stay close and defend you)"],
98 [3 => "arens" , "arena (like normal, but also attack other players)"], 98 [3 => "arens" , "arena (like normal, but also attack other players)"],
99 ], 99 ],
100 }, 100 },
101 101
102 Label => { 102 Label => {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines