Files
spacetris/tetris.code-workspace
Gregor Klevze 2afaea7fd3
Some checks failed
Build and Package Tetris / build-windows (push) Has been cancelled
Build and Package Tetris / build-linux (push) Has been cancelled
Updated game structure
2025-08-16 12:10:19 +02:00

17 lines
273 B
Plaintext

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