Mercurial > games > semicongine
comparison semiconginev2/old/core/constants.nim @ 1218:56781cc0fc7c compiletime-tests
did: renamge main package
author | sam <sam@basx.dev> |
---|---|
date | Wed, 17 Jul 2024 21:01:37 +0700 |
parents | semicongine/old/core/constants.nim@a3eb305bcac2 |
children |
comparison
equal
deleted
inserted
replaced
1217:f819a874058f | 1218:56781cc0fc7c |
---|---|
1 const | |
2 RESOURCEROOT*: string = "resources" | |
3 ENGINENAME* = "semicongine" | |
4 ENGINEVERSION* = "0.0.1" | |
5 TRANSFORM_ATTRIB* = "transform" | |
6 MATERIALINDEX_ATTRIBUTE* = "materialIndex" | |
7 ASPECT_RATIO_ATTRIBUTE* = "aspect_ratio" |