112 lines
4.8 KiB
Plaintext
112 lines
4.8 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://court.tscn" id="1_e2o6t"]
|
|
[ext_resource type="PackedScene" uid="uid://boqs7k6ia532h" path="res://player.tscn" id="2_feb5d"]
|
|
[ext_resource type="Texture2D" uid="uid://cdisx65vqrn21" path="res://assets/players/red_wing.png" id="3_fc0e3"]
|
|
[ext_resource type="Script" uid="uid://bbey5ttwv5utd" path="res://scripts/custom resources/player_attributes.gd" id="4_7jktm"]
|
|
[ext_resource type="PackedScene" uid="uid://i0ijmmchb3s1" path="res://hoop.tscn" id="4_215e1"]
|
|
[ext_resource type="Texture2D" uid="uid://46vgqxp2imyw" path="res://assets/players/blue_guard.png" id="4_j5wjh"]
|
|
[ext_resource type="Script" uid="uid://c7dxj0ifl687s" path="res://scripts/custom resources/team_attributes.gd" id="4_mfdv2"]
|
|
[ext_resource type="PackedScene" uid="uid://cbqaj6trvqat0" path="res://ball.tscn" id="6_ryrav"]
|
|
[ext_resource type="Texture2D" uid="uid://df7cknvvngtij" path="res://assets/players/blue_big.png" id="6_vef74"]
|
|
[ext_resource type="Texture2D" uid="uid://dl54l4wvub6ro" path="res://assets/players/blue_wing.png" id="7_hve3p"]
|
|
[ext_resource type="PackedScene" uid="uid://cfq463kejcp2m" path="res://team.tscn" id="11_mfdv2"]
|
|
[ext_resource type="Texture2D" uid="uid://cn2xfwvejclvo" path="res://assets/players/red_guard.png" id="12_iotsf"]
|
|
[ext_resource type="Texture2D" uid="uid://w10nqq5ng8n5" path="res://assets/players/red_big.png" id="14_215e1"]
|
|
|
|
[sub_resource type="Resource" id="Resource_e8heu"]
|
|
script = ExtResource("4_mfdv2")
|
|
team_name = "Royals"
|
|
team_color = Color(1, 0, 0, 1)
|
|
metadata/_custom_type_script = "uid://c7dxj0ifl687s"
|
|
|
|
[sub_resource type="Resource" id="Resource_215e1"]
|
|
script = ExtResource("4_7jktm")
|
|
player_name = "Stevie"
|
|
player_texture = ExtResource("12_iotsf")
|
|
metadata/_custom_type_script = "uid://bbey5ttwv5utd"
|
|
|
|
[sub_resource type="Resource" id="Resource_7sc4i"]
|
|
script = ExtResource("4_7jktm")
|
|
player_name = "Dave"
|
|
player_position = 1
|
|
player_texture = ExtResource("3_fc0e3")
|
|
metadata/_custom_type_script = "uid://bbey5ttwv5utd"
|
|
|
|
[sub_resource type="Resource" id="Resource_80cx4"]
|
|
script = ExtResource("4_7jktm")
|
|
player_name = "Brendan"
|
|
player_position = 2
|
|
player_texture = ExtResource("14_215e1")
|
|
metadata/_custom_type_script = "uid://bbey5ttwv5utd"
|
|
|
|
[sub_resource type="Resource" id="Resource_lc2xo"]
|
|
script = ExtResource("4_mfdv2")
|
|
team_name = "Blue Devils"
|
|
team_color = Color(0, 0, 1, 1)
|
|
metadata/_custom_type_script = "uid://c7dxj0ifl687s"
|
|
|
|
[sub_resource type="Resource" id="Resource_ryrav"]
|
|
script = ExtResource("4_7jktm")
|
|
player_name = "Kirt"
|
|
player_texture = ExtResource("4_j5wjh")
|
|
metadata/_custom_type_script = "uid://bbey5ttwv5utd"
|
|
|
|
[sub_resource type="Resource" id="Resource_mfdv2"]
|
|
script = ExtResource("4_7jktm")
|
|
player_name = "Greg"
|
|
player_position = 1
|
|
player_texture = ExtResource("7_hve3p")
|
|
metadata/_custom_type_script = "uid://bbey5ttwv5utd"
|
|
|
|
[sub_resource type="Resource" id="Resource_iotsf"]
|
|
script = ExtResource("4_7jktm")
|
|
player_name = "Cheryl"
|
|
player_position = 2
|
|
player_texture = ExtResource("6_vef74")
|
|
metadata/_custom_type_script = "uid://bbey5ttwv5utd"
|
|
|
|
[node name="Game" type="Node2D" unique_id=980666470 node_paths=PackedStringArray("ball", "court")]
|
|
script = ExtResource("1_7jktm")
|
|
ball = NodePath("Ball")
|
|
court = NodePath("Court")
|
|
|
|
[node name="Court" parent="." unique_id=1870443472 instance=ExtResource("1_e2o6t")]
|
|
|
|
[node name="Ball" parent="." unique_id=1245529605 instance=ExtResource("6_ryrav")]
|
|
position = Vector2(748, 857)
|
|
|
|
[node name="Hoop" parent="." unique_id=567327541 instance=ExtResource("4_215e1")]
|
|
position = Vector2(760, 78)
|
|
|
|
[node name="RedTeam" parent="." unique_id=1449767365 instance=ExtResource("11_mfdv2")]
|
|
attributes = SubResource("Resource_e8heu")
|
|
|
|
[node name="Red1" parent="RedTeam" unique_id=1614241571 instance=ExtResource("2_feb5d")]
|
|
position = Vector2(778, 858)
|
|
attributes = SubResource("Resource_215e1")
|
|
|
|
[node name="Red2" parent="RedTeam" unique_id=812999974 instance=ExtResource("2_feb5d")]
|
|
position = Vector2(164, 571)
|
|
attributes = SubResource("Resource_7sc4i")
|
|
|
|
[node name="Red3" parent="RedTeam" unique_id=142493116 instance=ExtResource("2_feb5d")]
|
|
position = Vector2(1358, 484)
|
|
attributes = SubResource("Resource_80cx4")
|
|
|
|
[node name="BlueTeam" parent="." unique_id=1689836688 instance=ExtResource("11_mfdv2")]
|
|
attributes = SubResource("Resource_lc2xo")
|
|
|
|
[node name="Blue1" parent="BlueTeam" unique_id=1267043713 instance=ExtResource("2_feb5d")]
|
|
position = Vector2(770, 758)
|
|
attributes = SubResource("Resource_ryrav")
|
|
|
|
[node name="Blue2" parent="BlueTeam" unique_id=1850933619 instance=ExtResource("2_feb5d")]
|
|
position = Vector2(348, 489)
|
|
attributes = SubResource("Resource_mfdv2")
|
|
|
|
[node name="Blue3" parent="BlueTeam" unique_id=75794271 instance=ExtResource("2_feb5d")]
|
|
position = Vector2(1209, 468)
|
|
attributes = SubResource("Resource_iotsf")
|