Nix neues nur eclipse gestartet

master
Jonathan Hager 6 years ago
parent 7ae9f256b9
commit 8f5adfd782

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.dungeoncrawler;
package src.com.dungeoncrawler;
import com.dungeoncrawler.entities.Player;

@ -1,4 +1,4 @@
package com.dungeoncrawler;
package src.com.dungeoncrawler;
public abstract class Entity {

@ -1,4 +1,4 @@
package com.dungeoncrawler;
package src.com.dungeoncrawler;
public class Inventory {

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.dungeoncrawler;
package src.com.dungeoncrawler;
/**
*

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.dungeoncrawler;
package src.com.dungeoncrawler;
//import com.dungeoncrawler.items.*;
class Item{}

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.dungeoncrawler;
package src.com.dungeoncrawler;
/**
*

@ -1,4 +1,4 @@
package com.dungeoncrawler;
package src.com.dungeoncrawler;
import com.badlogic.gdx.ApplicationAdapter;
import com.badlogic.gdx.Gdx;

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.dungeoncrawler;
package src.com.dungeoncrawler;
import com.dungeoncrawler.entities.*;

@ -1,4 +1,4 @@
package com.dungeoncrawler.entities;
package src.com.dungeoncrawler.entities;
import com.dungeoncrawler.Entity;
public class Archer extends Entity{

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.dungeoncrawler.entities;
package src.com.dungeoncrawler.entities;
import com.dungeoncrawler.Entity;

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.dungeoncrawler.entities;
package src.com.dungeoncrawler.entities;
import com.dungeoncrawler.Entity;

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.dungeoncrawler.items;
package src.com.dungeoncrawler.items;
import com.dungeoncrawler.Item;

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.dungeoncrawler.items;
package src.com.dungeoncrawler.items;
import com.dungeoncrawler.Item;

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.dungeoncrawler.items;
package src.com.dungeoncrawler.items;
import com.dungeoncrawler.Item;

Loading…
Cancel
Save