Add Frisbee Scene
This commit is contained in:
17
frisbee.tscn
Normal file
17
frisbee.tscn
Normal 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")
|
||||
Reference in New Issue
Block a user