Inital commit
- Desktop wallpaper
- Desktop Icons
- Added a simple script to set the icons texture and label
This commit is contained in:
58
windows_xp_desktop.tscn
Normal file
58
windows_xp_desktop.tscn
Normal file
@@ -0,0 +1,58 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://bhg0uqxjr73e"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bc6g14s6uvxir" path="res://bliss 600dpi.jpg" id="1_d8jhn"]
|
||||
[ext_resource type="PackedScene" uid="uid://owcnraxh2lvx" path="res://scenes/desktop_icon.tscn" id="2_31yks"]
|
||||
[ext_resource type="Texture2D" uid="uid://c0o2q5i5ph4jd" path="res://tomtam_blep.png" id="3_1fypo"]
|
||||
[ext_resource type="Texture2D" uid="uid://8rdnqrdlik3u" path="res://My Computer.png" id="4_1fypo"]
|
||||
[ext_resource type="Texture2D" uid="uid://cpn4a1efcyw0" path="res://Recycle Bin (empty).png" id="4_te4f3"]
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = ExtResource("1_d8jhn")
|
||||
expand_mode = 2
|
||||
stretch_mode = 6
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
layout_mode = 0
|
||||
offset_right = 64.0
|
||||
offset_bottom = 132.0
|
||||
theme_override_constants/margin_left = 10
|
||||
theme_override_constants/margin_top = 10
|
||||
theme_override_constants/margin_right = 10
|
||||
theme_override_constants/margin_bottom = 10
|
||||
|
||||
[node name="GridContainer" type="GridContainer" parent="MarginContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Desktop Icon" parent="MarginContainer/GridContainer" instance=ExtResource("2_31yks")]
|
||||
layout_mode = 2
|
||||
icon_texture = ExtResource("4_te4f3")
|
||||
icon_text = "Recycle Bin"
|
||||
min_size = Vector2(48, 48)
|
||||
|
||||
[node name="Desktop Icon3" parent="MarginContainer/GridContainer" instance=ExtResource("2_31yks")]
|
||||
layout_mode = 2
|
||||
icon_texture = ExtResource("4_1fypo")
|
||||
icon_text = "My Stream"
|
||||
min_size = Vector2(48, 48)
|
||||
|
||||
[node name="Desktop Icon2" parent="MarginContainer/GridContainer" instance=ExtResource("2_31yks")]
|
||||
layout_mode = 2
|
||||
icon_texture = ExtResource("3_1fypo")
|
||||
icon_text = "TomTam.exe"
|
||||
min_size = Vector2(48, 48)
|
||||
Reference in New Issue
Block a user