Updated game structure
Some checks failed
Build and Package Tetris / build-windows (push) Has been cancelled
Build and Package Tetris / build-linux (push) Has been cancelled

This commit is contained in:
2025-08-16 12:10:19 +02:00
parent 71648fbaeb
commit 2afaea7fd3
36 changed files with 665 additions and 382 deletions

17
tetris.code-workspace Normal file
View File

@ -0,0 +1,17 @@
{
"folders": [
{
"path": ".."
},
{
"path": "../../../games/Tetris"
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.background": "#59140D",
"titleBar.activeBackground": "#7D1D12",
"titleBar.activeForeground": "#FFFCFC"
}
}
}