Coyote-31 / tree-sitter-eu4mod

📦 Tree sitter parser package for ⚜ Europa Universalis IV ⚜
https://www.npmjs.com/package/tree-sitter-eu4mod
MIT License
3 stars 0 forks source link

Missing vertical_alignment #11

Open Coyote-31 opened 3 years ago

Coyote-31 commented 3 years ago

Exemple in macrobuildinterface_override.gui :

instantTextBoxType = {
            name = "company_leader"
            position = { x = 15 y = 46 }
            textureFile = ""
            font = "vic_18"
            text = ""
            maxWidth = 170
            #c maxHeight = 18
            maxHeight = 40
            format = left
            #c vertical_alignment = bottom
                        vertical_alignment = center
            vertical_alignment = top
            fixedsize = yes
            allwaystransparent = yes
        }