diff --git a/apps/demo/src/entities/Asteroids.tsx b/apps/demo/src/entities/Asteroids.tsx index 27da8191..cb6ebe05 100644 --- a/apps/demo/src/entities/Asteroids.tsx +++ b/apps/demo/src/entities/Asteroids.tsx @@ -37,7 +37,7 @@ export const Asteroids = () => { const rand = InstanceRNG() return ( - + diff --git a/apps/demo/src/entities/Bullets.tsx b/apps/demo/src/entities/Bullets.tsx index eea88034..db7343d0 100644 --- a/apps/demo/src/entities/Bullets.tsx +++ b/apps/demo/src/entities/Bullets.tsx @@ -11,7 +11,7 @@ const players = ECS.world.with("isPlayer") const bullets = ECS.world.with("isBullet") export const Bullets = () => ( - +