Tut18 Complete; hearts, shadows, etc.
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
[gd_scene load_steps=56 format=2]
|
||||
[gd_scene load_steps=57 format=2]
|
||||
|
||||
[ext_resource path="res://Player/Player.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Player/Player.png" type="Texture" id=2]
|
||||
[ext_resource path="res://Overlap/Hitbox.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://Player/SwordHitbox.gd" type="Script" id=4]
|
||||
[ext_resource path="res://Overlap/Hurtbox.tscn" type="PackedScene" id=5]
|
||||
[ext_resource path="res://Shadows/MediumShadow.png" type="Texture" id=6]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id=1]
|
||||
radius = 4.0
|
||||
@ -650,6 +651,10 @@ height = 6.0
|
||||
collision_layer = 2
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="ShadowSprite" type="Sprite" parent="."]
|
||||
position = Vector2( 0, 1 )
|
||||
texture = ExtResource( 6 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
position = Vector2( 0, -9 )
|
||||
texture = ExtResource( 2 )
|
||||
|
Reference in New Issue
Block a user