-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #7: Add AsmEventBus but hasn't been tested.
- Loading branch information
Showing
41 changed files
with
2,225 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
91 changes: 0 additions & 91 deletions
91
android/src/com/entermoor/blackandwhiteforest/event/BAWFEventBus.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
core/src/com/entermoor/blackandwhiteforest/api/BAWFEventReceiver.java
This file was deleted.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
core/src/com/entermoor/blackandwhiteforest/util/BAWFSovery.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
package com.entermoor.blackandwhiteforest.util; | ||
|
||
import com.badlogic.gdx.graphics.Color; | ||
import com.badlogic.gdx.math.Vector2; | ||
import com.badlogic.gdx.utils.Array; | ||
import com.badlogic.gdx.utils.XmlReader.Element; | ||
|
||
import magory.svg.Sovery; | ||
|
||
public class BAWFSovery extends Sovery{ | ||
|
||
@Override | ||
public void newImage(String name, Element el, float xxx, float yyy, float width, float height, float rr) { | ||
// TODO Auto-generated method stub | ||
|
||
} | ||
|
||
@Override | ||
public void newRect(String name, Element el, float xxx, float yyy, float width, float height, float rr) { | ||
// TODO Auto-generated method stub | ||
|
||
} | ||
|
||
@Override | ||
public void newText(String text, Element el, float xxx, float yyy, float width, float height, float rr, | ||
Color color) { | ||
// TODO Auto-generated method stub | ||
|
||
} | ||
|
||
@Override | ||
public void newPath(Array<Vector2> path, Element el, String title) { | ||
// TODO Auto-generated method stub | ||
|
||
} | ||
|
||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 0 additions & 69 deletions
69
desktop/src/com/entermoor/blackandwhiteforest/util/BAWFConfig.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.