diff --git a/content/training/ECS/events.md b/content/training/ECS/events.md index 436ae8e..d8fbe22 100644 --- a/content/training/ECS/events.md +++ b/content/training/ECS/events.md @@ -1,4 +1,4 @@ +++ title = "Events" -weight = 10 +weight = 11 +++ \ No newline at end of file diff --git a/content/training/ECS/exclusive-systems.md b/content/training/ECS/exclusive-systems.md index a35c91a..04a0828 100644 --- a/content/training/ECS/exclusive-systems.md +++ b/content/training/ECS/exclusive-systems.md @@ -1,4 +1,4 @@ +++ title = "Exclusive Systems" -weight = 8 +weight = 9 +++ \ No newline at end of file diff --git a/content/training/ECS/hooks.md b/content/training/ECS/hooks.md index c4df982..0a51005 100644 --- a/content/training/ECS/hooks.md +++ b/content/training/ECS/hooks.md @@ -1,4 +1,4 @@ +++ title = "Hooks" -weight = 11 +weight = 12 +++ \ No newline at end of file diff --git a/content/training/ECS/non-send-resources.md b/content/training/ECS/non-send-resources.md index 3d45835..67a0554 100644 --- a/content/training/ECS/non-send-resources.md +++ b/content/training/ECS/non-send-resources.md @@ -1,4 +1,4 @@ +++ title = "Non Send Resources" -weight = 9 +weight = 10 +++ \ No newline at end of file diff --git a/content/training/ECS/observers.md b/content/training/ECS/observers.md index 92f0896..c062d43 100644 --- a/content/training/ECS/observers.md +++ b/content/training/ECS/observers.md @@ -1,4 +1,4 @@ +++ title = "Observers" -weight = 12 +weight = 13 +++ \ No newline at end of file diff --git a/content/training/ECS/run-conditions.md b/content/training/ECS/run-conditions.md new file mode 100644 index 0000000..d28d703 --- /dev/null +++ b/content/training/ECS/run-conditions.md @@ -0,0 +1,4 @@ ++++ +title = "Run Conditions" +weight = 8 ++++ \ No newline at end of file diff --git a/content/training/game-logic/real-time.md b/content/training/game-logic/real-time.md deleted file mode 100644 index 51ab9c2..0000000 --- a/content/training/game-logic/real-time.md +++ /dev/null @@ -1,4 +0,0 @@ -+++ -title = "Real Time" -weight = 2 -+++ \ No newline at end of file diff --git a/content/training/game-logic/time.md b/content/training/game-logic/time.md new file mode 100644 index 0000000..96d7859 --- /dev/null +++ b/content/training/game-logic/time.md @@ -0,0 +1,4 @@ ++++ +title = "Time" +weight = 2 ++++ \ No newline at end of file diff --git a/graph-ui/tailwind.config.ts b/graph-ui/tailwind.config.ts index a25f768..c585db6 100644 --- a/graph-ui/tailwind.config.ts +++ b/graph-ui/tailwind.config.ts @@ -29,6 +29,7 @@ const config: Config = { "h-[720px]", "h-[780px]", "h-[840px]", + "h-[900px]", "w-[240px]", "w-[440px]", ],