Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7092


Ignore:
Timestamp:
Jun 2, 2010, 10:10:44 PM (14 years ago)
Author:
scheusso
Message:

adding fire 3 to keybind menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/data/gui/scripts/KeyBindMenu.lua

    r7042 r7092  
    1010    table.insert(commandList, "fire 1 | unfire")
    1111    table.insert(commandList, "onpress fire 2")
     12    table.insert(commandList, "onpress fire 3")
    1213    table.insert(commandList, "scale 1 moveFrontBack")
    1314    table.insert(commandList, "scale -1 moveFrontBack")
     
    3940    table.insert(nameList, "Secondary Fire")
    4041    table.insert(nameList, "Fire Rocket")
     42    table.insert(nameList, "Fire Alternative Rocket")
    4143    table.insert(nameList, "Accelerate")
    4244    table.insert(nameList, "Break")
Note: See TracChangeset for help on using the changeset viewer.