24 lines
959 B
Plaintext
24 lines
959 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://d324mlmgls4fs"]
|
|
|
|
[ext_resource type="Script" uid="uid://bsrn3gd2a532q" path="res://entities/interactables/machines/recharge_station/scripts/recharge_station.gd" id="1_2ffjo"]
|
|
[ext_resource type="Texture2D" uid="uid://c82ljr3in67am" path="res://entities/interactables/machines/recharge_station/assets/sprites/recharge_station.svg" id="2_58ax0"]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_bjhct"]
|
|
radius = 15.0
|
|
height = 72.0
|
|
|
|
[node name="RechargeStation" type="Area2D"]
|
|
modulate = Color(0.615686, 0.501961, 0.270588, 1)
|
|
script = ExtResource("1_2ffjo")
|
|
metadata/_custom_type_script = "uid://dyprcd68fjstf"
|
|
|
|
[node name="RechargeStation" type="Sprite2D" parent="."]
|
|
position = Vector2(0, -17)
|
|
scale = Vector2(0.3, 0.3)
|
|
texture = ExtResource("2_58ax0")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(1, -1)
|
|
rotation = -1.5708
|
|
shape = SubResource("CapsuleShape2D_bjhct")
|