Fixed image loading in cordova
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ const G = 500;
|
|||||||
|
|
||||||
const MAX_FRAME = 9;
|
const MAX_FRAME = 9;
|
||||||
let img = new Image();
|
let img = new Image();
|
||||||
img.src = "/img/griezmann.png"
|
img.src = "img/griezmann.png"
|
||||||
|
|
||||||
class Box {
|
class Box {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|||||||
Reference in New Issue
Block a user