70 lines
3.1 KiB
Plaintext
70 lines
3.1 KiB
Plaintext
[gd_scene format=3 uid="uid://bhn3vm462n1rv"]
|
|
|
|
[ext_resource type="Script" uid="uid://0xvlu81d8a01" path="res://scripts/game_manager.gd" id="1_7jktm"]
|
|
[ext_resource type="PackedScene" uid="uid://cxbu51aedxg3c" path="res://scenes/court.tscn" id="1_e2o6t"]
|
|
[ext_resource type="PackedScene" uid="uid://i0ijmmchb3s1" path="res://scenes/hoop.tscn" id="4_215e1"]
|
|
[ext_resource type="PackedScene" uid="uid://b7js4xq85ajf7" path="res://teams/orange_team.tscn" id="6_eow3j"]
|
|
[ext_resource type="PackedScene" uid="uid://dndfw477wwjog" path="res://teams/blue_team.tscn" id="6_j5wjh"]
|
|
[ext_resource type="PackedScene" uid="uid://cbqaj6trvqat0" path="res://scenes/ball.tscn" id="6_ryrav"]
|
|
[ext_resource type="PackedScene" uid="uid://jbmh0ufhsbng" path="res://scenes/debug/debug_container.tscn" id="7_u5sy4"]
|
|
[ext_resource type="PackedScene" uid="uid://b4qlhcnyklahj" path="res://scenes/debug/debug_object.tscn" id="8_gee14"]
|
|
|
|
[node name="Game" type="Node2D" unique_id=980666470 node_paths=PackedStringArray("ball", "court", "home_team", "away_team")]
|
|
script = ExtResource("1_7jktm")
|
|
ball = NodePath("Ball")
|
|
court = NodePath("Court")
|
|
home_team = NodePath("OrangeTeam")
|
|
away_team = NodePath("BlueTeam")
|
|
|
|
[node name="Court" parent="." unique_id=1870443472 instance=ExtResource("1_e2o6t")]
|
|
|
|
[node name="Ball" parent="." unique_id=1245529605 instance=ExtResource("6_ryrav")]
|
|
position = Vector2(792, 838)
|
|
|
|
[node name="Hoop" parent="." unique_id=567327541 instance=ExtResource("4_215e1")]
|
|
position = Vector2(755, 120)
|
|
|
|
[node name="OrangeTeam" parent="." unique_id=1449767365 instance=ExtResource("6_eow3j")]
|
|
|
|
[node name="Orange1" parent="OrangeTeam" index="0" unique_id=1267043713 groups=["players"]]
|
|
position = Vector2(757, 883)
|
|
rotation = 0.04253722
|
|
|
|
[node name="Orange2" parent="OrangeTeam" index="1" unique_id=1623179654 groups=["players"]]
|
|
position = Vector2(209, 686)
|
|
rotation = 0.9112143
|
|
|
|
[node name="Orange3" parent="OrangeTeam" index="2" unique_id=964363928 groups=["players"]]
|
|
position = Vector2(802, 461)
|
|
rotation = 3.0469995
|
|
|
|
[node name="BlueTeam" parent="." unique_id=1163500769 instance=ExtResource("6_j5wjh")]
|
|
|
|
[node name="Blue1" parent="BlueTeam" index="0" unique_id=1267043713 groups=["players"]]
|
|
position = Vector2(715, 741)
|
|
rotation = 2.8801954
|
|
|
|
[node name="Blue2" parent="BlueTeam" index="1" unique_id=2032874578 groups=["players"]]
|
|
position = Vector2(402, 571)
|
|
rotation = -1.8595756
|
|
|
|
[node name="Blue3" parent="BlueTeam" index="2" unique_id=668950051 groups=["players"]]
|
|
position = Vector2(785, 377)
|
|
rotation = 2.8848953
|
|
|
|
[node name="GameCamera" type="Camera2D" parent="." unique_id=1992083128]
|
|
position = Vector2(760, 873)
|
|
zoom = Vector2(1.5, 1.5)
|
|
|
|
[node name="GameDebug" type="CanvasLayer" parent="." unique_id=1401074573]
|
|
|
|
[node name="DebugContainer" parent="GameDebug" unique_id=379013793 instance=ExtResource("7_u5sy4")]
|
|
|
|
[node name="BallDebug" parent="GameDebug/DebugContainer" unique_id=1345287721 node_paths=PackedStringArray("target_object") instance=ExtResource("8_gee14")]
|
|
layout_mode = 2
|
|
target_object = NodePath("../../../Ball")
|
|
target_variables = Array[StringName]([&"position", &"global_position"])
|
|
|
|
[editable path="OrangeTeam"]
|
|
[editable path="BlueTeam"]
|