SplatJS / splat-ecs

MIT License
12 stars 3 forks source link

Match Center X and Y #16

Closed CaldwellYSR closed 8 years ago

CaldwellYSR commented 8 years ago

Split Match Center into Match Center X and Match Center Y. Match Center still exists.

ericlathrop commented 8 years ago

Thanks! :heart:

CaldwellYSR commented 8 years ago

Would it be better for the MatchCenter component to take an object and handle the X and Y matching all in the same script?

"matchCenter": {
    "id": 0,
    "x": true,
    "y": true
}