anomaluridae
|
48cc5d3b08
|
make Target into a typed struct. delineate the clear difference in Target versus Interactable. comments and naming cleanup, for more explicitness.
|
2021-09-17 10:34:20 -07:00 |
|
anomaluridae
|
51f38df169
|
clippy is a thing
|
2021-09-17 10:34:20 -07:00 |
|
anomaluridae
|
ff91da8b52
|
make the concepts of targets (under cursor), separate from interactable. interactable is what is (1) indicated visually in gui as able to interact, or (2) is an entity, or (3) is a block capable of Interaction. whereas a target is what occurs under the cursor, regardless of other state and input (such as different InputKind). targets are determined first, then other factors are cosidered to determine interactable.
|
2021-09-17 10:34:20 -07:00 |
|
anomaluridae
|
582f578e61
|
breakout interactable into seperate file
|
2021-09-17 10:32:06 -07:00 |
|