19 lines
558 B
Plaintext
19 lines
558 B
Plaintext
[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 = 2.0
|
|
height = 8.0
|
|
|
|
[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="."]
|
|
rotation = 1.5708
|
|
shape = SubResource("CapsuleShape2D_8orvs")
|