[gd_scene load_steps=8 format=2] [ext_resource path="res://textures/backgrounds/background_blue.png" type="Texture" id=1] [ext_resource path="res://Camera2D.gd" type="Script" id=3] [ext_resource path="res://default_env.tres" type="Environment" id=4] [ext_resource path="res://components/HackButton.tscn" type="PackedScene" id=5] [ext_resource path="res://hackingscene.gd" type="Script" id=6] [ext_resource path="res://textures/icons/heart.png" type="Texture" id=7] [sub_resource type="Curve2D" id=1] _data = { "points": PoolVector2Array( 0, 0, 0, 0, -74.612, 128.932, 0, 0, 0, 0, 390.299, 185.629, 0, 0, 0, 0, 520.071, -115.492, 0, 0, 0, 0, 182.412, -341.018, 0, 0, 0, 0, -153.987, 20.5792, 0, 0, 0, 0, -131.308, 224.686 ) } [node name="Node2D" type="Node2D"] script = ExtResource( 6 ) [node name="Camera2D" type="Camera2D" parent="."] current = true script = ExtResource( 3 ) speedup = 150 speedup_time = 10 [node name="Sprite" type="Sprite" parent="Camera2D"] position = Vector2( 1.49817, -0.0841775 ) scale = Vector2( 0.667, 0.667 ) texture = ExtResource( 1 ) [node name="Path2D" type="Path2D" parent="."] curve = SubResource( 1 ) [node name="WorldEnvironment" type="WorldEnvironment" parent="."] environment = ExtResource( 4 ) [node name="HackButton" parent="." instance=ExtResource( 5 )] [node name="heart" type="Sprite" parent="."] position = Vector2( 467.501, -263.722 ) texture = ExtResource( 7 ) [connection signal="on_click" from="HackButton" to="." method="_on_HackButton_on_click"]