Skip to content

Commit 2b5a2be

Browse files
committed
1
1 parent 084253d commit 2b5a2be

4 files changed

Lines changed: 24 additions & 2 deletions

File tree

docs/website/custom-addon.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
slug: /custom-addon
3+
title: Custom Addon
4+
hide_table_of_contents: false
5+
---
6+
7+
# 02Engine Custom Default Project
8+
You can install a custom addon for 02Engine by clicking `Addon->选择文件夹` to install a folder or `Addon->导入Zip` to install a Zip.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
slug: /custom-default-project
3+
title: Custom Default Project
4+
hide_table_of_contents: false
5+
---
6+
7+
# 02Engine Custom Default Project
8+
You can set a custom default project for 02Engine.
9+
10+
Open a project in 02Engine and click `Settings->Set as Default Project` to set it as your custom default project.
11+
12+
You can restore the default project by clicking `Settings->Restore To Original Default Project`.

docs/website/settings/custom-fps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hide_table_of_contents: true
55

66
# 60 FPS (Custom FPS)
77

8-
A custom FPS (frames per second) changes how often scripts are run every second. Most often this is changed to 60 FPS, but any value between 1 and 250 is possible.
8+
A custom FPS (frames per second) changes how often scripts are run every second. Most often this is changed to 60 FPS, but any value bigger than 0 is possible.
99

1010
A value of 0 will make the project run at the same framerate as the screen instead of a set interval. This also means that the project's scripts may stop running when the project's tab is hidden.
1111

sidebars.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ module.exports = {
77
collapsed: false,
88
items: [
99
'website/direct-javascript-coding',
10-
'website/opf'
10+
'website/opf',
11+
'website/custom-default-project',
12+
'website/custom-addon'
1113
]
1214
},
1315
'website/unshared-projects',

0 commit comments

Comments
 (0)