vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Bindings>
2 <Binding name="GEMS_LEFT" header="GEMS">
3 if ( keystate == "down" ) then
4 Gems_MoveLeft();
5 end
6 </Binding>
7 <Binding name="GEMS_RIGHT">
8 if ( keystate == "down" ) then
9 Gems_MoveRight();
10 end
11 </Binding>
12 <Binding name="GEMS_DOWN">
13 if ( keystate == "down" ) then
14 Gems_MoveDown();
15 end
16 </Binding>
17 </Bindings>