Dumb map rendering showing keys only (including dummy ones)

This commit is contained in:
gingerBill
2024-03-30 11:59:04 +00:00
parent 8342cfbd53
commit 5d2d13d9d9
4 changed files with 96 additions and 3 deletions
+1
View File
@@ -500,6 +500,7 @@ DF_CoreViewRuleTable:
{Disasm disasm "disasm" - x - x "Disassembly" x "Displays as disassembled instructions, interpreting the data as raw machine code." }
{Bitmap bitmap "bitmap" - x - x "Bitmap" x "Displays as a bitmap, interpreting the data as raw pixel data." }
{Geo geo "geo" - x - x "Geometry" x "Displays as geometry, interpreting the data as vertex data." }
{OdinMap odin_map "odin_map" - - x - "Odin map" x "Specifies that a struct to be rendered as an Odin map type." }
}
////////////////////////////////