58 lines
761 B
Text
58 lines
761 B
Text
script: "/main/entername.gui_script"
|
|
fonts {
|
|
name: "default"
|
|
font: "/builtins/fonts/default.font"
|
|
}
|
|
fonts {
|
|
name: "newfont"
|
|
font: "/main/newfont.font"
|
|
}
|
|
nodes {
|
|
position {
|
|
z: 1.0
|
|
}
|
|
scale {
|
|
x: 0.9
|
|
y: 0.9
|
|
}
|
|
size {
|
|
x: 200.0
|
|
y: 100.0
|
|
}
|
|
color {
|
|
x: 0.412
|
|
y: 0.286
|
|
z: 0.071
|
|
}
|
|
type: TYPE_TEXT
|
|
text: "<text>"
|
|
font: "newfont"
|
|
id: "enter"
|
|
inherit_alpha: true
|
|
}
|
|
nodes {
|
|
position {
|
|
x: 825.0
|
|
y: 200.0
|
|
z: 1.0
|
|
}
|
|
scale {
|
|
x: 0.9
|
|
y: 0.9
|
|
}
|
|
size {
|
|
x: 200.0
|
|
y: 100.0
|
|
}
|
|
color {
|
|
x: 0.412
|
|
y: 0.286
|
|
z: 0.071
|
|
}
|
|
type: TYPE_TEXT
|
|
text: "<text>"
|
|
font: "newfont"
|
|
id: "name"
|
|
}
|
|
material: "/builtins/materials/gui.material"
|
|
adjust_reference: ADJUST_REFERENCE_PARENT
|