Updated game structure
This commit is contained in:
17
tetris.code-workspace
Normal file
17
tetris.code-workspace
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": ".."
|
||||
},
|
||||
{
|
||||
"path": "../../../games/Tetris"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.background": "#59140D",
|
||||
"titleBar.activeBackground": "#7D1D12",
|
||||
"titleBar.activeForeground": "#FFFCFC"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user