vn/code/generated/vn_assets.meta.c

34 lines
417 B
C
Raw Normal View History

2023-12-23 07:27:22 +00:00
char * AssetPathLUT[7] =
{
"",
2023-12-23 07:27:22 +00:00
"backgrounds/unknown.png",
"backgrounds/test.jpg",
2023-12-23 07:27:22 +00:00
"backgrounds/ddlc.png",
"characters/test_normal.png",
"characters/test_happy.png",
"characters/monika_leaning.png",
};
2023-12-23 07:27:22 +00:00
bool AssetIsPermanentLUT[7] =
{
2023-12-23 07:27:22 +00:00
true,
true,
false,
false,
false,
false,
false,
};
2023-12-23 07:27:22 +00:00
char * AssetNameLUT[7] =
{
"None",
2023-12-23 07:27:22 +00:00
"Error",
"DemoBackground",
2023-12-23 07:27:22 +00:00
"DDLCBackground",
"ArthurNormal",
"ArthurHappy",
"MonikaLeaning",
};