-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIK-255] Add custom item creation to novel builder (#126)
* Add scene conditions * add scenes conditions component * add condition edit modal * wip * add styles and fix scene selection * add inventory in novel state * create item list and item edit modal * add tooltip and fix styles in inventory item list * create item edit form * add item selection in condition * add item selection and lock by condition and/or scene * migration fron scene conditions to novel objectives * SuperFIX novel actions state * WIP general style fixing * add scenes and items in NovelActionForm * add items selection and lock by scene * add action selection in itemEditModal * Change itemEditModal styles * hot fixes * add objective selection by scene * Add custom items in interactor novel loader * hot fix inputs in item edit modal * add only scene visibility * Change some style details * FIX remove current item from the list in novelActionForm * WIP add warnings * change error messages and severities * hot fixes in errors displayer * hot fix item selection * add multiple usage actions for item action * Fix NovelAction import * Use single component for Scene selection, remove duplicated code * remove item selection from scene edit modal * create action edit modal, and remove action form from item edit * [HOT-FIX] scene selector in place edit modal * Fix styles in item edit modal and add scene selector for scene lock * remove unused code in novel actions form * add title in item edit modal * [HOT-FIX] change selectEditingAction in selectors * Fix inventory order, non-locked should be disabled * Remove deprecated field in novel builder * Fix typo * Fix inventory style for novel-only items --------- Co-authored-by: mikudev <[email protected]>
- Loading branch information
1 parent
c3da403
commit 90d2221
Showing
45 changed files
with
2,760 additions
and
485 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ node_modules | |
dist | ||
_temp | ||
db | ||
!db/assets/RenPyExport.zip | ||
!db/assets/RenPyExport.zip | ||
!db/assets/add_item.jpg |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.