Browse Source

Update example.md

Björn Ritzl 6 months ago
parent
commit
1dcde352a0
1 changed files with 3 additions and 1 deletions
  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/).