project/main/score.gui
2025-08-25 01:59:20 +01:00

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"
}