Commit 8f8e5455 by Jonathan Thomas

Adding animation frames for dot dot dot button, however this does not animate yet =(

parent d0d00512
Pipeline #11978 passed with stage
in 20 seconds
...@@ -356,7 +356,7 @@ public class BubbleRenderer { ...@@ -356,7 +356,7 @@ public class BubbleRenderer {
} else if (chatData.status == ChatDataManager.ChatStatus.PENDING) { } else if (chatData.status == ChatDataManager.ChatStatus.PENDING) {
// Draw 'pending' button // Draw 'pending' button
drawIcon("button-dotdot", matrices, -16, textHeaderHeight, 32, 17); drawIcon("button-dot-0", matrices, -16, textHeaderHeight, 32, 17);
} else if (chatData.sender == ChatDataManager.ChatSender.ASSISTANT) { } else if (chatData.sender == ChatDataManager.ChatSender.ASSISTANT) {
// Draw text background (no smaller than 50F tall) // Draw text background (no smaller than 50F tall)
......
{
"animation": {
"frametime": 2,
"frames": [
{"index": 0, "time": 2},
{"index": 1, "time": 2},
{"index": 2, "time": 2},
{"index": 3, "time": 2},
{"index": 4, "time": 2},
{"index": 5, "time": 2},
{"index": 6, "time": 2},
{"index": 7, "time": 2},
{"index": 8, "time": 2}
]
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment