16 lines
573 B
Plaintext
16 lines
573 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://d0tuv2dtlosfe"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bbcfjksjlyfx5" path="res://scene/little_game/弹珠游戏/ball.tscn" id="1_1yk24"]
|
|
[ext_resource type="Script" uid="uid://b4c1x33s0w2mm" path="res://scene/little_game/弹珠游戏/balls.gd" id="1_1yw0s"]
|
|
|
|
[node name="Balls0" type="Node2D"]
|
|
y_sort_enabled = true
|
|
script = ExtResource("1_1yw0s")
|
|
|
|
[node name="Ball" parent="." instance=ExtResource("1_1yk24")]
|
|
y_sort_enabled = true
|
|
position = Vector2(281, 149)
|
|
scale = Vector2(1.185, 1.185)
|
|
collision_layer = 132
|
|
id = "3"
|