[Orxonox-commit 2377] r7092 - code/branches/presentation3/data/gui/scripts

scheusso at orxonox.net scheusso at orxonox.net
Wed Jun 2 22:10:44 CEST 2010


Author: scheusso
Date: 2010-06-02 22:10:44 +0200 (Wed, 02 Jun 2010)
New Revision: 7092

Modified:
   code/branches/presentation3/data/gui/scripts/KeyBindMenu.lua
Log:
adding fire 3 to keybind menu


Modified: code/branches/presentation3/data/gui/scripts/KeyBindMenu.lua
===================================================================
--- code/branches/presentation3/data/gui/scripts/KeyBindMenu.lua	2010-06-02 19:55:49 UTC (rev 7091)
+++ code/branches/presentation3/data/gui/scripts/KeyBindMenu.lua	2010-06-02 20:10:44 UTC (rev 7092)
@@ -9,6 +9,7 @@
     table.insert(commandList, "fire 0")
     table.insert(commandList, "fire 1 | unfire")
     table.insert(commandList, "onpress fire 2")
+    table.insert(commandList, "onpress fire 3")
     table.insert(commandList, "scale 1 moveFrontBack")
     table.insert(commandList, "scale -1 moveFrontBack")
     table.insert(commandList, "boost")
@@ -38,6 +39,7 @@
     table.insert(nameList, "Primary Fire")
     table.insert(nameList, "Secondary Fire")
     table.insert(nameList, "Fire Rocket")
+    table.insert(nameList, "Fire Alternative Rocket")
     table.insert(nameList, "Accelerate")
     table.insert(nameList, "Break")
     table.insert(nameList, "Boost")




More information about the Orxonox-commit mailing list