15 lines
496 B
Plaintext
15 lines
496 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://chjw20nw0dpuf"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bjsdt8s5iep2v" path="res://assets/Textures/WaterWell.png" id="1_tanvq"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_tmbtx"]
|
|
radius = 139.517
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D"]
|
|
|
|
[node name="WaterWell" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_tanvq")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_tmbtx")
|