Skip to content

Commit dcbc0e3

Browse files
Merge pull request #135 from ithinkandicode/cleanup-todos
Cleanup: Remove todos
2 parents 03cdf98 + 6d5ade4 commit dcbc0e3

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

addons/mod_loader/mod_data.gd

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,3 @@ func get_optional_mod_file_path(optional_file: int) -> String:
115115
optional_mod_files.OVERWRITES:
116116
return dir_path.plus_file("overwrites.gd")
117117
return ""
118-
119-
#func _to_string() -> String:
120-
# todo if we want it pretty printed
121-
122-

addons/mod_loader/mod_manifest.gd

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ func _init(manifest: Dictionary) -> void:
8282
if not validate_dependencies_and_incompatibilities(mod_id, dependencies, incompatibilities):
8383
return
8484

85-
# todo load file named icon.png when loading mods and use here
86-
# image StreamTexture
87-
8885

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

227224
return true
228-
229-
230-
#func _to_json() -> String:
231-
# return ""
232-

0 commit comments

Comments
 (0)