Mercurial > games > semicongine
view semiconginev2/old/core/constants.nim @ 1238:03634915bbdb
add: tests for updating texts, does not pass validation atm
author | sam <sam@basx.dev> |
---|---|
date | Sun, 21 Jul 2024 11:31:11 +0700 |
parents | 56781cc0fc7c |
children |
line wrap: on
line source
const RESOURCEROOT*: string = "resources" ENGINENAME* = "semicongine" ENGINEVERSION* = "0.0.1" TRANSFORM_ATTRIB* = "transform" MATERIALINDEX_ATTRIBUTE* = "materialIndex" ASPECT_RATIO_ATTRIBUTE* = "aspect_ratio"