Skip to content

Commit

Permalink
Adding the changes to the markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
klingbolt committed Jul 7, 2023
1 parent 0f49697 commit 72ec83e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions xml_converter/doc/position/position.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ applies_to: ["Icon"]
xml_fields: ["Position"]
compatability: [TacO, Burrito, BlishHUD]
protobuf_field: position
components_bundled_in_xml: []
components_separate_in_xml: ["X Position", "Y Position", "Z Position"]
xml_bundled_components: []
xml_separate_components: ["X Position", "Y Position", "Z Position"]
components:
- name: X Position
type: Float32
Expand Down
4 changes: 2 additions & 2 deletions xml_converter/doc/rotation/euler_rotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ applies_to: ["Icon"]
xml_fields: ["Rotate"]
compatability: [TacO, Burrito, BlishHUD]
protobuf_field: euler_rotation
components_bundled_in_xml: ['X Rotation', 'Y Rotation', 'Z Rotation']
components_separate_in_xml: []
xml_bundled_components: ['X Rotation', 'Y Rotation', 'Z Rotation']
xml_separate_components: []
components:
- name: X Rotation
type: Float32
Expand Down
4 changes: 2 additions & 2 deletions xml_converter/doc/texture/color.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ applies_to: [Icon, Trail]
xml_fields: [Color, BHColor]
protobuf_field: rgba_color
compatability: [TacO, BlishHUD, Burrito]
components_bundled_in_xml: ['Red', 'Green', 'Blue']
components_separate_in_xml: ['Alpha']
xml_bundled_components: ['Red', 'Green', 'Blue']
xml_separate_components: ['Alpha']
components:
- name: Red
type: Float32
Expand Down

0 comments on commit 72ec83e

Please sign in to comment.