2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- /** @type {import('eslint').Linter.Config} */
- module.exports = {
- extends: ["@remix-run/eslint-config", "@remix-run/eslint-config/node"],
- };
|