[gd_scene load_steps=6 format=3 uid="uid://ctyp7ogh4dg4m"] [ext_resource type="Texture2D" uid="uid://dasy6m8kpf6ca" path="res://img/pc/wallpaper.jpg" id="1_37kl0"] [ext_resource type="Texture2D" uid="uid://bkd1wowcckcp3" path="res://img/pc/notepad.png" id="2_8uh7m"] [ext_resource type="PackedScene" uid="uid://tbokbp8tfhay" path="res://icon.tscn" id="4_5j76u"] [ext_resource type="Texture2D" uid="uid://ch74o71t4kjv" path="res://img/pc/folder.png" id="4_ppyta"] [ext_resource type="Script" path="res://scripts/window.gd" id="5_g14j6"] [node name="Main" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 [node name="Wallpaper" type="TextureRect" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_right = 768.0 offset_bottom = 552.0 grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("1_37kl0") expand_mode = 3 [node name="Notepad" type="Window" parent="."] title = "Notepad" initial_position = 2 size = Vector2i(500, 300) visible = false script = ExtResource("5_g14j6") [node name="TextEdit" type="TextEdit" parent="Notepad"] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 wrap_mode = 1 caret_blink = true [node name="Folder" type="Window" parent="."] title = "Folder" initial_position = 2 size = Vector2i(500, 300) visible = false script = ExtResource("5_g14j6") [node name="Notepad_Icon" parent="." instance=ExtResource("4_5j76u")] offset_left = 64.0 offset_top = 56.0 offset_right = 189.0 offset_bottom = 186.0 [node name="Icon" parent="Notepad_Icon" index="1"] texture = ExtResource("2_8uh7m") [node name="Label" parent="Notepad_Icon" index="2"] text = "Notepad" [node name="Folder_Icon" parent="." instance=ExtResource("4_5j76u")] offset_left = 50.0 offset_top = 253.0 offset_right = 175.0 offset_bottom = 383.0 [node name="Icon" parent="Folder_Icon" index="1"] texture = ExtResource("4_ppyta") [node name="Label" parent="Folder_Icon" index="2"] text = "Folder" [connection signal="open_app" from="Notepad_Icon" to="Notepad" method="_on_open_app"] [connection signal="open_app" from="Folder_Icon" to="Folder" method="_on_open_app"] [editable path="Notepad_Icon"] [editable path="Folder_Icon"]