summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrom <romangraef@gmail.com>2021-04-24 19:55:54 +0200
committerrom <romangraef@gmail.com>2021-04-24 19:55:54 +0200
commit6a826b4bcdd47e53ec1f446dff83be9ea820e868 (patch)
treeb502a337a3280f30dd396c568c365679720e532e
parent7320ad203fced9fbbae527e75f1ce29cfaf93d13 (diff)
downloadldjam48-6a826b4bcdd47e53ec1f446dff83be9ea820e868.tar.gz
ldjam48-6a826b4bcdd47e53ec1f446dff83be9ea820e868.tar.bz2
ldjam48-6a826b4bcdd47e53ec1f446dff83be9ea820e868.zip
720p.2
-rw-r--r--hackingscene.tscn12
1 files changed, 3 insertions, 9 deletions
diff --git a/hackingscene.tscn b/hackingscene.tscn
index 2131e5f..762b834 100644
--- a/hackingscene.tscn
+++ b/hackingscene.tscn
@@ -1,7 +1,6 @@
-[gd_scene load_steps=9 format=2]
+[gd_scene load_steps=8 format=2]
[ext_resource path="res://textures/background.png" type="Texture" id=1]
-[ext_resource path="res://textures/rooot.png" type="Texture" id=2]
[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]
@@ -24,18 +23,12 @@ speedup_time = 10
[node name="Sprite" type="Sprite" parent="Camera2D"]
position = Vector2( 1.49817, -0.0841775 )
-scale = Vector2( 0.539243, 0.564739 )
+scale = Vector2( 0.667, 0.667 )
texture = ExtResource( 1 )
[node name="Path2D" type="Path2D" parent="."]
curve = SubResource( 1 )
-[node name="rooot" type="Sprite" parent="."]
-modulate = Color( 10.99, 26.74, 73.99, 1 )
-position = Vector2( -342.639, -166.374 )
-scale = Vector2( 0.298461, 0.320911 )
-texture = ExtResource( 2 )
-
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = ExtResource( 4 )
@@ -44,4 +37,5 @@ environment = ExtResource( 4 )
[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"]