xFrednet / spaceship-factory

A Tower defense game where the tower to defend is actually a factory flying through space :)
2 stars 0 forks source link

Implement the _drop_stack method in the ItemStorage class #19

Open xFrednet opened 4 years ago

xFrednet commented 4 years ago

This is a followup on #5 and #16

xFrednet commented 4 years ago

Well this is a bit more difficult. The ItemStorage is currently implemented as a Reference. This means that it doesn't have the 2D coordinate of the storage. So how do we fix that? Well that is simple and difficult at once. I'll first have a look at a component system. Because it might be worth and logical to implement the ItemStorage as a component.

xFrednet commented 4 years ago

Waiting on #40