Update enemy.tscn
This commit is contained in:
parent
72f796e5c9
commit
f64f56e88c
@ -377,7 +377,6 @@ radius = 16.0
|
|||||||
height = 72.0
|
height = 72.0
|
||||||
|
|
||||||
[node name="Enemy" type="CharacterBody2D"]
|
[node name="Enemy" type="CharacterBody2D"]
|
||||||
position = Vector2(10, 10)
|
|
||||||
collision_layer = 5
|
collision_layer = 5
|
||||||
collision_mask = 5
|
collision_mask = 5
|
||||||
script = ExtResource("1_xj62t")
|
script = ExtResource("1_xj62t")
|
||||||
@ -392,6 +391,7 @@ flip_h = true
|
|||||||
autostart = true
|
autostart = true
|
||||||
|
|
||||||
[node name="LvlUp" type="CPUParticles2D" parent="."]
|
[node name="LvlUp" type="CPUParticles2D" parent="."]
|
||||||
|
modulate = Color(0.701961, 0.6, 0.133333, 1)
|
||||||
emitting = false
|
emitting = false
|
||||||
amount = 14
|
amount = 14
|
||||||
one_shot = true
|
one_shot = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user