From c5271dcb82385c5caf401efa7c1b72f56d04a249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Tue, 18 Jun 2024 09:36:00 +0200 Subject: [PATCH] again --- content/training/ai/_index.md | 2 +- content/training/game-logic/_index.md | 2 +- content/training/juice/_index.md | 7 +++++++ content/training/juice/idle-animations.md | 4 ++++ content/training/juice/sound-effects.md | 4 ++++ content/training/juice/visual-effects.md | 4 ++++ content/training/physics/_index.md | 7 +++++++ content/training/physics/avian.md | 4 ++++ content/training/physics/basic.md | 4 ++++ content/training/physics/collisions.md | 4 ++++ content/training/physics/rapier.md | 4 ++++ 11 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 content/training/juice/_index.md create mode 100644 content/training/juice/idle-animations.md create mode 100644 content/training/juice/sound-effects.md create mode 100644 content/training/juice/visual-effects.md create mode 100644 content/training/physics/_index.md create mode 100644 content/training/physics/avian.md create mode 100644 content/training/physics/basic.md create mode 100644 content/training/physics/collisions.md create mode 100644 content/training/physics/rapier.md diff --git a/content/training/ai/_index.md b/content/training/ai/_index.md index 5d25f25..ed31ad3 100644 --- a/content/training/ai/_index.md +++ b/content/training/ai/_index.md @@ -3,5 +3,5 @@ title = "Game AI" sort_by = "weight" [extra] -pos = [-700, 600] +pos = [-700, 500] +++ diff --git a/content/training/game-logic/_index.md b/content/training/game-logic/_index.md index 85f286c..81365f1 100644 --- a/content/training/game-logic/_index.md +++ b/content/training/game-logic/_index.md @@ -3,5 +3,5 @@ title = "Game Logic" sort_by = "weight" [extra] -pos = [-700, 200] +pos = [-700, 100] +++ diff --git a/content/training/juice/_index.md b/content/training/juice/_index.md new file mode 100644 index 0000000..612b314 --- /dev/null +++ b/content/training/juice/_index.md @@ -0,0 +1,7 @@ ++++ +title = "Game Juice" +sort_by = "weight" + +[extra] +pos = [-700, 800] ++++ diff --git a/content/training/juice/idle-animations.md b/content/training/juice/idle-animations.md new file mode 100644 index 0000000..ae14be5 --- /dev/null +++ b/content/training/juice/idle-animations.md @@ -0,0 +1,4 @@ ++++ +title = "Idle Animations" +weight = 0 ++++ \ No newline at end of file diff --git a/content/training/juice/sound-effects.md b/content/training/juice/sound-effects.md new file mode 100644 index 0000000..a18ce14 --- /dev/null +++ b/content/training/juice/sound-effects.md @@ -0,0 +1,4 @@ ++++ +title = "Sound Effects" +weight = 2 ++++ \ No newline at end of file diff --git a/content/training/juice/visual-effects.md b/content/training/juice/visual-effects.md new file mode 100644 index 0000000..b74e37b --- /dev/null +++ b/content/training/juice/visual-effects.md @@ -0,0 +1,4 @@ ++++ +title = "Visual Effects" +weight = 1 ++++ \ No newline at end of file diff --git a/content/training/physics/_index.md b/content/training/physics/_index.md new file mode 100644 index 0000000..c9f9501 --- /dev/null +++ b/content/training/physics/_index.md @@ -0,0 +1,7 @@ ++++ +title = "Physics" +sort_by = "weight" + +[extra] +pos = [1500, 700] ++++ diff --git a/content/training/physics/avian.md b/content/training/physics/avian.md new file mode 100644 index 0000000..2f05a51 --- /dev/null +++ b/content/training/physics/avian.md @@ -0,0 +1,4 @@ ++++ +title = "Avian Physics" +weight = 2 ++++ \ No newline at end of file diff --git a/content/training/physics/basic.md b/content/training/physics/basic.md new file mode 100644 index 0000000..9022098 --- /dev/null +++ b/content/training/physics/basic.md @@ -0,0 +1,4 @@ ++++ +title = "Basic Physics" +weight = 1 ++++ \ No newline at end of file diff --git a/content/training/physics/collisions.md b/content/training/physics/collisions.md new file mode 100644 index 0000000..4970d32 --- /dev/null +++ b/content/training/physics/collisions.md @@ -0,0 +1,4 @@ ++++ +title = "Collisions" +weight = 0 ++++ \ No newline at end of file diff --git a/content/training/physics/rapier.md b/content/training/physics/rapier.md new file mode 100644 index 0000000..433339d --- /dev/null +++ b/content/training/physics/rapier.md @@ -0,0 +1,4 @@ ++++ +title = "Rapier" +weight = 3 ++++ \ No newline at end of file