f6c884cd7e0bac7e854231e8c8bbad1b296c90e9
				
			
			
		
	 Anthony Camboni
		
	
	f6c884cd7e
	
	
	Ensure tile pos is always visible in map editor
			Anthony Camboni
		
	
	f6c884cd7e
	
	
	Ensure tile pos is always visible in map editor
		
			
			The tile position label was not entirely visible when hovering the tiles near the top/right of the screen. This modification ensures that the label is always visible by moving it to the opposite side of the tile if there is not enough space to display it on the default position.
TIC-80 issues tracker and wiki
This is the official issues tracker of https://tic.computer. If you are experiencing a bug or would like to see a new feature browse existing issues or create a new one.
Documentation is available in the wiki.
Thanks!
Building instructions
Windows
with Visual Studio 2015
- install Visual Studio 2015
- install GIT
- run following commands in cmd
mkdir tic
cd tic
git clone https://github.com/nesbox/3rd-party
git clone https://github.com/nesbox/TIC-80
- open TIC-80\build\windows\tic\tic.slnand build
- enjoy :)
Linux
run the following commands in the Terminal
sudo apt-get install git build-essential libgtk-3-dev
git clone https://github.com/nesbox/TIC-80
cd TIC-80
make linux32 (or linux64/arm depending on your system)
Description
				
					Languages
				
				
								
								
									C
								
								85.6%
							
						
							
								
								
									Java
								
								11.3%
							
						
							
								
								
									C++
								
								1.5%
							
						
							
								
								
									Makefile
								
								0.4%
							
						
							
								
								
									Objective-C
								
								0.4%
							
						
							
								
								
									Other
								
								0.8%