Skip to content

Commit 22abe66

Browse files
committed
more configs
1 parent 6f22d6b commit 22abe66

5 files changed

+44
-0
lines changed

astro.config.mjs

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ export default defineConfig({
4444
{ label: 'Introduction to FlowPilot', link: '/guides/introductiontoflowpilot/' },
4545
{ label: 'New FlowPilot Assets', link: '/guides/newflowpilotassets/' },
4646
{ label: 'FlowPilot Editor', link: '/guides/flowpiloteditor/' },
47+
{ label: 'FlowPilot Editor Settings', link: '/guides/flowpiloteditorsettings/' },
48+
{ label: 'FlowPilot Project Settings', link: '/guides/flowpilotprojectsettings/' },
4749
// { label: 'Fixing The Demo Level', link: '/guides/fixingthedemolevel/' },
4850
]
4951
}, {

src/assets/editor_settings.png

9.9 KB
Loading

src/assets/project_settings.png

44.4 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: FlowPilot Editor Settings
3+
description: FlowPilot Editor Settings
4+
---
5+
6+
import { Image } from 'astro:assets';
7+
8+
import editor_settings from '../../../assets/editor_settings.png';
9+
10+
import { Steps } from '@astrojs/starlight/components';
11+
12+
## General - Editor Settings
13+
14+
Editor settings are located in menu `Edit` > `Editor Preferences..` > `FlowPilot`
15+
16+
<Image src={editor_settings} alt="editor_settings" />
17+
18+
| Name | Description |
19+
| -- | -- |
20+
| Override Description with Parent Task | Developer Setting to verify Parent-Child Task relationship. |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: FlowPilot Editor Settings
3+
description: FlowPilot Editor Settings
4+
---
5+
6+
import { Image } from 'astro:assets';
7+
8+
import project_settings from '../../../assets/project_settings.png';
9+
10+
import { Steps } from '@astrojs/starlight/components';
11+
12+
## Editor - FlowPilot
13+
14+
Editor settings are located in menu `Edit` > `Project Settings` > `FlowPilot`
15+
16+
<Image src={project_settings} alt="project_settings" />
17+
18+
#### Performance
19+
This section allows you to configure a couple of performance related options, such as changing when FlowPilotComponent ticks, among others.
20+
21+
#### Debug
22+
This section helps you customize in game debug.

0 commit comments

Comments
 (0)