phrack / ShootOFF-Shoot-Out

Shoot targets as they pop-up from behind cover.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scaled coords are not quite right

phrack opened this issue · comments

If the arena is bigger than the default the Cover and ClipAreas are shifted right from where they should be.

There seems to be several problems:

  1. Scaling coords should just return newX and newY respectively.
  2. Targets added when visualizing the course should start at 0, 0 instead of 10, 10.

There still seems to be something else wrong because they are just a bit off when scaled still.