nfagerlund / bevy-tablestakes

takin a new thing for a spin
0 stars 0 forks source link

Attacking basics #9

Open nfagerlund opened 11 months ago

nfagerlund commented 11 months ago

Using canned tutorial assets for now because I don't want to adopt more blockers!!

nfagerlund commented 11 months ago

Ok, about that sprite flipping thing.........

ohhhh oh no. anchors and walkboxes. what if they're not perfectly symmetric. ..... well, maybe let's just try it and see?

Looks like flippedness needs to live on the state struct...

nfagerlund commented 10 months ago

Yeah okay,

nfagerlund commented 10 months ago

About that Z-sorting, I think it goes something like,

nfagerlund commented 10 months ago

Wow, that actually worked

nfagerlund commented 9 months ago

AND THEN I DECIDED TO REWRITE MY STATE MACHINE AGAIN

With two entities on the field, the flaws in my approach are finally becoming apparent. But, a hybrid seems promising.

nfagerlund commented 9 months ago

Hey, now that I've rewritten the state machine, actually,

nfagerlund commented 9 months ago

Still some stuff to sort out in getting the enemy plausibly interacting:

Then: