===================================================================
--- original.js
+++ change.js
@@ -4,9 +4,9 @@
// Define a class for bullets
var Bullet = Container.expand(function () {
var self = Container.call(this);
var bulletGraphics = self.attachAsset('bullet', {
- anchorX: 1.5,
+ anchorX: 0.5,
anchorY: 0.5
});
self.speed = -10;
self.update = function () {