forked from team-sg/hero-mark-2
piggy gore UwU
This commit is contained in:
parent
e1b5c498f3
commit
e6ed63dd60
2 changed files with 27 additions and 2 deletions
20
objects/enemy/gore_particle.tscn
Normal file
20
objects/enemy/gore_particle.tscn
Normal file
|
@ -0,0 +1,20 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://graphics/particles/blood.png" type="Texture" id=1]
|
||||
|
||||
[sub_resource type="PhysicsMaterial" id=4]
|
||||
bounce = 0.25
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=3]
|
||||
extents = Vector2( 1, 1 )
|
||||
|
||||
[node name="GoreParticle" type="RigidBody2D"]
|
||||
collision_layer = 16
|
||||
physics_material_override = SubResource( 4 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
scale = Vector2( 0.5, 0.5 )
|
||||
texture = ExtResource( 1 )
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource( 3 )
|
Loading…
Add table
Add a link
Reference in a new issue