hpi-swa-teaching / GameMecha

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

startsWith: deprecated in favor of beginsWith: #2

Closed tom95 closed 6 years ago

tom95 commented 7 years ago

startsWith: (as used in the Keyboard class) has been deprecated in squeak trunk, in favor of beginsWith:. Deprecation means error windows are displayed all over the place, somewhat hindering the enjoyment of your beautiful demo :(