Skip to content

Commit 12b36ca

Browse files
Update Readme.md
1 parent d3318d6 commit 12b36ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ This system adds **badge notifications** to UI elements in Unity, showing number
2323
To set a badge (e.g., shop):
2424
```csharp
2525
BadgeManager.Instance.SetBadge(BadgeID.Shop);
26-
26+
````
2727
To clear a badge (e.g., remove badge on shop):
2828
```csharp
2929
BadgeManager.Instance.ClearBadge(BadgeID.Shop);
30+
```
3031

3132
You can customize the system to support numerical notifications as well by modifying the BadgeType enum to include more types of badges.
3233

0 commit comments

Comments
 (0)