Skip to content

Commit 55846ce

Browse files
Update Readme.md Todo
1 parent e4c1d05 commit 55846ce

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Readme.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Since there is a wonderful Blender plugin for Clonk, which could render spritesh
1111
- Unity 2021.3 or higher ( it should work with older versions, but i didn't test it )
1212
- Unity 2D Animation Package - com.unity.2d.animation
1313
- Knowledge about the Clonk Workflow
14-
1514
### 🔌Installation
1615
Just download the latest release and import the unitypackage into your Unity Project.
1716
### 💾Importing a Clonk Spritesheet
@@ -26,18 +25,18 @@ You can use Anigrab as many clonkers did before to pack their mod spritesheets.
2625

2726

2827
### 🎯Todo
29-
[x] Import Clonk Spritesheets into Unity and split into ActMap Animations via ActMap.txt
30-
[x] Import Title Image into Unity via DefCore.txt
31-
[x] Support for multiple Spritesheets
32-
[ ] Sprite Shader which understands the Clonk Overlay Texture
33-
[ ] Add extra sprites like Overlay.png as [Secondary Textures](https://docs.unity3d.com/Manual/SpriteEditor-SecondaryTextures.html)
34-
[ ] Generate [Sprite Library Asset](https://docs.unity3d.com/Packages/com.unity.2d.animation@7.0/manual/SpriteSwapIntro.html) for Sprite Swapping.
35-
[ ] Let Animations be placed ontop of Graphics, like Single Door Spritesheet Animations on a House.
36-
[ ] Example Clonk Player Controller just for Fun🕹️
28+
- [x] Import Clonk Spritesheets into Unity and split into ActMap Animations via ActMap.txt
29+
- [x] Import Title Image into Unity via DefCore.txt
30+
- [x] Support for multiple Spritesheets
31+
- [ ] Sprite Shader which understands the Clonk Overlay Texture
32+
- [ ] Add extra sprites like Overlay.png as [Secondary Textures](https://docs.unity3d.com/Manual/SpriteEditor-SecondaryTextures.html)
33+
- [ ] Generate [Sprite Library Asset](https://docs.unity3d.com/Packages/com.unity.2d.animation@7.0/manual/SpriteSwapIntro.html) for Sprite Swapping.
34+
- [ ] Let Animations be placed ontop of Graphics, like Single Door Spritesheet Animations on a House.
35+
- [ ] Example Clonk Player Controller just for Fun🕹️
3736

3837

3938

4039
## 📃License
4140
The Unity Clonk Importer is licensed under the MIT License. See `LICENSE` for more information.
42-
Im not affiliated with Matthes Bender or Clonk in any way. This dosn't allow you to use the Original Clonk Spritesheets or others Mod Spritesheets in any way. It's meant to be used with your own Spritesheets.
41+
Im not affiliated with Matthes Bender or Clonk in any way. This Importer Plugin dosn't allow you to use the Original Clonk Spritesheets or others Mod Spritesheets in any way. It's meant to be used with your own Spritesheets.
4342
'Clonk' is a registered trademark of Matthes Bender.

0 commit comments

Comments
 (0)