51 lines
2.1 KiB
Plaintext
51 lines
2.1 KiB
Plaintext
[gd_scene format=3 uid="uid://cxbu51aedxg3c"]
|
|
|
|
[ext_resource type="Script" uid="uid://bpyti0u3ig8rs" path="res://scripts/court.gd" id="1_ih5bv"]
|
|
[ext_resource type="Texture2D" uid="uid://qq1gvnw7an1s" path="res://assets/court/court-lines.png" id="2_ih5bv"]
|
|
|
|
[sub_resource type="NavigationPolygon" id="NavigationPolygon_klx28"]
|
|
vertices = PackedVector2Array(1500, 1400, 10, 1400, 10, 10, 1500, 10)
|
|
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3)])
|
|
outlines = Array[PackedVector2Array]([PackedVector2Array(0, 0, 1510, 0, 1510, 1410, 0, 1410)])
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ih5bv"]
|
|
size = Vector2(490, 585)
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_ih5bv"]
|
|
radius = 675.0
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_acrlw"]
|
|
size = Vector2(1350, 157.5)
|
|
|
|
[node name="Court" type="Node2D" unique_id=1870443472]
|
|
script = ExtResource("1_ih5bv")
|
|
|
|
[node name="CourtLines" type="Sprite2D" parent="." unique_id=401540171]
|
|
modulate = Color(1, 1, 1, 0.4627451)
|
|
texture = ExtResource("2_ih5bv")
|
|
centered = false
|
|
|
|
[node name="NavigationRegion2D" type="NavigationRegion2D" parent="." unique_id=1617904918]
|
|
navigation_polygon = SubResource("NavigationPolygon_klx28")
|
|
|
|
[node name="KeyArea" type="Area2D" parent="." unique_id=538903225]
|
|
unique_name_in_owner = true
|
|
position = Vector2(755, 292)
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="KeyArea" unique_id=1398173864]
|
|
shape = SubResource("RectangleShape2D_ih5bv")
|
|
debug_color = Color(1, 1, 0, 0.41960785)
|
|
|
|
[node name="TwoPointArea" type="Area2D" parent="." unique_id=1591376341]
|
|
unique_name_in_owner = true
|
|
position = Vector2(760, 162.5)
|
|
|
|
[node name="TwoPointArc" type="CollisionShape2D" parent="TwoPointArea" unique_id=704197509]
|
|
shape = SubResource("CircleShape2D_ih5bv")
|
|
debug_color = Color(0.9843137, 0.35686275, 0.49019608, 0.41960785)
|
|
|
|
[node name="TwoPointBox" type="CollisionShape2D" parent="TwoPointArea" unique_id=1263644238]
|
|
position = Vector2(0, -78.75)
|
|
shape = SubResource("RectangleShape2D_acrlw")
|
|
debug_color = Color(0.9843137, 0.35686275, 0.49019608, 0.41960785)
|