Visualise Map#13
Draft
surelook wants to merge 7 commits into
Draft
Conversation
Owner
|
Relates to #12 |
ddm999
requested changes
Oct 18, 2022
ddm999
left a comment
Owner
There was a problem hiding this comment.
Thanks for all the effort so far! Gimme a shout if at any point you'd prefer me to take over work on this.
| </Viewbox> | ||
|
|
||
| </Grid> | ||
| </TabItem> |
Owner
There was a problem hiding this comment.
Apparently I'm using spaces over tabs 😆
| namespace ClubmanSharp | ||
| { | ||
| struct Segment | ||
| public struct Segment |
| <TabItem Header="Map"> | ||
| <Grid Background="#222"> | ||
| <Viewbox> | ||
| <Canvas Name="MapCanvas" Width="2000" Height="2000" Background="LightGray"> |
Owner
There was a problem hiding this comment.
Does this have any scaling artifacts due to the very large width/height?
Is there any better way of doing the scaling elsewhere?
(maybe don't set MapCanvas.Width & .Height and instead read them and modify the shapes drawn instead?)
| </TextBlock> | ||
| </Grid> | ||
| </TabItem> | ||
| <TabItem Header="Map"> |
Owner
There was a problem hiding this comment.
I'd prefer this to be moved to the Race tab, but only made visible (over the top of the TextBlocks) when currentMenuState == Race
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.