famira is more or less finished? :)
This commit is contained in:
parent
1fd71f48ec
commit
72f84c88a5
11 changed files with 38 additions and 2 deletions
|
@ -32,6 +32,7 @@
|
|||
[ext_resource path="res://graphics/enemy/boss/fami_parts/hand.png" type="Texture" id=30]
|
||||
[ext_resource path="res://graphics/enemy/boss/fami_parts/arm_segment.png" type="Texture" id=31]
|
||||
[ext_resource path="res://graphics/enemy/boss/fami_parts/foot.png" type="Texture" id=32]
|
||||
[ext_resource path="res://graphics/enemy/boss/fami_parts/arm_segment_border.png" type="Texture" id=33]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=11]
|
||||
extents = Vector2( 28, 64 )
|
||||
|
@ -4040,7 +4041,7 @@ show_behind_parent = true
|
|||
light_mask = 33
|
||||
use_parent_material = true
|
||||
script = ExtResource( 12 )
|
||||
texture = ExtResource( 16 )
|
||||
texture = ExtResource( 33 )
|
||||
segments = 6
|
||||
target = NodePath("../HandBack")
|
||||
|
||||
|
@ -4072,7 +4073,7 @@ show_behind_parent = true
|
|||
light_mask = 33
|
||||
use_parent_material = true
|
||||
script = ExtResource( 12 )
|
||||
texture = ExtResource( 16 )
|
||||
texture = ExtResource( 33 )
|
||||
segments = 6
|
||||
target = NodePath("../HandFront")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue