SCAII / SCAII

The main SCAII repository containing the basic architecture for supported languages, installers, definitions, and so on.
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

protobuf adjustments for tower-defense #98

Open jedirv opened 6 years ago

jedirv commented 6 years ago

Here are the tasks:

jedirv commented 6 years ago

Passing to Zoe for advice - pushed protobuf changes up to tower-defense branch but wasn't sure if we should crank scaii_defs to 0.11.0 or 1.0.0 (thinking former but wanted to check)

jedirv commented 6 years ago

Question for Zoe:

it turns out that z-index is a dom-level component animal hence CSS can control it. For canvas drawing, which I haven't yet layered anything yet, I'll be controlling that by just the order in which I paint things, so we could do either 1 is bottom of stack or top of stack, though bottom of stack is consistent with z-index so perhaps less confusing for down the road maintenance. Shall we stick with 1 == bottom of stack?

UserAB1236872 commented 6 years ago

0.11

also let's just be consistent with other stuff

jedirv commented 6 years ago

Ok, protobuf update complete and pushed to tower-defense. let's leave this open in case we need to adjust/discuss