mirror of
https://github.com/CajunAvenger/cajunavenger.github.io.git
synced 2026-08-25 02:04:28 -05:00
Fix #52
This commit is contained in:
@@ -1102,7 +1102,7 @@ canvas {
|
||||
function spindaSpot(ele, axis) {
|
||||
var spot_ele = document.getElementById(spot_map[ele.id])
|
||||
if(axis == "x") {
|
||||
var base_left = 1673;
|
||||
var base_left = 1604;
|
||||
spot_ele.style.left = base_left + parseInt(ele.value);
|
||||
}else{
|
||||
var base_top = 1417;
|
||||
@@ -1110,6 +1110,7 @@ canvas {
|
||||
}
|
||||
writeSpindaCookie();
|
||||
}
|
||||
|
||||
function rand(scale) {
|
||||
return Math.floor(Math.random()*scale)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user