mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-27 22:41:56 +08:00
19 lines
656 B
Plaintext
19 lines
656 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://cxcvc1rjvm8i2"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/Statemachine/ItemDropped.gd" id="1_v2djl"]
|
|
[ext_resource type="Texture2D" uid="uid://bks8jmctleina" path="res://resources/items/baseball.svg" id="2_4hl42"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_7lt1c"]
|
|
radius = 7.0
|
|
|
|
[node name="ItemDropped" type="RigidBody2D"]
|
|
script = ExtResource("1_v2djl")
|
|
|
|
[node name="texture" type="Sprite2D" parent="."]
|
|
unique_name_in_owner = true
|
|
scale = Vector2(0.25, 0.25)
|
|
texture = ExtResource("2_4hl42")
|
|
|
|
[node name="hitbox" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_7lt1c")
|