added the scrump

This commit is contained in:
pennyrigate 2023-02-20 00:16:24 -05:00
parent e5151c4a28
commit 5d7a5a1d29
9 changed files with 70 additions and 58 deletions

View file

@ -0,0 +1,11 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://objects/enemy/boss/boss1_projectile.gd" type="Script" id=1]
[node name="Boss1Projectile" type="Node2D"]
script = ExtResource( 1 )
[node name="ColorRect" type="ColorRect" parent="."]
margin_right = 8.0
margin_bottom = 8.0
color = Color( 1, 0, 0, 1 )