2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

9 行
149 B

  1. /** @type {import('tailwindcss').Config} */
  2. module.exports = {
  3. content: ["./app/**/*.{js,jsx,ts,tsx}"],
  4. theme: {
  5. extend: {},
  6. },
  7. plugins: [],
  8. }