2023-02-26 17:24:17 +01:00
|
|
|
[gd_scene load_steps=15 format=2]
|
2023-02-25 01:04:08 +01:00
|
|
|
|
2023-02-25 19:04:42 +01:00
|
|
|
[ext_resource path="res://Characters/Villain.tscn" type="PackedScene" id=1]
|
2023-02-26 13:12:38 +01:00
|
|
|
[ext_resource path="res://Elements/Directory.tscn" type="PackedScene" id=2]
|
2023-02-25 19:31:26 +01:00
|
|
|
[ext_resource path="res://Scenes/Scripts/Button_Node2D.gd" type="Script" id=3]
|
2023-02-25 19:04:42 +01:00
|
|
|
[ext_resource path="res://Assets/tres_button/normal.tres" type="StyleBox" id=4]
|
|
|
|
[ext_resource path="res://Assets/tres_button/pressed.tres" type="StyleBox" id=5]
|
|
|
|
[ext_resource path="res://Assets/tres_button/hover.tres" type="StyleBox" id=6]
|
2023-02-26 18:31:57 +01:00
|
|
|
[ext_resource path="res://Assets/windows/window_main.png" type="Texture" id=7]
|
2023-02-25 19:08:14 +01:00
|
|
|
[ext_resource path="res://Assets/skin_assets/menu_font.tres" type="DynamicFont" id=8]
|
2023-02-26 13:12:38 +01:00
|
|
|
[ext_resource path="res://Elements/SquareWindow.tscn" type="PackedScene" id=9]
|
2023-02-26 17:24:17 +01:00
|
|
|
[ext_resource path="res://Scenes/Scripts/Desktop.gd" type="Script" id=10]
|
|
|
|
[ext_resource path="res://Musics/wav/main.wav" type="AudioStream" id=11]
|
|
|
|
[ext_resource path="res://Musics/wav/eye v2.wav" type="AudioStream" id=12]
|
|
|
|
[ext_resource path="res://Musics/sound effect/alert.wav" type="AudioStream" id=13]
|
2023-02-25 01:04:08 +01:00
|
|
|
|
|
|
|
[sub_resource type="Theme" id=1]
|
|
|
|
|
|
|
|
[node name="Node2D" type="Node2D"]
|
2023-02-26 17:24:17 +01:00
|
|
|
script = ExtResource( 10 )
|
2023-02-25 01:04:08 +01:00
|
|
|
|
2023-02-25 19:31:26 +01:00
|
|
|
[node name="Windows" type="Sprite" parent="."]
|
2023-02-26 18:31:57 +01:00
|
|
|
position = Vector2( 511, 360 )
|
|
|
|
scale = Vector2( 0.5, 0.5 )
|
2023-02-25 19:31:26 +01:00
|
|
|
z_index = -3
|
|
|
|
texture = ExtResource( 7 )
|
2023-02-25 01:04:08 +01:00
|
|
|
|
2023-02-25 19:04:42 +01:00
|
|
|
[node name="Villain" parent="." instance=ExtResource( 1 )]
|
2023-02-25 17:29:51 +01:00
|
|
|
position = Vector2( 871, 589 )
|
|
|
|
scale = Vector2( 0.2, 0.2 )
|
2023-02-25 14:02:57 +01:00
|
|
|
|
2023-02-26 18:31:57 +01:00
|
|
|
[node name="Directory" parent="." instance=ExtResource( 2 )]
|
2023-02-26 17:24:17 +01:00
|
|
|
position = Vector2( 64, 64 )
|
2023-02-26 13:12:38 +01:00
|
|
|
|
2023-02-26 18:31:57 +01:00
|
|
|
[node name="Screen" parent="Directory" instance=ExtResource( 9 )]
|
2023-02-26 13:12:38 +01:00
|
|
|
visible = false
|
2023-02-26 17:24:17 +01:00
|
|
|
position = Vector2( 271, 205 )
|
|
|
|
|
2023-02-26 18:31:57 +01:00
|
|
|
[node name="Button2" type="Button" parent="Directory/Screen"]
|
2023-02-26 17:24:17 +01:00
|
|
|
margin_left = -128.0
|
|
|
|
margin_top = -32.0
|
|
|
|
margin_right = 149.0
|
|
|
|
margin_bottom = 37.0
|
2023-02-26 17:54:18 +01:00
|
|
|
focus_mode = 0
|
2023-02-26 17:24:17 +01:00
|
|
|
theme = SubResource( 1 )
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 1 )
|
|
|
|
custom_colors/font_color_hover = Color( 0.941176, 0.690196, 0.403922, 1 )
|
|
|
|
custom_fonts/font = ExtResource( 8 )
|
|
|
|
custom_styles/hover = ExtResource( 6 )
|
|
|
|
custom_styles/pressed = ExtResource( 5 )
|
|
|
|
custom_styles/normal = ExtResource( 4 )
|
|
|
|
text = "./hack"
|
|
|
|
script = ExtResource( 3 )
|
2023-02-26 13:12:38 +01:00
|
|
|
|
2023-02-26 17:24:17 +01:00
|
|
|
[node name="MainMusic" type="AudioStreamPlayer" parent="."]
|
|
|
|
stream = ExtResource( 11 )
|
|
|
|
volume_db = -80.0
|
|
|
|
autoplay = true
|
2023-02-26 13:52:50 +01:00
|
|
|
|
2023-02-26 17:24:17 +01:00
|
|
|
[node name="EyeMusic" type="AudioStreamPlayer" parent="."]
|
|
|
|
stream = ExtResource( 12 )
|
|
|
|
volume_db = -80.0
|
|
|
|
autoplay = true
|
|
|
|
|
|
|
|
[node name="Alert" type="AudioStreamPlayer" parent="."]
|
|
|
|
stream = ExtResource( 13 )
|
2023-02-26 13:52:50 +01:00
|
|
|
|
2023-02-26 20:02:24 +01:00
|
|
|
[node name="Terminal" parent="." instance=ExtResource( 2 )]
|
|
|
|
position = Vector2( 931, 120 )
|
|
|
|
|
|
|
|
[node name="Screen" parent="Terminal" instance=ExtResource( 9 )]
|
|
|
|
visible = false
|
|
|
|
position = Vector2( -304, 200 )
|
|
|
|
|
|
|
|
[node name="Button2" type="Button" parent="Terminal/Screen"]
|
|
|
|
margin_left = -90.0
|
|
|
|
margin_top = -36.0
|
|
|
|
margin_right = 187.0
|
|
|
|
margin_bottom = 33.0
|
|
|
|
theme = SubResource( 1 )
|
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 1 )
|
|
|
|
custom_colors/font_color_hover = Color( 0.941176, 0.690196, 0.403922, 1 )
|
|
|
|
custom_fonts/font = ExtResource( 8 )
|
|
|
|
custom_styles/hover = ExtResource( 6 )
|
|
|
|
custom_styles/pressed = ExtResource( 5 )
|
|
|
|
custom_styles/normal = ExtResource( 4 )
|
|
|
|
text = "./hack"
|
|
|
|
script = ExtResource( 3 )
|
|
|
|
|
2023-02-26 18:31:57 +01:00
|
|
|
[connection signal="pressed" from="Directory/Screen/Button2" to="Directory/Screen/Button2" method="_on_Button_pressed"]
|
2023-02-26 20:02:24 +01:00
|
|
|
[connection signal="pressed" from="Terminal/Screen/Button2" to="Terminal/Screen/Button2" method="_on_Button_pressed"]
|