diff options
author | rtk0c <[email protected]> | 2023-09-20 23:58:58 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2023-09-20 23:58:58 -0700 |
commit | f138311d2d2e0cc9ba0496d523bb46f2c1c9fb73 (patch) | |
tree | f96100a813a4ffb28dcd074455d3a2f8ee426430 /assets/Ires |
Copy from the PlasticSCM repo, replace vendored glm wtih conan
Diffstat (limited to 'assets/Ires')
-rw-r--r-- | assets/Ires/SS_Player.json | 9 | ||||
-rw-r--r-- | assets/Ires/S_SimpleLine.json | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/assets/Ires/SS_Player.json b/assets/Ires/SS_Player.json new file mode 100644 index 0000000..c2920ed --- /dev/null +++ b/assets/Ires/SS_Player.json @@ -0,0 +1,9 @@ +{ + "Type": "IresSpritesheet", + "Uid": "dba64b050b68df71-70d6daa8fc045f17", + "Value": { + "SpriteSheet": "S_Player.png", + "WSplit": 6, + "HSplit": 4 + } +}
\ No newline at end of file diff --git a/assets/Ires/S_SimpleLine.json b/assets/Ires/S_SimpleLine.json new file mode 100644 index 0000000..5b62b0e --- /dev/null +++ b/assets/Ires/S_SimpleLine.json @@ -0,0 +1,9 @@ +{ + "Type": "IresShader", + "Uid": "1d6ae0953c91b56f-333f006389f662d9", + "Value": { + "SourceFile": ".stationary/Shaders/SimpleLine.glsl", + "Inputs": [], + "Outputs": [] + } +}
\ No newline at end of file |