Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local cmdbuttons = {
- GUARD = {texture = "bitmaps/ui/buttons/cmd_guard.png",},
- ATTACK = {texture = "bitmaps/ui/buttons/cmd_attack.png",},
- STOP = {texture = "bitmaps/ui/buttons/cmd_stop.png",},
- REPEAT = {texture = "bitmaps/ui/buttons/cmd_repeat.png",},
- FIGHT = {texture = "bitmaps/ui/buttons/cmd_fight.png",},
- RESTORE = {texture = "bitmaps/ui/buttons/cmd_restore.png",},
- PATROL = {texture = "bitmaps/ui/buttons/cmd_patrol.png",},
- WAIT = {texture = "bitmaps/ui/buttons/cmd_wait.png",},
- RECLAIM = {texture = "bitmaps/ui/buttons/cmd_reclaim.png",},
- MOVE = {texture = "bitmaps/ui/buttons/cmd_move.png",},
- UNLOAD_UNITS = {texture = "bitmaps/ui/buttons/cmd_unload.png",},
- LOAD_UNITS = {texture = "bitmaps/ui/buttons/cmd_load.png",},
- DGUN = {texture = "bitmaps/ui/buttons/cmd_dgun.png",name = "DGUN",},
- --STOCKPILE = {texture = "bitmaps/ui/stockpile.png",},
- --RESURRECT = {texture = "bitmaps/ui/resurect.png",},
- --CAPTURE = {texture = "bitmaps/ui/capture.png",},
- AUTOREPAIRLEVEL = {texture = "bitmaps/ui/buttons/cmd_holdfire.png",},
- AREA_ATTACK = {texture = "bitmaps/ui/buttons/cmd_areaattack.png",},
- IDLEMODE = {texture = "bitmaps/ui/buttons/land.png",},
- ONOFF = {
- texture = "bitmaps/ui/buttons/cmd_off.png",
- -- textureset = {"bitmaps/ui/on.png", "bitmaps/ui/off.png",},
- },
- REPEAT = {
- --onlyTexture = true, -- parameter works I just don't use it.
- texture = "bitmaps/ui/buttons/cmd_repeatoff.png",
- },
- FIRE_STATE = {
- texture = "bitmaps/ui/buttons/cmd_fireatwill.png",
- -- textureset = {
- -- "bitmaps/ui/fireatwill.png",
- -- "bitmaps/ui/returnfire.png",
- -- "bitmaps/ui/holdfire.png",
- -- },
- },
- TRAJECTORY = {
- texture = "bitmaps/ui/buttons/low_trajectory.png",
- },
- MOVE_STATE = {
- texture = "bitmaps/ui/buttons/cmd_maneuver.png",
- -- textureset = {
- -- "bitmaps/ui/roam.png",
- -- "bitmaps/ui/manuever.png",
- -- "bitmaps/ui/holdposition.png",
- -- },
- },
- -- AUTOREPAIRLEVEL = {
- -- texture = "bitmaps/ui/attack.png",
- -- textureset = {
- -- "bitmaps/ui/30.png",
- -- "bitmaps/ui/50.png",
- -- "bitmaps/ui/80.png",
- -- },
- -- },
- }
- return cmdbuttons
Advertisement
Add Comment
Please, Sign In to add comment