hpi-swa-teaching / GameMecha

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

ResourceLoader API confusing for some students (especially sound) #76

Open ekrebs5 opened 5 years ago

ekrebs5 commented 5 years ago

All loaders have to ways to help with resources:

What could be done:

(e.g. that GMSoundLoader>>storeResourceInMethod:inInstance:fromFile: should be used, not the helper functions)