Basic dialogue components
This commit is contained in:
parent
441b8e1ea2
commit
3cbdc58a72
8 changed files with 60 additions and 0 deletions
7
scripts/resources/dialogue/branching_resource.gd
Normal file
7
scripts/resources/dialogue/branching_resource.gd
Normal file
|
@ -0,0 +1,7 @@
|
|||
@tool
|
||||
extends Resource
|
||||
|
||||
class_name BranchingResource
|
||||
|
||||
func get_next() -> Variant:
|
||||
return null
|
Loading…
Add table
Add a link
Reference in a new issue