-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Wip: Initial work on running game from the new editor #2796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: xplat-editor
Are you sure you want to change the base?
Changes from 5 commits
2816cf4
2946b8b
c334afa
594cdd2
ef5a203
3c10136
db37d54
6b5a2c1
67283fc
6c4fe7f
9972240
0dcf077
ba2c592
dc3255c
0a56ef0
c39f273
4be3a55
344bfe3
10ad7d7
926691b
9788a1f
58587d8
e97b863
e62cebe
f061cac
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -151,4 +151,14 @@ | |
| </DrawingGroup> | ||
| </DrawingImage.Drawing> | ||
| </DrawingImage> | ||
|
|
||
| <DrawingImage x:Key="ImageStart"> | ||
| <DrawingImage.Drawing> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 2 spaces instead of tabs for indentation in XAML files
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fixed that
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There seems to still be a mix of spaces and tabs. If you are using Visual Studio, you can use |
||
| <GeometryDrawing Brush="#4CAF50"> | ||
| <GeometryDrawing.Geometry> | ||
| <Geometry>F1 M 2,2 L 14,8 L 2,14 Z</Geometry> | ||
| </GeometryDrawing.Geometry> | ||
| </GeometryDrawing> | ||
| </DrawingImage.Drawing> | ||
| </DrawingImage> | ||
| </ResourceDictionary> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't be removed here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i did that i keeped this one now and the other has been removed in past commit but it's still there idk why