Fireparticle added

This commit is contained in:
Jan Schuffenhauer
2020-04-19 17:49:00 +02:00
parent 0fc4fbeab6
commit 9799fdde04
3 changed files with 37 additions and 1 deletions

View File

@@ -1,8 +1,9 @@
[gd_scene load_steps=5 format=2]
[gd_scene load_steps=6 format=2]
[ext_resource path="res://Overlap/HurtHit_Box/Hurtbox.tscn" type="PackedScene" id=1]
[ext_resource path="res://testSprites/fackel.png" type="Texture" id=2]
[ext_resource path="res://Objects/Torch/Torch.gd" type="Script" id=3]
[ext_resource path="res://Effects/Fire/FireEffect.tscn" type="PackedScene" id=4]
[sub_resource type="CapsuleShape2D" id=1]
radius = 8.0
@@ -11,6 +12,9 @@ height = 12.0
[node name="Torch" type="StaticBody2D"]
script = ExtResource( 3 )
[node name="FireEffect" parent="." instance=ExtResource( 4 )]
position = Vector2( 1.88936, -12.4698 )
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 0, -8 )
texture = ExtResource( 2 )