| 123456789101112131415161718192021222324252627 |
- script: ""
- fonts {
- name: "default"
- font: "/builtins/fonts/default.font"
- }
- nodes {
- position {
- x: 360.0
- y: 360.0
- }
- size {
- x: 200.0
- y: 100.0
- }
- color {
- x: 0.2
- y: 0.302
- z: 0.702
- }
- type: TYPE_TEXT
- text: "CLICK TO CHANGE FONT"
- font: "default"
- id: "text"
- inherit_alpha: true
- }
- material: "/builtins/materials/gui.material"
- adjust_reference: ADJUST_REFERENCE_PARENT
|