Basic Frisbee Holding

This commit is contained in:
2023-06-03 17:04:07 -04:00
parent 95e87fd140
commit 2399a5405e
3 changed files with 21 additions and 5 deletions

View File

@@ -3,13 +3,14 @@
[ext_resource type="Texture2D" uid="uid://ch4qfmxc1ce3u" path="res://art/Frisbee.png" id="1_lxkb1"]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_8orvs"]
radius = 5.0
height = 16.0
radius = 2.0
height = 8.0
[node name="Frisbee" type="RigidBody2D"]
[node name="Frisbee" type="CharacterBody2D"]
[node name="FrisbeeSprite" type="Sprite2D" parent="."]
texture_filter = 1
scale = Vector2(0.5, 0.5)
texture = ExtResource("1_lxkb1")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]