Game for OLC Code Jam 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

shooting-pad.svg 171B

1234567
  1. <svg width="48" height="20" xmlns="http://www.w3.org/2000/svg">
  2. <path
  3. d="m1,20 l12,-20 l22,0 l12,20z"
  4. stroke="#f00"
  5. fill="#f00"
  6. />
  7. </svg>