Commit Graph

38 Commits

Author SHA1 Message Date
f674404ff2 fix(nds): use deltaTime in frame based-motion 2026-02-13 17:10:32 +01:00
61ca34cdb8 fix(common): fig click detection 2026-02-13 00:22:34 +01:00
0bc8378bcb fix(settings): synchronize button animation with arrows of number input 2026-02-12 15:31:37 +01:00
172c78541c feat(nds): add pressed state for all buttons 2026-02-11 23:33:26 +01:00
069884123b feat(nds): improve some button interactions 2026-02-10 17:00:11 +01:00
14b9ee6119 feat(nds): improve key input system 2026-02-10 16:28:54 +01:00
a586c149d8 feat(common): handleConfirm -> handleActivateA, handleCancel -> handleActivateB 2026-02-10 15:30:08 +01:00
a7e0f079c9 feat(common): animate label switching of common buttons 2026-02-08 22:57:51 +01:00
1635b9ba6b feat(fonts): add more icons 2026-02-04 17:15:48 +01:00
35861d69a4 feat(common): customize labels of confimation modal 2026-02-03 21:44:35 +01:00
f6591b9081 feat: add confetti 2026-01-31 20:36:27 +01:00
c5b3e0ad7d feat(common): multiline confirmation modal text 2026-01-30 23:57:37 +01:00
db4b5cc9f9 feat(common): improve confirmation modal api 2026-01-30 23:14:51 +01:00
8e7895ae59 feat(i18n): i18nize everything 2026-01-30 22:58:07 +01:00
3b224564f4 fix(common): wrong text color and use new AtlasImage type 2026-01-20 19:19:22 +01:00
fffed80faa feat(achievements): implement achievements screen 2026-01-20 19:18:12 +01:00
571f9ff81b feat(achievements): handle 2 lines text in notification 2026-01-18 23:46:53 +01:00
d7e626397a feat(achievements): implement unlocking, saving and notification 2026-01-18 22:50:35 +01:00
35ff1054f4 feat(common): add onCancel callback in the confirmation modal 2026-01-16 12:08:40 +01:00
f60b9b21f4 fix: use LOGICAL_WIDTH,HEIGHT instead of SCREEN_WIDTH,HEIGHT beucase screen is scaled 2026-01-14 16:13:44 +01:00
91d8b6db3b feat(buttonNavigation): move the selector along the path instead of moving directly to the selected button 2026-01-13 18:34:01 +01:00
e2d40a4bc1 feat(assets): use single texture atlas instead of loading all images individually 2026-01-08 19:55:43 +01:00
5e3336bbe8 feat(common): use delta time for the button selector animation 2026-01-07 11:14:44 +01:00
408abb695d feat(common): move confirmation modal to his own store, and add 'onClosed' event 2025-12-30 00:37:39 +01:00
de14612f0c fix(common): adjust z indexes 2025-12-29 21:10:11 +01:00
f60fb3625c feat: centralize all screen related callbacks in useScreen 2025-12-29 21:01:19 +01:00
ef232c9007 fix(common): show buttons only if onConfirm is passed instead of having separate boolean 2025-12-29 19:58:59 +01:00
bdc27d72c8 feat(common): change modal open signature and allow to hide buttons 2025-12-29 19:48:49 +01:00
ba7c974af6 fix(common): add missing render function in buttons 2025-12-29 19:48:18 +01:00
dafdbdc533 feat: colorize the ui based on the app color 2025-12-28 23:54:23 +01:00
5bc57f5edc feat(common): implement buttons and confirmation modal 2025-12-19 19:15:24 +01:00
e22374abb2 refactor(common): move button selector corner to common 2025-12-18 16:47:17 +01:00
2f16f382e5 feat(assets): new assets loading system (currently only for images) 2025-12-17 12:28:48 +01:00
11a451c6d0 feat(assets): convert png -> webp 2025-11-19 01:13:53 +01:00
ba6eb31b99 feat: use useImages composable instead of <img> + useTemplateRef 2025-11-18 21:12:00 +01:00
c45e223227 feat(selector): improve api 2025-11-17 00:38:40 +01:00
6383dc0697 feat(contact): intro animation 2025-11-17 00:33:37 +01:00
d54d52bff0 feat: generic button navigation 2025-11-14 23:21:52 +01:00