[gd_scene load_steps=8 format=2] [ext_resource path="res://Assets/windows/background.png" type="Texture" id=1] [ext_resource path="res://Assets/skin_assets/dir_font.tres" type="DynamicFont" id=2] [ext_resource path="res://Assets/skin_assets/menu_font.tres" type="DynamicFont" id=3] [ext_resource path="res://Assets/tres_button/pressed.tres" type="StyleBox" id=4] [ext_resource path="res://Assets/tres_button/hover.tres" type="StyleBox" id=5] [ext_resource path="res://Assets/tres_button/normal.tres" type="StyleBox" id=6] [ext_resource path="res://Scenes/Help.gd" type="Script" id=7] [node name="HELP" type="Node2D"] [node name="Sprite" type="Sprite" parent="."] position = Vector2( 512, 360 ) scale = Vector2( 0.5, 0.5 ) texture = ExtResource( 1 ) [node name="Label" type="Label" parent="."] margin_left = 1.0 margin_top = 8.0 margin_right = 1025.0 margin_bottom = 726.0 custom_fonts/font = ExtResource( 2 ) text = "[Aim of the game] If you have made it this far, you've been selected for an important mission: Get rid of our greatest enemy, Macreye. He is an extremely powerful individual who has been forcing his way of thinking for decades. He keeps us under control with his huge hands and his almost omnipresent eye. Recently, one of our spies managed to connect to his system but did not manage to destroy it. Your task is to infiltrate the system and destroy all the files on Macreye's system without Macreye's system without his knowledge. [How to Play ] There are 3 types of elements to click on: - Folder When you click on it, a button appears. This button allows you to uninstall the contents of the folder This takes time, sometimes you have to stop the execution to avoid being noticed. Warning: if you close the window, the download will still be in progress. - Classic file Works in the same way as the folder. - Terminal icon This icon works the same way as the others elements. [Note] It is possible to launch several files at the same time. Good luck soldier!" align = 1 [node name="Back_button" type="Button" parent="."] margin_left = 445.0 margin_top = 679.0 margin_right = 581.0 margin_bottom = 716.0 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( 3 ) custom_styles/hover = ExtResource( 5 ) custom_styles/pressed = ExtResource( 4 ) custom_styles/normal = ExtResource( 6 ) text = "RETOUR" script = ExtResource( 7 ) [connection signal="pressed" from="Back_button" to="Back_button" method="_on_Back_button_pressed"]