diff --git a/objects/enemy/squig.tscn b/objects/enemy/squig.tscn index cdf4082..1519004 100644 --- a/objects/enemy/squig.tscn +++ b/objects/enemy/squig.tscn @@ -1,9 +1,12 @@ -[gd_scene load_steps=8 format=2] +[gd_scene load_steps=9 format=2] [ext_resource path="res://objects/enemy/squig.gd" type="Script" id=1] [ext_resource path="res://graphics/enemy/squig.png" type="Texture" id=2] [ext_resource path="res://graphics/particles/dust.png" type="Texture" id=3] +[sub_resource type="Curve" id=6] +_data = [ Vector2( 0, 0.5 ), 0.0, 0.0, 0, 0, Vector2( 0.3, 1 ), 0.0, 0.0, 0, 0, Vector2( 0.541165, 1 ), 0.0, 0.0, 0, 0, Vector2( 1, 0 ), 0.0, 0.0, 0, 0 ] + [sub_resource type="RectangleShape2D" id=1] extents = Vector2( 2.5, 2.5 ) @@ -145,6 +148,7 @@ tracks/3/keys = { light_mask = 8 script = ExtResource( 1 ) damping = 0.5 +hitbox_clip = Rect2( 3.5, -1, 0, 9 ) [node name="InkParticles" type="CPUParticles2D" parent="."] position = Vector2( 3.5, 7 ) @@ -158,6 +162,10 @@ gravity = Vector2( 0, 0 ) initial_velocity = 8.0 initial_velocity_random = 0.5 damping = 4.0 +angle = 720.0 +angle_random = 1.0 +scale_amount = 1.5 +scale_amount_curve = SubResource( 6 ) color = Color( 0, 0, 0, 1 ) [node name="Sprite" type="Sprite" parent="."]