From 37ddb4622e5bd6772fa9e044894dc82b12787df1 Mon Sep 17 00:00:00 2001 From: stevenhowes <38082088+stevenhowes@users.noreply.github.com> Date: Sun, 14 Feb 2021 17:20:07 +0000 Subject: [PATCH] Don't offset projectiles.. duh --- !TheEscape/!RunImage,ffb | Bin 22293 -> 22272 bytes !TheEscape/!RunImage,ffb.bas | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/!TheEscape/!RunImage,ffb b/!TheEscape/!RunImage,ffb index 811cc8c738babe27fa1c80fe62441db13fa4cd55..bf1dc608ea8e5b2d6d66a65acff15a0d2408aae0 100644 GIT binary patch delta 37 pcmbQbj= 0 THEN - ProjectileLocations%(Projectile%,X) = Px% + (Projectile% * 40) + ProjectileLocations%(Projectile%,X) = Px% ProjectileLocations%(Projectile%,Y) = Py% ProjectileVelocity%(Projectile%,X) = Vx% ProjectileVelocity%(Projectile%,Y) = Vy%