added friction
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user