You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ pod try Magnetic
17
17
18
18
---
19
19
20
-
## ✨ Features
20
+
## Features
21
21
22
22
- Add/remove nodes dynamically
23
23
- Smooth selection/deselection/removal animations
@@ -27,7 +27,7 @@ pod try Magnetic
27
27
28
28
---
29
29
30
-
## 📋 Requirements
30
+
## Requirements
31
31
32
32
| Version | iOS | Swift |
33
33
|----------------|------------|----------|
@@ -38,7 +38,7 @@ pod try Magnetic
38
38
39
39
---
40
40
41
-
## 🚀 Usage
41
+
## Usage
42
42
43
43
`Magnetic` is an [`SKScene`](https://developer.apple.com/documentation/spritekit/skscene) subclass that is presented from an [`SKView`](https://developer.apple.com/documentation/spritekit/skview).
44
44
@@ -58,7 +58,7 @@ class ViewController: UIViewController {
58
58
}
59
59
```
60
60
61
-
### 🧠 Properties
61
+
### Properties
62
62
63
63
```swift
64
64
var magneticDelegate: MagneticDelegate?// Delegate
@@ -68,11 +68,11 @@ var selectedChildren: [Node] // Currently selected nodes
0 commit comments