Coverage Summary for Class: Constants (<empty package name>)

Class Class, % Method, % Branch, % Line, % Instruction, %
Constants 0% (0/1) 0% (0/1) 0% (0/1) 0% (0/2)


 object Constants {
 
     const val TILE_SIZE = 32
     const val TILE_BUFFER = 1
 
 }