-
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.
Added Variant Info button, for credits/details on variants; Variant info stored in `info.txt` inside of variant folder (See Lemeza/Moogle for an example); Updated color mask for Gate of Guidance; Added really basic info to sprite variants (Maybe add pictures or something later?); Up/down arrows in queue now disabled at top/bottom of list, respectively
- Loading branch information
Showing
11 changed files
with
33 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<div>Vanilla everything.<br/><br/> | ||
|
||
© NIGORO</div> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<div>Vanilla Lemeza.<br/><br/> | ||
|
||
© NIGORO</div> |
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,3 @@ | ||
<div>Invisible Lemeza (Some dust effects still visible)<br/><br/> | ||
|
||
© <a href="https://www.twitter.com/virus610">@Virus610</a></div> |
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,3 @@ | ||
<div>FF6(?) Moogle Lemeza (No swimsuit sprite)<br/><br/> | ||
|
||
© <a href="https://www.twitter.com/virus610">@Virus610</a></div> |
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,5 @@ | ||
<div>Sunglasses Overlay<br/> | ||
No mask on this, so it will just draw glasses over whatever sprite you're using.<br/> | ||
<i>(Only designed to actually show up properly on Lemeza's face though)</i><br/><br/> | ||
|
||
© <a href="https://www.twitter.com/virus610">@Virus610</a></div> |
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,3 @@ | ||
<div>Vanilla Tiamat.<br/><br/> | ||
|
||
© NIGORO</div> |
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,3 @@ | ||
<div>I can't believe I've done this<br/><br/> | ||
|
||
© <a href="https://www.twitter.com/virus610">@Virus610</a></div> |
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,3 @@ | ||
<div>Tiamat with a t-shirt.<br/>Warning: Quality guaranteed to be absent<br/><br/> | ||
|
||
© <a href="https://www.twitter.com/virus610">@Virus610</a></div> |
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,3 @@ | ||
<div>Rainbow hair!<br/>Because... Why not?<br/><br/> | ||
|
||
© <a href="https://www.twitter.com/virus610">@Virus610</a></div> |
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,4 @@ | ||
package com.project610.ui; | ||
|
||
public class VariantInfoPanel { | ||
} |