mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 19:05:54 +00:00
New cirno sprites
This commit is contained in:
parent
661733f5b9
commit
5382a4953d
9 changed files with 78 additions and 5 deletions
|
|
@ -52,7 +52,6 @@ public partial class Barrel : Area2D, IDestructible
|
|||
private void CreateParticles()
|
||||
{
|
||||
if (ExplosionParticles == null) {
|
||||
GD.PushWarning("Object has no particles associated");
|
||||
return;
|
||||
}
|
||||
var particle = this.CreateSibling<GpuParticles2D>(ExplosionParticles);
|
||||
|
|
|
|||
|
|
@ -258,7 +258,7 @@ monitoring = false
|
|||
monitorable = false
|
||||
script = ExtResource("29_pvkri")
|
||||
_trackName = "Rumia_Intro"
|
||||
_dialogueEndActivationTargets = []
|
||||
_dialogueEndActivationTargets = [NodePath("../Rumia")]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="RumiaDialogueStarter"]
|
||||
shape = SubResource("CircleShape2D_l22r0")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue