moving "Horloge" to a better place

This commit is contained in:
Tonton Th
2025-05-09 20:06:14 +02:00
parent 03c8c1cbd8
commit 3ce1994e97
2 changed files with 23 additions and 21 deletions

View File

@@ -17,20 +17,6 @@
// =======================================================
// #include "dynamic.inc"
/* ======================================================= */
#declare Horloge = object
{
#local Texte = str(NormClock, 6, 4);
#debug concat("Texte horloge ", Texte, "\n\n")
text {
ttf "datas/DSEG7Classic-Regular.ttf" Texte 0.1, 0
texture { T_WIP_alert }
}
scale 3.00
rotate 90*x
translate <-4.5, 0.02, 0>
}
// =======================================================