[ Package ] add: [ Object ]

☞ media ≔ Media new.
☞ a ≔ Package new: ‘assets.dat’.
☞ b ≔ Image new: ‘a.png’.
a add: b.

Adds a resource to a package.