Skip to content

Commit

Permalink
some more
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jun 17, 2024
1 parent 6c0cbd9 commit 7d3ea29
Show file tree
Hide file tree
Showing 19 changed files with 79 additions and 1 deletion.
7 changes: 7 additions & 0 deletions content/training/animation/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "Animations"
sort_by = "weight"

[extra]
pos = [1200, 400]
+++
4 changes: 4 additions & 0 deletions content/training/animation/animation-graph.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Animation Graph"
weight = 3
+++
4 changes: 4 additions & 0 deletions content/training/animation/bones-skin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Bones & Skin"
weight = 1
+++
4 changes: 4 additions & 0 deletions content/training/animation/curves.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Curves"
weight = 4
+++
4 changes: 4 additions & 0 deletions content/training/animation/morph.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Morph"
weight = 2
+++
4 changes: 4 additions & 0 deletions content/training/animation/sprite-sheet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Sprite Sheet"
weight = 0
+++
4 changes: 4 additions & 0 deletions content/training/app/ambiguities.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Solving Ambiguities"
weight = 5
+++
4 changes: 4 additions & 0 deletions content/training/app/plugin-groups.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Plugin Groups"
weight = 3
+++
4 changes: 4 additions & 0 deletions content/training/app/schedules.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Schedules"
weight = 4
+++
7 changes: 7 additions & 0 deletions content/training/assets/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "Assets"
sort_by = "weight"

[extra]
pos = [1500, 400]
+++
4 changes: 4 additions & 0 deletions content/training/assets/asset-loader.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Custom Asset Loader"
weight = 3
+++
4 changes: 4 additions & 0 deletions content/training/assets/asset-preprocessor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Asset Preprocessor"
weight = 7
+++
4 changes: 4 additions & 0 deletions content/training/assets/asset-reader.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Asset Reader"
weight = 6
+++
4 changes: 4 additions & 0 deletions content/training/assets/basic-asset.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Loading an Image"
weight = 0
+++
4 changes: 4 additions & 0 deletions content/training/assets/complex-asset.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Loading a glTF"
weight = 2
+++
4 changes: 4 additions & 0 deletions content/training/assets/configuration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Asset Configuration"
weight = 4
+++
4 changes: 4 additions & 0 deletions content/training/assets/meta-files.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = ".meta Files"
weight = 5
+++
4 changes: 4 additions & 0 deletions content/training/assets/sub-assets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Sub Assets"
weight = 1
+++
2 changes: 1 addition & 1 deletion graph-ui/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const NestedFlow = () => {
nodesConnectable={false}
nodesFocusable={false}
nodeTypes={nodeTypes}
translateExtent={[[-500, -500], [1500, 1000]]}
translateExtent={[[-500, -500], [1800, 1000]]}
>
<MiniMap />
<Controls />
Expand Down

0 comments on commit 7d3ea29

Please sign in to comment.