mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 00:52:47 +02:00
-TryDiscardFunction in battlescene; -Created a party discard mode button; -Updated Transfer button in modifier-select-ui-handler to Manage items; -Created tests for the discard function in test/ui; -Added images for the new discard and transfer buttons to loading-scene; -Created placeholder messages for discard feature in party-ui-handler; Co-authored-by: Tiago Rodrigues <tiago.n.rodrigues@tecnico.ulisboa.pt>
63 lines
1.0 KiB
JSON
63 lines
1.0 KiB
JSON
{
|
|
"textures": [
|
|
{
|
|
"image": "party_discard.png",
|
|
"format": "RGBA8888",
|
|
"size": {
|
|
"w": 75,
|
|
"h": 46
|
|
},
|
|
"scale": 1,
|
|
"frames": [
|
|
{
|
|
"filename": "normal",
|
|
"rotated": false,
|
|
"trimmed": false,
|
|
"sourceSize": {
|
|
"w": 75,
|
|
"h": 23
|
|
},
|
|
"spriteSourceSize": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"w": 75,
|
|
"h": 23
|
|
},
|
|
"frame": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"w": 75,
|
|
"h": 23
|
|
}
|
|
},
|
|
{
|
|
"filename": "selected",
|
|
"rotated": false,
|
|
"trimmed": false,
|
|
"sourceSize": {
|
|
"w": 75,
|
|
"h": 23
|
|
},
|
|
"spriteSourceSize": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"w": 75,
|
|
"h": 23
|
|
},
|
|
"frame": {
|
|
"x": 0,
|
|
"y": 23,
|
|
"w": 75,
|
|
"h": 23
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"meta": {
|
|
"app": "https://www.codeandweb.com/texturepacker",
|
|
"version": "3.0",
|
|
"smartupdate": "$TexturePacker:SmartUpdate:17219773dfffd6b1204d988fea3f9462:1127ad21d64bc7ebb9df4fc28f3d2d39:7ad46e8fb4648c3d3d84a746ecb371ea$"
|
|
}
|
|
}
|