17 lines
443 B
Text
17 lines
443 B
Text
[gd_scene load_steps=4 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]
|
|
|
|
[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
|