Compare commits
	
		
			2 commits
		
	
	
		
			d1509333ef
			...
			890254a4f9
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 890254a4f9 | |||
| 335395da7d | 
					 2 changed files with 20 additions and 3 deletions
				
			
		
							
								
								
									
										17
									
								
								README.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								README.md
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,17 @@
 | 
			
		|||
# HexArt
 | 
			
		||||
 | 
			
		||||
An hex-based paletted image ~~editor~~ creator.
 | 
			
		||||
 | 
			
		||||
Keys:
 | 
			
		||||
 | 
			
		||||
- up/down/left/right move cursor
 | 
			
		||||
- k/j/h/l move cursor
 | 
			
		||||
- z decrement
 | 
			
		||||
- x increment
 | 
			
		||||
- shift+z step decrement
 | 
			
		||||
- shift+x step increment
 | 
			
		||||
- a propagating increment
 | 
			
		||||
- s propagating decrement [NYI]
 | 
			
		||||
- v "visual" mode [partially implemented - not compatible with propagating modes]
 | 
			
		||||
- w save
 | 
			
		||||
- esc exit (double esc if modified)
 | 
			
		||||
							
								
								
									
										6
									
								
								main.lua
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								main.lua
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -293,11 +293,11 @@ function love.update(dt)
 | 
			
		|||
      backimage:replacePixels(backimagedata)
 | 
			
		||||
    end
 | 
			
		||||
  end
 | 
			
		||||
  ktup('i', imgup)
 | 
			
		||||
  ktup('k', imgup)
 | 
			
		||||
  ktup('up', imgup)
 | 
			
		||||
  ktup('j', imgleft)
 | 
			
		||||
  ktup('h', imgleft)
 | 
			
		||||
  ktup('left', imgleft)
 | 
			
		||||
  ktup('k', imgdown)
 | 
			
		||||
  ktup('j', imgdown)
 | 
			
		||||
  ktup('down', imgdown)
 | 
			
		||||
  ktup('l', imgright)
 | 
			
		||||
  ktup('right', imgright)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue