You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: model/character/example.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,6 @@ scripts: player.script
7
7
8
8

9
9
10
-
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".
10
+
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".
11
+
12
+
The model and assets are [made by Kay Lousberg](https://kaylousberg.com/game-assets/).
0 commit comments