1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-11 09:32:05 +00:00

rogueviz:: added heatx

This commit is contained in:
Zeno Rogue
2021-03-31 20:11:27 +02:00
parent b952d03277
commit d206656724
5 changed files with 174 additions and 10 deletions
-10
View File
@@ -112,16 +112,6 @@ EX void offer_choose_file(reaction_t r) {
});
}
// -- demo --
#if CAP_URL
EX void open_url(string s) {
EM_ASM_({
window.open(UTF8ToString($0, 1000));
}, s.c_str());
}
#endif
// window.open(Pointer_stringify($0));
bool demoanim;