Implement basic save/load (still needs some fixes)
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Siklos 2022-08-04 17:09:42 +02:00
parent 340cc86aa9
commit e2ad8d6ebd
6 changed files with 149 additions and 30 deletions

View file

@ -12,4 +12,7 @@
.close-button {
@apply transition-all w-full h-auto p-4 flex
}
.mainmenu-btn {
@apply transition-all bg-blue-100 hover:bg-blue-200 text-blue-700 text-lg font-semibold p-8 rounded-lg
}
}