mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-10 21:21:50 +00:00
chore: use http schema url
This commit is contained in:
@ -325,9 +325,9 @@ namespace GAME
|
||||
#endif
|
||||
|
||||
NLOHMANN_JSON_SERIALIZE_ENUM(TextureSemantic, {
|
||||
{TS_2D, "2D" },
|
||||
{TS_FUNCTION, "function" },
|
||||
{TS_COLOR_MAP, "colorMap" },
|
||||
{TS_2D, "2D" },
|
||||
{TS_FUNCTION, "function" },
|
||||
{TS_COLOR_MAP, "colorMap" },
|
||||
#if defined(FEATURE_IW3) || defined(FEATURE_T5) || defined(FEATURE_T6)
|
||||
{TS_UNUSED_1, "unused1" },
|
||||
#else
|
||||
|
@ -64,7 +64,7 @@ namespace
|
||||
CreateJsonMaterial(jsonMaterial, material);
|
||||
json jRoot = jsonMaterial;
|
||||
|
||||
jRoot["$schema"] = "https://openassettools.dev/schema/material.v1.json";
|
||||
jRoot["$schema"] = "http://openassettools.dev/schema/material.v1.json";
|
||||
jRoot["_type"] = "material";
|
||||
jRoot["_version"] = 1;
|
||||
jRoot["_game"] = GAME_LOWER;
|
||||
|
Reference in New Issue
Block a user