Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ashifolfi authored Oct 8, 2023
1 parent 06e4b25 commit 89b90b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ More are being worked on for future updates!

## Installation
To install the addon currently, download the repository as a zip file and copy the following folders to your project:
- `script-templates/`
- `script_templates/`
- `addons/`

This will install all the required addon files alongside the script template for quickly creating new commands.
Expand Down Expand Up @@ -44,4 +44,4 @@ func process_event() -> void:
event_command_index += 1
```

The benefits of this system are that you can call for wait periods between dialog or animations without needing much extra logic, only needing to setup the command to not return greater than 0 until your timer ends.
The benefits of this system are that you can call for wait periods between dialog or animations without needing much extra logic, only needing to setup the command to not return greater than 0 until your timer ends.

0 comments on commit 89b90b6

Please sign in to comment.