43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://dr0rwr0xjgnjw"]
|
||
|
|
||
|
[ext_resource type="PackedScene" uid="uid://bbcfjksjlyfx5" path="res://scene/little_game/弹珠游戏/ball.tscn" id="1_capi7"]
|
||
|
[ext_resource type="Script" uid="uid://b4c1x33s0w2mm" path="res://scene/little_game/弹珠游戏/balls.gd" id="1_qtgyt"]
|
||
|
|
||
|
[node name="Balls2" type="Node2D"]
|
||
|
y_sort_enabled = true
|
||
|
script = ExtResource("1_qtgyt")
|
||
|
|
||
|
[node name="Ball" parent="." instance=ExtResource("1_capi7")]
|
||
|
y_sort_enabled = true
|
||
|
position = Vector2(353, 122)
|
||
|
scale = Vector2(1.185, 1.185)
|
||
|
collision_layer = 132
|
||
|
id = "1"
|
||
|
|
||
|
[node name="Ball2" parent="." instance=ExtResource("1_capi7")]
|
||
|
y_sort_enabled = true
|
||
|
position = Vector2(417, 119)
|
||
|
scale = Vector2(1.2175, 1.2175)
|
||
|
collision_layer = 132
|
||
|
|
||
|
[node name="Ball3" parent="." instance=ExtResource("1_capi7")]
|
||
|
y_sort_enabled = true
|
||
|
position = Vector2(129, 129)
|
||
|
scale = Vector2(1.2275, 1.2275)
|
||
|
collision_layer = 132
|
||
|
id = "3"
|
||
|
|
||
|
[node name="Ball4" parent="." instance=ExtResource("1_capi7")]
|
||
|
y_sort_enabled = true
|
||
|
position = Vector2(206, 92)
|
||
|
scale = Vector2(1.2175, 1.2175)
|
||
|
collision_layer = 132
|
||
|
id = "4"
|
||
|
|
||
|
[node name="Ball6" parent="." instance=ExtResource("1_capi7")]
|
||
|
y_sort_enabled = true
|
||
|
position = Vector2(323, 89)
|
||
|
scale = Vector2(1.2275, 1.2275)
|
||
|
collision_layer = 132
|
||
|
id = "6"
|