|
@@ -0,0 +1,24 @@
|
|
|
+[gd_scene load_steps=3 format=2]
|
|
|
+
|
|
|
+[ext_resource path="res://arena1/Bar.tscn" type="PackedScene" id=1]
|
|
|
+[ext_resource path="res://arena1/Ball.tscn" type="PackedScene" id=2]
|
|
|
+
|
|
|
+[node name="Arena1" type="Node"]
|
|
|
+
|
|
|
+[node name="Bar" parent="." instance=ExtResource( 1 )]
|
|
|
+position = Vector2( 794.105, 268.158 )
|
|
|
+
|
|
|
+[node name="Bar2" parent="." instance=ExtResource( 1 )]
|
|
|
+position = Vector2( 862.105, 225.158 )
|
|
|
+rotation = -0.769813
|
|
|
+
|
|
|
+[node name="Bar3" parent="." instance=ExtResource( 1 )]
|
|
|
+position = Vector2( 694.105, 291.158 )
|
|
|
+rotation = 0.540444
|
|
|
+
|
|
|
+[node name="Bar4" parent="." instance=ExtResource( 1 )]
|
|
|
+position = Vector2( 770.105, 344.158 )
|
|
|
+rotation = -0.88848
|
|
|
+
|
|
|
+[node name="Ball" parent="." instance=ExtResource( 2 )]
|
|
|
+position = Vector2( 855, -1 )
|