Tut18 Complete; hearts, shadows, etc.

This commit is contained in:
Alan Youngblood
2024-11-26 09:23:20 -05:00
parent 7713127e27
commit 54f9772836
9 changed files with 80 additions and 16 deletions

View File

@ -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 )