Started quest system
This commit is contained in:
@@ -5,14 +5,7 @@ const CutsceneConcurrentEvent = preload("res://scripts/Cutscene/Event/CutsceneCo
|
||||
const CutsceneIfEvent = preload("res://scripts/Cutscene/Event/CutsceneIfEvent.gd");
|
||||
const CutsceneWhileEvent = preload("res://scripts/Cutscene/Event/CutsceneWhileEvent.gd");
|
||||
|
||||
func testIf() -> bool:
|
||||
print("Test if");
|
||||
return true;
|
||||
|
||||
func setupCutscene() -> void:
|
||||
add([
|
||||
CutsceneWhileEvent.new(testIf,[
|
||||
CutscenePrintEvent.new("While")
|
||||
]),
|
||||
]);
|
||||
pass
|
||||
|
Reference in New Issue
Block a user