metastability
tech: metastability - 20% dup chance, but duplicated powers up eventually explode nerfed tech: electric reactive armor 6% (was 7%) explosion damage reduction for every 10 energy you currently have
This commit is contained in:
@@ -117,7 +117,7 @@ window.addEventListener('load', () => {
|
||||
//**********************************************************************
|
||||
//set up canvas
|
||||
//**********************************************************************
|
||||
var canvas = document.getElementById("canvas");
|
||||
const canvas = document.getElementById("canvas");
|
||||
//using "const" causes problems in safari when an ID shares the same name.
|
||||
const ctx = canvas.getContext("2d");
|
||||
document.body.style.backgroundColor = "#fff";
|
||||
|
||||
Reference in New Issue
Block a user