prepare for 1.0
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-27 12:59:01 +09:00
commit a8b2fa1e18

View file

@ -1,6 +1,25 @@
#declare BASE = 1;
#include "resource/logo/logo.pov"
#ifdef(VERSION_10)
object {
text {
ttf "resource/font/IBMPlexSerif.ttf",
"1.0",
1, 0
}
scale 5
translate <7.5, -1, 1>
pigment {
color Red
}
finish {
phong 1
reflection 0.3
}
}
#end
object {
text {
ttf "resource/font/IBMPlexSerif.ttf",