homework6/src/ScoreDisplay.js
2025-05-06 14:29:24 +09:00

12 lines
227 B
JavaScript

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 };