mirror of
https://github.com/safishamsi/graphify.git
synced 2026-07-13 10:57:13 +00:00
dacbdb539a
- Feat: extract_dm (tree-sitter-dm), extract_dmi (PNG icon states), extract_dmm (tile dict uses edges), extract_dmf (window/elem hierarchy) for .dm .dme .dmi .dmm .dmf; 26 tests, fixtures, pyproject.toml dep - Feat: graphify extract --mode deep flag; deep_mode threaded through all four LLM backends via extract_corpus_parallel - Fix: CHANGELOG 0.8.21 entries for #1050, #1046, #1047 that were missing Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
58 lines
898 B
Plaintext
58 lines
898 B
Plaintext
window "mapwindow"
|
|
elem "mapwindow"
|
|
type = MAIN
|
|
pos = 0,0
|
|
size = 640x480
|
|
is-pane = true
|
|
elem "map"
|
|
type = MAP
|
|
pos = 0,0
|
|
size = 640x480
|
|
anchor1 = 0,0
|
|
anchor2 = 100,100
|
|
is-default = true
|
|
|
|
window "infowindow"
|
|
elem "infowindow"
|
|
type = MAIN
|
|
pos = 0,0
|
|
size = 640x480
|
|
is-pane = true
|
|
elem "info"
|
|
type = CHILD
|
|
pos = 0,30
|
|
size = 640x445
|
|
anchor1 = 0,0
|
|
anchor2 = 100,100
|
|
left = "statwindow"
|
|
right = "outputwindow"
|
|
is-vert = false
|
|
|
|
window "outputwindow"
|
|
elem "outputwindow"
|
|
type = MAIN
|
|
pos = 0,0
|
|
size = 640x480
|
|
is-pane = true
|
|
elem "output"
|
|
type = OUTPUT
|
|
pos = 0,0
|
|
size = 640x480
|
|
anchor1 = 0,0
|
|
anchor2 = 100,100
|
|
is-default = true
|
|
|
|
window "statwindow"
|
|
elem "statwindow"
|
|
type = MAIN
|
|
pos = 0,0
|
|
size = 640x480
|
|
is-pane = true
|
|
elem "stat"
|
|
type = INFO
|
|
pos = 0,0
|
|
size = 640x480
|
|
anchor1 = 0,0
|
|
anchor2 = 100,100
|
|
is-default = true
|