Basic Frisbee Holding
This commit is contained in:
@@ -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="."]
|
||||
|
||||
Reference in New Issue
Block a user