added friction

This commit is contained in:
=
2026-03-11 16:07:40 -04:00
parent 5742b4613e
commit 010d50d5bb
4 changed files with 82 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ import pygame as pg
class Transform:
position: pg.Vector2
rotation: pg.Vector2 = 0.0
rotation: float = 0.0
scale: float = 1.0
parent: 'Transform' = None