forked from pyrite-dev/milsko
prepare for 1.0
This commit is contained in:
parent
a8b2fa1e18
commit
93a7c5e350
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
#declare BASE = 1;
|
#declare BASE = 1;
|
||||||
#include "resource/logo/logo.pov"
|
#include "resource/logo/logo.pov"
|
||||||
|
|
||||||
#ifdef(VERSION_10)
|
#ifdef(VERSION)
|
||||||
object {
|
object {
|
||||||
text {
|
text {
|
||||||
ttf "resource/font/IBMPlexSerif.ttf",
|
ttf "resource/font/IBMPlexSerif.ttf",
|
||||||
"1.0",
|
VERSION,
|
||||||
1, 0
|
1, 0
|
||||||
}
|
}
|
||||||
scale 5
|
scale 5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue