[gd_scene load_steps=5 format=3 uid="uid://b3llhcsie7y4u"] [ext_resource type="Texture2D" uid="uid://bknjh6k2ocrri" path="res://Sprites/hockey_player.png" id="1_dtrap"] [ext_resource type="Script" path="res://player.gd" id="1_gh3p0"] [sub_resource type="SpriteFrames" id="SpriteFrames_oslmh"] animations = [{ "frames": [{ "duration": 1.0, "texture": ExtResource("1_dtrap") }], "loop": true, "name": &"default", "speed": 5.0 }] [sub_resource type="RectangleShape2D" id="RectangleShape2D_exun0"] size = Vector2(42, 108) [node name="Player" type="Area2D"] process_physics_priority = 1 script = ExtResource("1_gh3p0") metadata/_edit_group_ = true [node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."] sprite_frames = SubResource("SpriteFrames_oslmh") [node name="CollisionShape2D" type="CollisionShape2D" parent="."] position = Vector2(-7, -6) shape = SubResource("RectangleShape2D_exun0")