[gd_scene load_steps=4 format=3] [ext_resource type="Script" path="res://scenes/aquarium/aquarium.gd" id="1_aq"] [ext_resource type="Script" path="res://scenes/aquarium/seabed.gd" id="2_ground"] [ext_resource type="Script" path="res://scenes/aquarium/grid_ghost.gd" id="3_ghost"] [node name="Aquarium" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 clip_contents = true script = ExtResource("1_aq") [node name="Ground" type="Node2D" parent="."] script = ExtResource("2_ground") [node name="Items" type="Node2D" parent="."] [node name="Water" type="Control" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 [node name="Bubbles" type="CPUParticles2D" parent="."] [node name="Ghost" type="Node2D" parent="."] script = ExtResource("3_ghost") [node name="Dividers" type="Control" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 [node name="ZoneLabels" type="Control" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 [node name="Locks" type="Control" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2