Björn Ritzl преди 6 месеца
родител
ревизия
1dcde352a0
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      model/character/example.md

+ 3 - 1
model/character/example.md

@@ -7,4 +7,6 @@ scripts: player.script
 
 ![character](character.png)
 
-The setup consists of one `player` game object with a `model`, `camera` and `script` component. The `model` component uses "Knight.glb" and "knight_texture.png". The "Knight.glb" file contains meshes and animation data. The `player.script` is used to play different animations from "Knight.glb".
+The setup consists of one `player` game object with a `model`, `camera` and `script` component. The `model` component uses "Knight.glb" and "knight_texture.png". The "Knight.glb" file contains meshes and animation data. The `player.script` is used to play different animations from "Knight.glb".
+
+The model and assets are [made by Kay Lousberg](https://kaylousberg.com/game-assets/).