Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chevifier committed Feb 15, 2023
1 parent 470adca commit fc7b651
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 21 deletions.
9 changes: 9 additions & 0 deletions documentation/Quest_Manager_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ The 3 types of quest steps currently.
- #### INCREMENTAL_STEP = "incremental_step"

- #### ITEM_STEP = "item_step"

- #### TIMER_STEP = "timer_step"

### Variables

- `active_quest := ""` - Helper variable to assign a quest name
- `current_resource:QuestResource` -current loaded resource
- `player_quests :Dictionary= {}` - all player quests
- `counter := 0.0` -counter for tracking time

### Methods

Expand Down
21 changes: 0 additions & 21 deletions item.tscn

This file was deleted.

0 comments on commit fc7b651

Please sign in to comment.