forked from nadako/HaxeDungeons
-
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.
Add assets for new HaxePunk-gui atlas-based themes.
- Loading branch information
Showing
9 changed files
with
20 additions
and
1 deletion.
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,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!--Format: | ||
n => name of the sprite | ||
x => sprite x pos in texture | ||
y => sprite y pos in texture | ||
w => sprite width (may be trimmed) | ||
h => sprite height (may be trimmed) | ||
oX => sprite's x-corner offset (only available if trimmed) | ||
oY => sprite's y-corner offset (only available if trimmed) | ||
oW => sprite's original width (only available if trimmed) | ||
oH => sprite's original height (only available if trimmed) | ||
r => 'y' only set if sprite is rotated | ||
--> | ||
<TextureAtlas imagePath="gfx/ui/themes.png" width="120" height="288"> | ||
<sprite n="gfx/ui/greyDefault.png" x="0" y="0" w="120" h="72" /> | ||
<sprite n="gfx/ui/blueMagda.png" x="0" y="72" w="120" h="72" /> | ||
<sprite n="gfx/ui/greenMagda.png" x="0" y="144" w="120" h="72" /> | ||
<sprite n="gfx/ui/purpleMagda.png" x="0" y="216" w="120" h="72" /> | ||
</TextureAtlas> |
Binary file not shown.
Binary file not shown.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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