mirror of
				https://github.com/Klagarge/PokeHES.git
				synced 2025-10-31 03:39:16 +00:00 
			
		
		
		
	convert with lib
This commit is contained in:
		
							
								
								
									
										26
									
								
								src/PokeMudry.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								src/PokeMudry.java
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,26 @@ | ||||
| import ch.hevs.gdx2d.desktop.PortableApplication; | ||||
| import ch.hevs.gdx2d.lib.GdxGraphics; | ||||
|  | ||||
| public class PokeMudry extends PortableApplication{ | ||||
|     public final boolean ANDROID = false; | ||||
|     public final int PLAYERS = 1; | ||||
|     public static final int TIME = 10; // number of minutes for kill all enemy | ||||
|  | ||||
|     /* | ||||
|     public static void main(String[] args) { | ||||
|          | ||||
|     } | ||||
|     */ | ||||
|  | ||||
|     @Override | ||||
|     public void onInit() { | ||||
|         // TODO Auto-generated method stub | ||||
|          | ||||
|     } | ||||
|  | ||||
|     @Override | ||||
|     public void onGraphicRender(GdxGraphics g) { | ||||
|         // TODO Auto-generated method stub | ||||
|          | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user