This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
slavic-game-jam-2020/functional/ChargingStation.tscn

25 lines
654 B
Text

[gd_scene load_steps=5 format=2]
[ext_resource path="res://functional/ChargingStation.gd" type="Script" id=1]
[sub_resource type="BoxShape" id=1]
[sub_resource type="CubeMesh" id=2]
[sub_resource type="SphereShape" id=3]
radius = 3.0
[node name="ChargingStation" type="Area"]
script = ExtResource( 1 )
[node name="DetectionShape" type="CollisionShape" parent="."]
shape = SubResource( 1 )
[node name="MeshInstance" type="MeshInstance" parent="."]
mesh = SubResource( 2 )
material/0 = null
[node name="SlowChargingArea" type="Area" parent="."]
[node name="CollisionShape" type="CollisionShape" parent="SlowChargingArea"]
shape = SubResource( 3 )