This repository has been archived on 2025-01-05. You can view files and clone it, but cannot push or open issues or pull requests.
2020-05-09 12:45:05 +02:00

23 lines
738 B
Plaintext

[gd_scene load_steps=5 format=2]
[ext_resource path="res://Material/hex.dae" type="PackedScene" id=1]
[ext_resource path="res://Scenes/Matchmaking/Game/Map/Hex.gd" type="Script" id=2]
[sub_resource type="SpatialMaterial" id=1]
albedo_color = Color( 0, 0.27451, 1, 1 )
[sub_resource type="CylinderShape" id=2]
radius = 0.986306
[node name="Hex" instance=ExtResource( 1 )]
script = ExtResource( 2 )
[node name="Cylinder" parent="." index="0"]
material/0 = SubResource( 1 )
[node name="Area" type="Area" parent="Cylinder" index="0"]
[node name="CollisionShape" type="CollisionShape" parent="Cylinder/Area" index="0"]
shape = SubResource( 2 )
[connection signal="input_event" from="Cylinder/Area" to="." method="_on_Area_input_event"]