forked from team-sg/hero-mark-2
added the scrump
This commit is contained in:
parent
e5151c4a28
commit
5d7a5a1d29
9 changed files with 70 additions and 58 deletions
11
objects/enemy/boss/boss1_projectile.tscn
Normal file
11
objects/enemy/boss/boss1_projectile.tscn
Normal 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 )
|
Loading…
Add table
Add a link
Reference in a new issue