2026-02-11 03:01:44 +00:00
|
|
|
[gd_scene format=3 uid="uid://cxbu51aedxg3c"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://bpyti0u3ig8rs" path="res://scripts/court.gd" id="1_ih5bv"]
|
2026-02-11 17:03:15 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://cf4vy3j12ydus" path="res://assets/court/half-court-custom.png" id="2_ih5bv"]
|
2026-02-11 03:01:44 +00:00
|
|
|
|
|
|
|
|
[sub_resource type="NavigationPolygon" id="NavigationPolygon_klx28"]
|
2026-02-11 17:03:15 +00:00
|
|
|
vertices = PackedVector2Array(1500, 1400, 10, 1400, 10, 10, 1500, 10)
|
2026-02-11 03:01:44 +00:00
|
|
|
polygons = Array[PackedInt32Array]([PackedInt32Array(0, 1, 2, 3)])
|
2026-02-11 17:03:15 +00:00
|
|
|
outlines = Array[PackedVector2Array]([PackedVector2Array(0, 0, 1510, 0, 1510, 1410, 0, 1410)])
|
2026-02-11 03:01:44 +00:00
|
|
|
|
|
|
|
|
[node name="Court" type="Node2D" unique_id=1870443472]
|
|
|
|
|
script = ExtResource("1_ih5bv")
|
|
|
|
|
|
|
|
|
|
[node name="CourtSprite" type="Sprite2D" parent="." unique_id=401540171]
|
|
|
|
|
modulate = Color(1, 1, 1, 0.4627451)
|
2026-02-11 17:03:15 +00:00
|
|
|
texture = ExtResource("2_ih5bv")
|
2026-02-11 03:01:44 +00:00
|
|
|
centered = false
|
|
|
|
|
|
|
|
|
|
[node name="NavigationRegion2D" type="NavigationRegion2D" parent="." unique_id=1617904918]
|
|
|
|
|
navigation_polygon = SubResource("NavigationPolygon_klx28")
|