-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* HD logo * Update README.md with new logo * Saving SVG file as plain SVG
- Loading branch information
1 parent
4c561f9
commit 317469b
Showing
6 changed files
with
72 additions
and
6 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
5 changes: 2 additions & 3 deletions
5
Dungeoneer/src/com/interrupt/dungeoneer/screens/SplashScreenInfo.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 |
---|---|---|
@@ -1,13 +1,12 @@ | ||
package com.interrupt.dungeoneer.screens; | ||
|
||
import com.badlogic.gdx.graphics.Color; | ||
|
||
public class SplashScreenInfo { | ||
public SplashScreenInfo() { } | ||
public String backgroundLevel = "levels/temple-splash.bin"; | ||
public String backgroundImage = "splash/Delver-Menu-BG.png"; | ||
public String logoImage = "splash/Delver-Logo.png"; | ||
public boolean logoFilter = false; | ||
public String music = "title.mp3"; | ||
public float fogEnd = 15; | ||
public float fogStart = 3; | ||
} | ||
} |
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