| 1234567891011121314151617 |
- script: "/example/create_atlas.gui_script"
- nodes {
- position {
- x: 360.0
- y: 502.0
- }
- size {
- x: 50.0
- y: 50.0
- }
- type: TYPE_BOX
- id: "box"
- inherit_alpha: true
- size_mode: SIZE_MODE_AUTO
- }
- material: "/builtins/materials/gui.material"
- adjust_reference: ADJUST_REFERENCE_PARENT
|