mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-30 08:27:36 +08:00
chore: Remove deprecations for v1.9.0 (#2749)
Removes everything that was marked as deprecated and that should be removed for v1.9.0.
This commit is contained in:
@ -199,7 +199,7 @@ Press T button to toggle player to collide with other objects.
|
||||
//#region Player
|
||||
|
||||
class Player extends SpriteComponent
|
||||
with CollisionCallbacks, HasGameRef<QuadTreeExample> {
|
||||
with CollisionCallbacks, HasGameReference<QuadTreeExample> {
|
||||
Player({
|
||||
required super.position,
|
||||
required super.size,
|
||||
|
||||
Reference in New Issue
Block a user