Skip to content

Commit

Permalink
Fix a number of minor issues, refactor InkPlayer and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ephread committed Dec 26, 2021
1 parent 00965d3 commit 7b6670f
Show file tree
Hide file tree
Showing 21 changed files with 870 additions and 297 deletions.
4 changes: 4 additions & 0 deletions .inkgd_ink.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ stories=[ {
"source_file_path": "res://examples/ink/not_a_halloween_game/not_a_halloween_game.ink",
"target_file_path": "res://examples/ink/not_a_halloween_game/not_a_halloween_game.ink.json",
"watched_folder_path": "res://examples/ink/not_a_halloween_game"
}, {
"source_file_path": "res://examples/ink/crime_scene/crime_scene.ink",
"target_file_path": "res://examples/ink/crime_scene/crime_scene.ink.json",
"watched_folder_path": "res://examples/ink/crime_scene"
} ]

[format]
Expand Down
2 changes: 1 addition & 1 deletion addons/inkgd/editor/ink_editor_plugin.gd
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func _exit_tree():
_remove_autoloads()
_remove_templates()

remove_custom_type("InkNode")
remove_custom_type("InkPlayer")

func build():
if _configuration.compilation_mode == InkConfiguration.BuildMode.DURING_BUILD:
Expand Down
Loading

0 comments on commit 7b6670f

Please sign in to comment.