.
This commit is contained in:
		
							parent
							
								
									f08ba815f0
								
							
						
					
					
						commit
						0edd699e24
					
				| @ -33,7 +33,7 @@ function First() | |||||||
|   lightSystem(colors.white) |   lightSystem(colors.white) | ||||||
| end | end | ||||||
| 
 | 
 | ||||||
| function SecondOn() | function Second() | ||||||
|   lightSystem(colors.orange) |   lightSystem(colors.orange) | ||||||
| end | end | ||||||
| 
 | 
 | ||||||
| @ -110,7 +110,7 @@ mainMenu = { | |||||||
| } | } | ||||||
| lightsMenu = { | lightsMenu = { | ||||||
|   [1] = { text = "First", handler = First }, |   [1] = { text = "First", handler = First }, | ||||||
|   [2] = { text = "Second", handler = SecondOn }, |   [2] = { text = "Second", handler = Second }, | ||||||
|   [3] = { text = "Third", handler = Third }, |   [3] = { text = "Third", handler = Third }, | ||||||
|   [4] = { text = "Fourth", handler = Fourth }, |   [4] = { text = "Fourth", handler = Fourth }, | ||||||
|   [5] = { text = "Fifth", handler = Fifth }, |   [5] = { text = "Fifth", handler = Fifth }, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user