Skip to content

Commit 2e4643f

Browse files
committed
am I daft or what
1 parent ab63558 commit 2e4643f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gameObjects/Projectile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Projectile extends GameObject
2727
type: "linear",
2828
coords: [0, -5, 0, 30],
2929
stops: [0,1],
30-
colours: ["#FFFF00FF","FF780030"]
30+
colours: ["#FFFF00FF","#FF780030"]
3131
},
3232
time: 0.0,
3333
path: "M 0 30 C -15 -20 15 -20 0 30 z"

0 commit comments

Comments
 (0)