diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-06-25 14:28:21 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-25 14:28:21 -0700 |
commit | bf1c1947d752e1f4d18d77b3190691d8244bc91f (patch) | |
tree | 3a546943b1a7bbb5140c382670bcad01398f809c /indra/newview/res | |
parent | 11d5ed7ab2ed24e3425a1a138b7f858db2bf9594 (diff) |
PATH-743: Updating the cursors for path testing mode to final designs.
Diffstat (limited to 'indra/newview/res')
-rw-r--r-- | indra/newview/res/lltoolpathfinding.cur | bin | 4286 -> 2238 bytes | |||
-rw-r--r-- | indra/newview/res/lltoolpathfindingpathend.cur | bin | 4286 -> 2238 bytes | |||
-rw-r--r-- | indra/newview/res/lltoolpathfindingpathendadd.cur | bin | 0 -> 2238 bytes | |||
-rw-r--r-- | indra/newview/res/lltoolpathfindingpathstart.cur | bin | 4286 -> 2238 bytes | |||
-rw-r--r-- | indra/newview/res/lltoolpathfindingpathstartadd.cur | bin | 0 -> 2238 bytes | |||
-rw-r--r-- | indra/newview/res/viewerRes.rc | 4 |
6 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/res/lltoolpathfinding.cur b/indra/newview/res/lltoolpathfinding.cur Binary files differindex 40c5a40905..2aba2daa45 100644 --- a/indra/newview/res/lltoolpathfinding.cur +++ b/indra/newview/res/lltoolpathfinding.cur diff --git a/indra/newview/res/lltoolpathfindingpathend.cur b/indra/newview/res/lltoolpathfindingpathend.cur Binary files differindex df8d56d205..e951a6956b 100644 --- a/indra/newview/res/lltoolpathfindingpathend.cur +++ b/indra/newview/res/lltoolpathfindingpathend.cur diff --git a/indra/newview/res/lltoolpathfindingpathendadd.cur b/indra/newview/res/lltoolpathfindingpathendadd.cur Binary files differnew file mode 100644 index 0000000000..0bf3201b23 --- /dev/null +++ b/indra/newview/res/lltoolpathfindingpathendadd.cur diff --git a/indra/newview/res/lltoolpathfindingpathstart.cur b/indra/newview/res/lltoolpathfindingpathstart.cur Binary files differindex 5c38bb6c00..fecc716990 100644 --- a/indra/newview/res/lltoolpathfindingpathstart.cur +++ b/indra/newview/res/lltoolpathfindingpathstart.cur diff --git a/indra/newview/res/lltoolpathfindingpathstartadd.cur b/indra/newview/res/lltoolpathfindingpathstartadd.cur Binary files differnew file mode 100644 index 0000000000..45e23e5161 --- /dev/null +++ b/indra/newview/res/lltoolpathfindingpathstartadd.cur diff --git a/indra/newview/res/viewerRes.rc b/indra/newview/res/viewerRes.rc index 0b469c8d81..df75f3f697 100644 --- a/indra/newview/res/viewerRes.rc +++ b/indra/newview/res/viewerRes.rc @@ -124,7 +124,9 @@ TOOLOPEN CURSOR "toolopen.cur" TOOLSIT CURSOR "toolsit.cur" TOOLPATHFINDING CURSOR "lltoolpathfinding.cur" TOOLPATHFINDINGPATHSTART CURSOR "lltoolpathfindingpathstart.cur" -TOOLPATHFINDINGPATHEND CURSOR "lltoolpathfindingpathend.cur" +TOOLPATHFINDINGPATHSTARTADD CURSOR "lltoolpathfindingpathstartadd.cur" +TOOLPATHFINDINGPATHEND CURSOR "lltoolpathfindingpathend.cur" +TOOLPATHFINDINGPATHENDADD CURSOR "lltoolpathfindingpathendadd.cur" TOOLNO CURSOR "llno.cur" ///////////////////////////////////////////////////////////////////////////// |