Skip to content

Commit e1ad7d4

Browse files
authored
Merge pull request #268 from TaskarCenterAtUW/bug-2034-Default-quest-icon-misaligned
Fixed default quest icon misaligned issue
2 parents d84c9f7 + 621fbfd commit e1ad7d4

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

GoInfoGame/GoInfoGame/Assets.xcassets/Quests/other_element.imageset/Contents.json

Lines changed: 0 additions & 21 deletions
This file was deleted.
Binary file not shown.

GoInfoGame/GoInfoGame/quests/LongQuests/Classes/LongElementQuest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class LongElementQuest: QuestBase, Quest {
2727
case "kerb":
2828
return UIImage(named: "kerb_type")!
2929
default:
30-
return UIImage(named: "other_element")!
30+
return UIImage(named: "notes")!
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)