Skip to content

Lcfviz Feature Request - Detailed map visualization#72

Description

@jetrotal

Would be nice if we could extract more info from maps before displaying them in lcfviz, like, event coordinate and
馃敀 conditions to teleport...

image image

strict digraph G {
node [shape="none" fontsize="10" fontname="Helvetica,Arial,sans-serif" shape="record"];


1 [label="  <0> 馃寪 | { Airship | <1> x14 y14 \n\n 馃敀 var[0030] \<= 10 | <2> x10 y95 }" ]

2 [label="  <0> 馃寪 | { Room | <1> x10 y95 }" ]

3 [label="  <0> 馃寪 | { Return to Earth | <1> x110 y50 }" ];
		
4 [label="  <0> 馃寪 | { HQ At Airship | <1> x10 y95 | <2> x100 y250  }" ]



1:1 -> 2:0 [dir=both];
1:2 -> 4:2 [dir=both];
2:1 -> 3:0 [dir=both];
3:1 -> 4:1 [dir=both];

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions