Add Frisbee Scene

This commit is contained in:
2023-06-03 16:14:43 -04:00
parent 2ee4cc3211
commit 17c0860293
6 changed files with 51 additions and 0 deletions

17
frisbee.tscn Normal file
View File

@@ -0,0 +1,17 @@
[gd_scene load_steps=3 format=3 uid="uid://mbobn6cawlkj"]
[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
[node name="Frisbee" type="RigidBody2D"]
[node name="FrisbeeSprite" type="Sprite2D" parent="."]
texture_filter = 1
texture = ExtResource("1_lxkb1")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
rotation = 1.5708
shape = SubResource("CapsuleShape2D_8orvs")