hpi-swa-teaching / GameMecha

A library providing implementations for common patterns in Squeak/Smalltalk game development.
MIT License
12 stars 2 forks source link

add collision for circle morphs [2] #34

Closed NiklasKoehnecke closed 6 years ago

NiklasKoehnecke commented 6 years ago

Story

As a swa student i want to be able to have better collisions with circular morphs that does not depent on their axis aligning bounding box

Description

  1. Why: Circles that collide with their axis aligning bounding box can create weird artifacts(colliding when they shoudlnt)
  2. What:
    • [x] add specific collision for circular morphs
benrobby commented 6 years ago

estimation: 2

ekrebs5 commented 6 years ago

accepted