Skip to content

Commit

Permalink
Update whole website
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Aug 16, 2023
1 parent 7a7c372 commit acf5526
Show file tree
Hide file tree
Showing 5 changed files with 249 additions and 248 deletions.
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Choose what api you need or click next to get send to the first api page

- [Setting up](#setting-up)
- [Api](wiki/api.md)
- [Color Api](wiki/color_api.md)
- [Font Api](wiki/fonts.md)
- [Key Api](wiki/keys.md)
- [Api](<https://dimkauzh.github.io/fusion-engine/docs/wiki/api.html>)
- [Color Api](<https://dimkauzh.github.io/fusion-engine/docs/wiki/color_api.html>)
- [Font Api](<https://dimkauzh.github.io/fusion-engine/docs/wiki/fonts.html>)
- [Key Api](<https://dimkauzh.github.io/fusion-engine/docs/wiki/keys.html>)


## 💻 Setting up
Expand All @@ -28,4 +28,4 @@ And after that you need to create a object of our engine to run functions of it:
main = engine.Main()
```

[Next](api.md)
[Next](<https://dimkauzh.github.io/fusion-engine/docs/wiki/api.html>)
4 changes: 2 additions & 2 deletions docs/wiki/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,5 @@ main.ui.text.print_text(window, "Your text", 10, 10, "Arial", 20, main.color.WHI

The quitting of the engine is done automaticly for you, so you dont have to worry about it.

[Back](wiki.md)
[Next](color_api.md)
[Back](https://dimkauzh.github.io/fusion-engine/docs/index.html)
[Next](<https://dimkauzh.github.io/fusion-engine/docs/wiki/color_api.html>)
4 changes: 2 additions & 2 deletions docs/wiki/color_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ If you want your own color, you just give your function a tuple argument with RG
```python
main.draw.drawRect(window, 100, 100, 400, 400, (255, 255, 255, 0))
```
[Back](api.md)
[Next](keys.md)
[Back](<https://dimkauzh.github.io/fusion-engine/docs/wiki/api.html>)
[Next](<https://dimkauzh.github.io/fusion-engine/docs/wiki/fonts.html>)
4 changes: 3 additions & 1 deletion docs/wiki/fonts.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ main.fonts.SAIRACONDENSED_EXTRABOLD
```

There will be more fonts available in the future.
[Back](keys.md)

[Next](<https://dimkauzh.github.io/fusion-engine/docs/wiki/keys.html>)
[Back](<https://dimkauzh.github.io/fusion-engine/docs/wiki/color_api.html>)
Loading

0 comments on commit acf5526

Please sign in to comment.