Adding required nectar to game state
This commit is contained in:
parent
5865778c77
commit
0127257d05
3 changed files with 11 additions and 1 deletions
|
|
@ -104,7 +104,10 @@ polygon = PackedVector2Array(-18, -11, -6, -21, 17, -19, 23, 1, 3, 12, -18, 7)
|
|||
|
||||
[node name="CPUParticles2D" type="CPUParticles2D" parent="Polygon2D"]
|
||||
position = Vector2(0, 2.46663)
|
||||
lifetime_randomness = 0.33
|
||||
gravity = Vector2(0, 0)
|
||||
linear_accel_min = 5.0
|
||||
linear_accel_max = 10.0
|
||||
|
||||
[node name="Polygon2D" type="Polygon2D" parent="Polygon2D"]
|
||||
position = Vector2(-13.0817, -6.25862)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue