forked from htv04/funkin-rewritten
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mods menu (temporary placeholder layout)
- Loading branch information
1 parent
fbfefc7
commit 9e0e88e
Showing
11 changed files
with
395 additions
and
4 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
Binary file not shown.
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
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 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 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 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 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,24 @@ | ||
return graphics.newSprite( | ||
love.graphics.newImage(graphics.imagePath("menu/menu_mods")), | ||
-- Automatically generated from menu_mods.xml | ||
{ | ||
{x = 0, y = 0, width = 355, height = 139, offsetX = 0, offsetY = -1, offsetWidth = 355, offsetHeight = 140, rotated = false}, -- 1: mods basic0000 | ||
{x = 0, y = 0, width = 355, height = 139, offsetX = 0, offsetY = -1, offsetWidth = 355, offsetHeight = 140, rotated = false}, -- 2: mods basic0001 | ||
{x = 0, y = 0, width = 355, height = 139, offsetX = 0, offsetY = -1, offsetWidth = 355, offsetHeight = 140, rotated = false}, -- 3: mods basic0002 | ||
{x = 356, y = 0, width = 355, height = 140, offsetX = 0, offsetY = 0, offsetWidth = 0, offsetHeight = 0, rotated = false}, -- 4: mods basic0003 | ||
{x = 356, y = 0, width = 355, height = 140, offsetX = 0, offsetY = 0, offsetWidth = 0, offsetHeight = 0, rotated = false}, -- 5: mods basic0004 | ||
{x = 356, y = 0, width = 355, height = 140, offsetX = 0, offsetY = 0, offsetWidth = 0, offsetHeight = 0, rotated = false}, -- 6: mods basic0005 | ||
{x = 0, y = 141, width = 353, height = 139, offsetX = -1, offsetY = -1, offsetWidth = 355, offsetHeight = 140, rotated = false}, -- 7: mods basic0006 | ||
{x = 0, y = 141, width = 353, height = 139, offsetX = -1, offsetY = -1, offsetWidth = 355, offsetHeight = 140, rotated = false}, -- 8: mods basic0007 | ||
{x = 0, y = 141, width = 353, height = 139, offsetX = -1, offsetY = -1, offsetWidth = 355, offsetHeight = 140, rotated = false}, -- 9: mods basic0008 | ||
{x = 354, y = 141, width = 395, height = 192, offsetX = 0, offsetY = -1, offsetWidth = 401, offsetHeight = 193, rotated = false}, -- 10: mods white0000 | ||
{x = 0, y = 334, width = 401, height = 189, offsetX = 0, offsetY = 0, offsetWidth = 401, offsetHeight = 193, rotated = false}, -- 11: mods white0001 | ||
{x = 402, y = 334, width = 400, height = 189, offsetX = 0, offsetY = -1, offsetWidth = 401, offsetHeight = 193, rotated = false} -- 12: mods white0002 | ||
}, | ||
{ | ||
["hover"] = {start = 10, stop = 12, speed = 24, offsetX = 0, offsetY = 0}, | ||
["idle"] = {start = 1, stop = 9, speed = 24, offsetX = 0, offsetY = 0} | ||
}, | ||
"idle", | ||
true | ||
) |
Oops, something went wrong.