reorganized collider code

This commit is contained in:
=
2026-03-12 14:46:20 -04:00
parent 2414080c64
commit ee0194831e
6 changed files with 108 additions and 105 deletions

View File

@@ -4,7 +4,8 @@ from itertools import combinations
import pygame as pg
from tools import debug
from collider import *
from collider.system import intersect
from collider.types import *
from transform import Transform
@dataclass