| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- script: "/example/cancel_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: 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: 400.0
- y: 70.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: "Timer triggers particle fx every 1s.\n"
- "Click anywhere to cancel the timer."
- 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
- }
- nodes {
- position {
- x: 360.0
- y: 400.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: 1.0
- y: 1.0
- z: 0.0
- w: 1.0
- }
- color {
- x: 1.0
- y: 1.0
- z: 1.0
- w: 1.0
- }
- type: TYPE_PARTICLEFX
- id: "particlefx"
- xanchor: XANCHOR_NONE
- yanchor: YANCHOR_NONE
- adjust_mode: ADJUST_MODE_FIT
- layer: ""
- inherit_alpha: true
- alpha: 1.0
- template_node_child: false
- size_mode: SIZE_MODE_AUTO
- particlefx: "particlefx"
- custom_type: 0
- enabled: true
- visible: true
- }
- material: "/builtins/materials/gui.material"
- adjust_reference: ADJUST_REFERENCE_PARENT
- max_nodes: 512
- particlefxs {
- name: "particlefx"
- particlefx: "/example/cancel_timer.particlefx"
- }
|