17 lines
542 B
Plaintext
17 lines
542 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dajqv2v0slmvn"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://oxaew3t4pevy" path="res://assets/Textures/Kaktus.png" id="1_jsmpf"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_argff"]
|
|
radius = 36.0139
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D"]
|
|
|
|
[node name="Kaktus" type="Sprite2D" parent="."]
|
|
scale = Vector2(0.2, 0.2)
|
|
texture = ExtResource("1_jsmpf")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(-11, 1)
|
|
shape = SubResource("CircleShape2D_argff")
|