Pause Button
Pause button and screen work
This commit is contained in:
parent
17fdb4252e
commit
bd1ae248f5
9
.vscode/tasks.json
vendored
9
.vscode/tasks.json
vendored
@ -45,6 +45,15 @@
|
|||||||
"env": {
|
"env": {
|
||||||
"RUST_LOG": "trace"
|
"RUST_LOG": "trace"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "cargo",
|
||||||
|
"subcommand": "build",
|
||||||
|
"problemMatcher": [
|
||||||
|
"$rustc"
|
||||||
|
],
|
||||||
|
"group": "build",
|
||||||
|
"label": "Rust: cargo build - ludum-dare-49"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user