Skip to content

Commit

Permalink
Updated internal docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoDeAndrade committed Mar 1, 2024
1 parent e308be7 commit a1803b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ To sidestep this issue, you have to follow some steps:
- how to use the singleton system in the OkapiKit
- how to keep a song playing throughout the game, even if it has multiple scenes
- how to use a button to change the music playing
- FuzzyAim:
- Demonstrate how to make a system for mouse aiming which is more precise the more time you press the fire button
- Uses paths in a creating way
- Alternate World:
- Demonstrates how to create an alternative world system, in which the player can't cross over if there will be a
collision

# Documentation

Expand Down
1 change: 1 addition & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- Follow path can now happen in normalized space, instead of constant speed
- Change transform action now can be scaled with time, can multiply/divide and can affect scaling as well as position
- Fixed bug with enums on editor
- Added snippets demonstrating a fuzzy aim system, and a alternate world game mechanic

## V1.13.0

Expand Down

0 comments on commit a1803b2

Please sign in to comment.