Mercurial > games > semicongine
annotate semiconginev2/old/core/constants.nim @ 1226:c8e3037aca66 compiletime-tests
add: contrib stuff
author | sam <sam@basx.dev> |
---|---|
date | Wed, 17 Jul 2024 23:41:51 +0700 |
parents | 56781cc0fc7c |
children |
rev | line source |
---|---|
397 | 1 const |
2 RESOURCEROOT*: string = "resources" | |
3 ENGINENAME* = "semicongine" | |
4 ENGINEVERSION* = "0.0.1" | |
415
25db1fa56cb7
add: font/text improvments, support for newline rendering
Sam <sam@basx.dev>
parents:
397
diff
changeset
|
5 TRANSFORM_ATTRIB* = "transform" |
421
cc6a67473a52
fix: material handlinge, did: formatting, add: support for multi-material texts
Sam <sam@basx.dev>
parents:
415
diff
changeset
|
6 MATERIALINDEX_ATTRIBUTE* = "materialIndex" |
443
7629f85823a4
fix: font-api, allow consistent use of mesh-transform
Sam <sam@basx.dev>
parents:
421
diff
changeset
|
7 ASPECT_RATIO_ATTRIBUTE* = "aspect_ratio" |