Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: ✏️ Cleanup: Remove todos #135

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions addons/mod_loader/mod_data.gd
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,3 @@ func get_optional_mod_file_path(optional_file: int) -> String:
optional_mod_files.OVERWRITES:
return dir_path.plus_file("overwrites.gd")
return ""

#func _to_string() -> String:
# todo if we want it pretty printed


8 changes: 0 additions & 8 deletions addons/mod_loader/mod_manifest.gd
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ func _init(manifest: Dictionary) -> void:
if not validate_dependencies_and_incompatibilities(mod_id, dependencies, incompatibilities):
return

# todo load file named icon.png when loading mods and use here
# image StreamTexture


# Mod ID used in the mod loader
# Format: {namespace}-{name}
Expand Down Expand Up @@ -225,8 +222,3 @@ static func dict_has_fields(dict: Dictionary, required_fields: Array) -> bool:
return false

return true


#func _to_json() -> String:
# return ""