Skip to content

Commit

Permalink
Update plugin tutorial orders and titles
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpleAOB authored Sep 15, 2024
1 parent c7142ff commit 5edf30f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions content/plugin_tutorial/3rdparty_dependencies.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Third party dependencies
weight: 3
title: 5. Third party dependencies
weight: 5
author: Martinn
---

Expand Down
2 changes: 1 addition & 1 deletion content/plugin_tutorial/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Setup your installs
title: 1. Setup your installs
weight: 1
---

Expand Down
4 changes: 2 additions & 2 deletions content/plugin_tutorial/plugin_interface.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Plugin Interface
title: 4. Plugin Interface
weight: 4
author: ubelhj
---

This channel will go over creating a user-friendly interface. There's buttons, sliders, checkboxes, dropdowns, and all sorts of options. It also assumes you're using the template, as the template automatically includes the ImGui GUI library we'll be using. It also adds a file we'll be editing
This will go over creating a user-friendly interface. There's buttons, sliders, checkboxes, dropdowns, and all sorts of options. It also assumes you're using the template, as the template automatically includes the ImGui GUI library we'll be using. It also adds a file we'll be editing

Yet again we have the `CoolPlugin` from [Plugin Variables](/plugin_tutorial/plugin-variables) and we want to add a button to activate our cooler ball on top, a checkbox to enable cool, and a slider to choose the distance that the ball is placed from your car

Expand Down
2 changes: 1 addition & 1 deletion content/plugin_tutorial/plugin_variables.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Plugin Variables
title: 3. Plugin Variables
weight: 3
author: ubelhj
---
Expand Down
2 changes: 1 addition & 1 deletion content/plugin_tutorial/starting_a_plugin.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Starting a plugin
title: 2. Starting a plugin
weight: 2
author: ubelhj
---
Expand Down

0 comments on commit 5edf30f

Please sign in to comment.