43 lines
670 B
Text
43 lines
670 B
Text
script: "/main/score.gui_script"
|
|
fonts {
|
|
name: "default"
|
|
font: "/builtins/fonts/default.font"
|
|
}
|
|
fonts {
|
|
name: "newfont"
|
|
font: "/main/newfont.font"
|
|
}
|
|
nodes {
|
|
position {
|
|
x: 583.0
|
|
y: 672.0
|
|
}
|
|
scale {
|
|
x: 0.4
|
|
y: 0.4
|
|
}
|
|
size {
|
|
x: 200.0
|
|
y: 100.0
|
|
}
|
|
color {
|
|
x: 0.902
|
|
y: 0.502
|
|
z: 0.302
|
|
}
|
|
type: TYPE_TEXT
|
|
text: "<text>"
|
|
font: "newfont"
|
|
id: "score"
|
|
inherit_alpha: true
|
|
}
|
|
material: "/builtins/materials/gui.material"
|
|
adjust_reference: ADJUST_REFERENCE_PARENT
|
|
materials {
|
|
name: "gui"
|
|
material: "/builtins/materials/gui.material"
|
|
}
|
|
materials {
|
|
name: "sprite"
|
|
material: "/builtins/materials/sprite.material"
|
|
}
|