xiandie/scene/ground/script/c01/s00_自动跟随的老鼠.tscn

46 lines
1.5 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://nwpbl5yuh280"]
[ext_resource type="Script" path="res://scene/ground/script/c01/s00_自动跟随的老鼠.gd" id="1_lesfu"]
[ext_resource type="Texture2D" uid="uid://bebirk1fwldg2" path="res://asset/art/scene/c01/s00/老鼠.png" id="2_6u35i"]
[sub_resource type="AtlasTexture" id="AtlasTexture_5mbxu"]
atlas = ExtResource("2_6u35i")
region = Rect2(0, 0, 27, 8)
[sub_resource type="AtlasTexture" id="AtlasTexture_c3axe"]
atlas = ExtResource("2_6u35i")
region = Rect2(36, 1, 27, 8)
[sub_resource type="AtlasTexture" id="AtlasTexture_dv2da"]
atlas = ExtResource("2_6u35i")
region = Rect2(67, 0, 29, 9)
[node name="自动跟随的老鼠" type="Node2D"]
y_sort_enabled = true
script = ExtResource("1_lesfu")
action_area = Vector2(700, 40)
[node name="mouse1" type="Sprite2D" parent="."]
position = Vector2(247.479, 17.0676)
texture = SubResource("AtlasTexture_5mbxu")
[node name="mouse2" type="Sprite2D" parent="."]
position = Vector2(14.5959, 21.7936)
texture = SubResource("AtlasTexture_c3axe")
[node name="mouse3" type="Sprite2D" parent="."]
position = Vector2(115.002, 22.3415)
texture = SubResource("AtlasTexture_dv2da")
[node name="mouse4" type="Sprite2D" parent="."]
position = Vector2(476.583, 19.6219)
texture = SubResource("AtlasTexture_5mbxu")
[node name="mouse5" type="Sprite2D" parent="."]
position = Vector2(631.022, 10.2812)
texture = SubResource("AtlasTexture_c3axe")
[node name="mouse6" type="Sprite2D" parent="."]
position = Vector2(336.921, 36.9538)
texture = SubResource("AtlasTexture_dv2da")