| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- script: "/example/trigger_timer.gui_script"
- fonts {
- name: "text24"
- font: "/assets/text24.font"
- }
- background_color {
- x: 0.0
- y: 0.0
- z: 0.0
- w: 0.0
- }
- nodes {
- position {
- x: 360.0
- y: 430.0
- z: 0.0
- w: 1.0
- }
- rotation {
- x: 0.0
- y: 0.0
- z: 0.0
- w: 1.0
- }
- scale {
- x: 1.0
- y: 1.0
- z: 1.0
- w: 1.0
- }
- size {
- x: 100.0
- y: 40.0
- z: 0.0
- w: 1.0
- }
- color {
- x: 0.101960786
- y: 0.101960786
- z: 0.101960786
- w: 1.0
- }
- type: TYPE_TEXT
- blend_mode: BLEND_MODE_ALPHA
- text: "0"
- font: "text24"
- id: "counter"
- xanchor: XANCHOR_NONE
- yanchor: YANCHOR_NONE
- pivot: PIVOT_CENTER
- outline {
- x: 0.0
- y: 0.0
- z: 0.0
- w: 1.0
- }
- shadow {
- x: 1.0
- y: 1.0
- z: 1.0
- w: 1.0
- }
- adjust_mode: ADJUST_MODE_FIT
- line_break: false
- layer: ""
- inherit_alpha: true
- alpha: 1.0
- outline_alpha: 0.0
- shadow_alpha: 0.0
- template_node_child: false
- text_leading: 1.0
- text_tracking: 0.0
- custom_type: 0
- enabled: true
- visible: true
- }
- nodes {
- position {
- x: 360.0
- y: 260.0
- z: 0.0
- w: 1.0
- }
- rotation {
- x: 0.0
- y: 0.0
- z: 0.0
- w: 1.0
- }
- scale {
- x: 1.0
- y: 1.0
- z: 1.0
- w: 1.0
- }
- size {
- x: 600.0
- y: 80.0
- z: 0.0
- w: 1.0
- }
- color {
- x: 0.101960786
- y: 0.101960786
- z: 0.101960786
- w: 1.0
- }
- type: TYPE_TEXT
- blend_mode: BLEND_MODE_ALPHA
- text: "Counter ticks every 1s.\n"
- "Click to trigger timer callback asynchronously."
- font: "text24"
- id: "info"
- xanchor: XANCHOR_NONE
- yanchor: YANCHOR_NONE
- pivot: PIVOT_CENTER
- outline {
- x: 0.0
- y: 0.0
- z: 0.0
- w: 1.0
- }
- shadow {
- x: 1.0
- y: 1.0
- z: 1.0
- w: 1.0
- }
- adjust_mode: ADJUST_MODE_FIT
- line_break: false
- layer: ""
- inherit_alpha: true
- alpha: 1.0
- outline_alpha: 0.0
- shadow_alpha: 0.0
- template_node_child: false
- text_leading: 1.0
- text_tracking: 0.0
- custom_type: 0
- enabled: true
- visible: true
- }
- material: "/builtins/materials/gui.material"
- adjust_reference: ADJUST_REFERENCE_PARENT
- max_nodes: 512
|