xiandie/scene/little_game/弹珠游戏/balls_1.tscn

29 lines
920 B
Plaintext
Raw Normal View History

2025-06-05 07:17:51 +00:00
[gd_scene load_steps=3 format=3 uid="uid://cv12saxinfoi7"]
[ext_resource type="Script" uid="uid://b4c1x33s0w2mm" path="res://scene/little_game/弹珠游戏/balls.gd" id="1_7ej7k"]
[ext_resource type="PackedScene" uid="uid://bbcfjksjlyfx5" path="res://scene/little_game/弹珠游戏/ball.tscn" id="1_a2gi7"]
[node name="Balls1" type="Node2D"]
y_sort_enabled = true
script = ExtResource("1_7ej7k")
[node name="Ball" parent="." instance=ExtResource("1_a2gi7")]
y_sort_enabled = true
position = Vector2(266, 107)
scale = Vector2(1.185, 1.185)
collision_layer = 132
[node name="Ball2" parent="." instance=ExtResource("1_a2gi7")]
y_sort_enabled = true
position = Vector2(342, 120)
scale = Vector2(1.2175, 1.2175)
collision_layer = 132
id = "3"
[node name="Ball3" parent="." instance=ExtResource("1_a2gi7")]
y_sort_enabled = true
position = Vector2(217, 158)
scale = Vector2(1.2275, 1.2275)
collision_layer = 132
id = "1"