o
asmrobot
2019-10-27 c4bd9d8c587bd1401f0fb2f60c34a4964d7afe20
src/RichCreator.Editor/Tools/MapEditor_old.xaml
File was renamed from src/RichCreator.Editor/Tools/DijkstraTools.xaml
@@ -1,12 +1,12 @@
<Window x:Class="RichCreator.Editor.Tools.DijkstraTools"
<Window x:Class="RichCreator.Editor.Tools.MapEditor"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        xmlns:local="clr-namespace:RichCreator.Editor.Tools"
        mc:Ignorable="d"
        Title="AStarFindingTools" Height="720" Width="1280">
        Loaded="Window_Loaded"
        Title="地图编辑器" Height="720" Width="1280">
    <Grid>
        <Grid.RowDefinitions>
            <RowDefinition Height="Auto" />
@@ -66,6 +66,12 @@
                        <TextBlock Text="(128,334)" HorizontalAlignment="Left"/>
                    </StackPanel>
                </Border>-->
                <!--<Polygon StrokeThickness="1" Stroke="Black"  Fill="Red" >
                    <Polygon.Points>10,50 180,50 180,150 10,150</Polygon.Points>
                </Polygon>-->
            </Canvas>
        </ScrollViewer>
    </Grid>