16 lines
541 B
Text
16 lines
541 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://functional/ChargingStation.gd" type="Script" id=1]
|
|
[ext_resource path="res://Assets/Static/Charger.fbx" type="PackedScene" id=2]
|
|
|
|
[sub_resource type="BoxShape" id=1]
|
|
extents = Vector3( 0.75, 0.3, 0.5 )
|
|
|
|
[node name="ChargingStation" type="Area"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="DetectionShape" type="CollisionShape" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.3, 0 )
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="Charger" parent="." instance=ExtResource( 2 )]
|