123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262 |
- script: "/example/easing.gui_script"
- fonts {
- name: "text24"
- font: "/assets/text24.font"
- }
- textures {
- name: "easing"
- texture: "/assets/easing.atlas"
- }
- nodes {
- position {
- x: 360.0
- y: 25.0
- }
- size {
- x: 200.0
- y: 100.0
- }
- type: TYPE_BOX
- id: "container"
- layer: "graphics"
- inherit_alpha: true
- size_mode: SIZE_MODE_AUTO
- visible: false
- }
- nodes {
- position {
- y: 135.0
- }
- size {
- x: 230.0
- y: 210.0
- }
- color {
- x: 0.3019608
- y: 0.3019608
- z: 0.3019608
- }
- type: TYPE_BOX
- id: "function_graph_box"
- parent: "container"
- layer: "graphics"
- inherit_alpha: true
- }
- nodes {
- position {
- y: 13.0
- }
- type: TYPE_BOX
- texture: "easing/easing_inback"
- id: "function_graph"
- parent: "function_graph_box"
- layer: "graphics"
- inherit_alpha: true
- size_mode: SIZE_MODE_AUTO
- }
- nodes {
- position {
- y: 104.0
- }
- size {
- x: 200.0
- y: 20.0
- }
- type: TYPE_BOX
- id: "hide_name"
- parent: "function_graph_box"
- layer: "graphics"
- inherit_alpha: true
- }
- nodes {
- position {
- x: -59.0
- }
- size {
- x: 113.0
- y: 40.0
- }
- color {
- x: 0.3019608
- y: 0.3019608
- z: 0.3019608
- }
- type: TYPE_BOX
- id: "prev_button"
- parent: "container"
- layer: "graphics"
- inherit_alpha: true
- }
- nodes {
- position {
- y: 1.0
- }
- size {
- x: 120.0
- y: 50.0
- }
- type: TYPE_TEXT
- text: "Previous"
- font: "text24"
- id: "text"
- outline {
- x: 1.0
- y: 1.0
- z: 1.0
- }
- shadow {
- x: 1.0
- y: 1.0
- z: 1.0
- }
- parent: "prev_button"
- layer: "text"
- inherit_alpha: true
- }
- nodes {
- position {
- x: 59.0
- }
- size {
- x: 113.0
- y: 40.0
- }
- color {
- x: 0.3019608
- y: 0.3019608
- z: 0.3019608
- }
- type: TYPE_BOX
- id: "next_button"
- parent: "container"
- layer: "graphics"
- inherit_alpha: true
- }
- nodes {
- position {
- y: 1.0
- }
- size {
- x: 120.0
- y: 50.0
- }
- type: TYPE_TEXT
- text: "Next"
- font: "text24"
- id: "text1"
- outline {
- x: 1.0
- y: 1.0
- z: 1.0
- }
- shadow {
- x: 1.0
- y: 1.0
- z: 1.0
- }
- parent: "next_button"
- layer: "text"
- inherit_alpha: true
- }
- nodes {
- position {
- y: 40.0
- }
- size {
- x: 230.0
- y: 30.0
- }
- color {
- x: 0.3019608
- y: 0.3019608
- z: 0.3019608
- }
- type: TYPE_BOX
- id: "index"
- parent: "container"
- inherit_alpha: true
- }
- nodes {
- scale {
- x: 0.8
- y: 0.8
- }
- size {
- x: 288.0
- y: 40.0
- }
- type: TYPE_TEXT
- text: "1/40"
- font: "text24"
- id: "index_text"
- outline {
- x: 1.0
- y: 1.0
- z: 1.0
- }
- shadow {
- x: 1.0
- y: 1.0
- z: 1.0
- }
- parent: "index"
- layer: "text"
- inherit_alpha: true
- }
- nodes {
- position {
- y: 247.0
- }
- size {
- x: 230.0
- y: 30.0
- }
- color {
- x: 0.3019608
- y: 0.3019608
- z: 0.3019608
- }
- type: TYPE_BOX
- id: "easing_name"
- parent: "container"
- layer: "graphics"
- inherit_alpha: true
- }
- nodes {
- position {
- y: 1.25
- }
- scale {
- x: 0.8
- y: 0.8
- }
- size {
- x: 288.0
- y: 30.0
- }
- type: TYPE_TEXT
- text: "go.EASING_NAME"
- font: "text24"
- id: "easing_text"
- outline {
- x: 1.0
- y: 1.0
- z: 1.0
- }
- shadow {
- x: 1.0
- y: 1.0
- z: 1.0
- }
- parent: "easing_name"
- layer: "text"
- inherit_alpha: true
- }
- layers {
- name: "graphics"
- }
- layers {
- name: "text"
- }
- material: "/builtins/materials/gui.material"
- adjust_reference: ADJUST_REFERENCE_PARENT
|