forked from marva/sumorobot-web
		
	Update sumorobot.js
This commit is contained in:
		@@ -155,6 +155,7 @@ window.onload = function() {
 | 
			
		||||
                {value: "STOP", score: 1000, meta: "sumorobot"},
 | 
			
		||||
                {value: "LEFT", score: 1000, meta: "sumorobot"},
 | 
			
		||||
                {value: "RIGHT", score: 1000, meta: "sumorobot"},
 | 
			
		||||
                {value: "SEARCH", score: 1000, meta: "sumorobot"},
 | 
			
		||||
                {value: "FORWARD", score: 1000, meta: "sumorobot"},
 | 
			
		||||
                {value: "BACKWARD", score: 1000, meta: "sumorobot"},
 | 
			
		||||
                {value: "STATUS", score: 1000, meta: "sumorobot"},
 | 
			
		||||
@@ -275,6 +276,7 @@ window.onload = function() {
 | 
			
		||||
                ['move stop', 'STOP'],
 | 
			
		||||
                ['move left', 'LEFT'],
 | 
			
		||||
                ['move right', 'RIGHT'],
 | 
			
		||||
                ['move search', 'SEARCH'],
 | 
			
		||||
                ['move forward', 'FORWARD'],
 | 
			
		||||
                ['move backward', 'BACKWARD']
 | 
			
		||||
            ];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user