diff options
| author | freddie-a <57713959+freddie-a@users.noreply.github.com> | 2022-10-30 03:51:56 +0000 |
|---|---|---|
| committer | freddie-a <57713959+freddie-a@users.noreply.github.com> | 2022-10-30 03:51:56 +0000 |
| commit | 4411dbf949033121e2baa25d75a7fab955098639 (patch) | |
| tree | 9f2234fb1eaf6217ebb7fd55cb6984e7a51749b1 | |
| parent | 6c4e9dd16416fc7d0af6dff2a434e03086893f7c (diff) | |
Remove unneeded visibility notifier
| -rw-r--r-- | Enemy0.tscn | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Enemy0.tscn b/Enemy0.tscn index 225f15c..d888b8f 100644 --- a/Enemy0.tscn +++ b/Enemy0.tscn @@ -11,8 +11,6 @@ position = Vector2( 7.62939e-06, 3.8147e-06 ) scale = Vector2( 0.1, 0.1 ) texture = ExtResource( 1 ) -[node name="VisibilityNotifier2D" type="VisibilityNotifier2D" parent="."] - [node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."] position = Vector2( 1.52588e-05, -9.53674e-07 ) scale = Vector2( 0.1, 0.1 ) |
