Skip to content

Commit 621fbfd

Browse files
committed
Fixed default quest icon misaligned issue
- updated icon name to "notes" - removed unused icon Ticket: https://dev.azure.com/TDEI-UW/TDEI/_workitems/edit/2034/
1 parent d84c9f7 commit 621fbfd

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)