Pause Button

Pause button and screen work
This commit is contained in:
Marcelo Geldres 2021-10-02 16:53:08 -04:00
parent 17fdb4252e
commit bd1ae248f5

9
.vscode/tasks.json vendored
View File

@ -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"
} }
] ]
} }