Mercurial > games > semicongine
annotate semiconginev2/old/core/constants.nim @ 1240:42eeb59f3a43
add: more tests, line and point rendering
| author | sam <sam@basx.dev> |
|---|---|
| date | Mon, 22 Jul 2024 12:42:35 +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" |
