import { BULLET_SIZE, FONT_SIZE } from './Constants.js'; import { Gun } from './Gun.js'; import { Target } from './Target'; import bullet from '../data/bullet.png'; class ScoreDisplay { // TO DO } export { ScoreDisplay };