18 lines
509 B
Plaintext
18 lines
509 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://rxbg6txo6ra3"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dfjvvu4bnvjtn" path="res://textures/props/flower.png" id="1"]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="1"]
|
|
radius = 59.1005
|
|
height = 118.201
|
|
|
|
[node name="flower" type="StaticBody2D"]
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1")
|
|
offset = Vector2(-16.3217, -449.143)
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
rotation = 1.5708
|
|
shape = SubResource("1")
|