File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Template for new versions:
1919# Future
2020
2121## Structures
22+ - ``burrow``: add new graphics mode texture and color fields
2223
2324# 50.11-r2
2425
Original file line number Diff line number Diff line change 77 (describe-obj $.name)
88 </code-helper >
99
10- <uint8_t name =' tile' />
11- <int16_t name =' fg_color' />
12- <int16_t name =' bg_color' />
10+ <uint8_t name =' tile' init-value = ' 43 ' />
11+ <int16_t name =' fg_color' init-value = ' 11 ' />
12+ <int16_t name =' bg_color' init-value = ' 3 ' />
1313
1414 <stl-vector name =' block_x' type-name =' int32_t' />
1515 <stl-vector name =' block_y' type-name =' int32_t' />
1616 <stl-vector name =' block_z' type-name =' int32_t' />
1717
1818 <stl-vector name =' units' type-name =' int32_t' ref-target =' unit' />
1919 <int32_t name =' limit_workshops' since =' v0.40.07' />
20+ <int32_t name =' solid_texpos' />
21+ <int32_t name =' blended_texpos' />
22+ <int32_t name =' symbol_index' />
23+ <uint8_t name =' texture_r' />
24+ <uint8_t name =' texture_g' />
25+ <uint8_t name =' texture_b' />
26+ <uint8_t name =' texture_br' />
27+ <uint8_t name =' texture_bg' />
28+ <uint8_t name =' texture_bb' />
2029 </struct-type >
2130
2231 <struct-type type-name =' ui_hotkey' >
You can’t perform that action at this time.
0 commit comments