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

@@ -1,7 +1,7 @@
import pygame as pg
from math import pi
from rigidbody import *
from collider import RectCollider
from collider.types import RectCollider
from tools import debug