Skip to content

Commit

Permalink
Tag release 1.1.0c
Browse files Browse the repository at this point in the history
  • Loading branch information
pmudry committed Feb 10, 2014
1 parent e7bf01d commit 8d24b11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions gdx2d-desktop/src/hevs/gdx2d/demos/DemoSelector.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,13 @@ private void createMenus(){
@Override
public void actionPerformed(ActionEvent arg0) {
ImageIcon icon = new ImageIcon(getClass().getResource("/icon64.png"));
// TODO: add real link in dialog
String msg = "<HTML><BODY>"
+ "DemoSelector application for gdx2d lib<br>"
+ "Pierre-André Mudry, 2013-2014<br>"
+ "Made for the <a href=\"http://inf1.begincoding.net\"/>inf1 course</a>"
+ "</BODY></HTML>";
JOptionPane.showMessageDialog(null,
"DemoSelector application for gdx2d lib\nPierre-André Mudry, 2013\nHES-SO Valais 2013",
msg,
"About this application",
JOptionPane.INFORMATION_MESSAGE,
icon);
Expand Down
2 changes: 1 addition & 1 deletion gdx2d-desktop/src/hevs/gdx2d/lib/GdxGraphics.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public GdxGraphics(ShapeRenderer shapeRenderer,
/**
* Generates the fonts images from the TTF file
*/
FileHandle robotoF = Gdx.files.internal("font/RobotoSlab-Regular.ttf");
FileHandle robotoF = Gdx.files.internal("data/font/RobotoSlab-Regular.ttf");
FreeTypeFontGenerator generator = new FreeTypeFontGenerator(robotoF);
font = generator.generateFont(15);
generator.dispose();
Expand Down
Binary file modified runnable demos/demo_selector_1.0.0c.jar
Binary file not shown.

0 comments on commit 8d24b11

Please sign in to comment.