File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed
Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- extends Object
1+ extends Reference
22
33const jump_error = "Executer::do_execute_jump, can not jump to unknow label : "
44
Original file line number Diff line number Diff line change 1- extends Object
1+ extends Reference
22
33# this code base on code from:
44# https://github.com/nathanhoad/godot_dialogue_manager
Original file line number Diff line number Diff line change 1- extends Node
1+ extends Reference
22
33var save_folder_path :String
44
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ extends EditorPlugin
44
55func _enter_tree ():
66 # Initialization of the plugin goes here
7- add_autoload_singleton ("Rakugo" , "res://addons/Rakugo/Rakugo.tscn " )
7+ add_autoload_singleton ("Rakugo" , "res://addons/Rakugo/Rakugo.gd " )
88
99 # TODO look if setting are saved and load them
1010
Original file line number Diff line number Diff line change @@ -32,17 +32,16 @@ _global_script_class_icons={
3232
3333[addons ]
3434
35- rakugo/spaghetti ="bolognaise"
3635rakugo/force_reload =false
3736rakugo/auto_mode_delay =3
3837rakugo/skip_delay =0.5
3938rakugo/rollback_steps =10
39+ rakugo/test_mode =false
4040rakugo/game_version ="1.0.0"
4141rakugo/history_length =30
4242rakugo/narrator/name ="narrator"
4343rakugo/debug =false
4444rakugo/save_folder ="user://saves"
45- rakugo/test_mode =false
4645
4746[application ]
4847
@@ -52,7 +51,7 @@ config/icon="res://icon.png"
5251
5352[autoload ]
5453
55- Rakugo ="*res://addons/Rakugo/Rakugo.tscn "
54+ Rakugo ="*res://addons/Rakugo/Rakugo.gd "
5655
5756[debug ]
5857
You can’t perform that action at this time.
0 commit comments