summaryrefslogtreecommitdiff
path: root/hackingscene.tscn
diff options
context:
space:
mode:
authorJonas Bernard <public.jbernard@web.de>2021-04-24 19:39:03 +0200
committerJonas Bernard <public.jbernard@web.de>2021-04-24 19:39:03 +0200
commitbb0b44bc910b86e8dfa3f0ae708890934421c20c (patch)
tree2baa3d8a37d0d90c6bc1e2618ec17dd25371c864 /hackingscene.tscn
parentf57f281aea376b70e28d67439f9443f1d1c79263 (diff)
downloadldjam48-bb0b44bc910b86e8dfa3f0ae708890934421c20c.tar.gz
ldjam48-bb0b44bc910b86e8dfa3f0ae708890934421c20c.tar.bz2
ldjam48-bb0b44bc910b86e8dfa3f0ae708890934421c20c.zip
heart pixel art
Diffstat (limited to 'hackingscene.tscn')
-rw-r--r--hackingscene.tscn7
1 files changed, 6 insertions, 1 deletions
diff --git a/hackingscene.tscn b/hackingscene.tscn
index 9803476..2131e5f 100644
--- a/hackingscene.tscn
+++ b/hackingscene.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=8 format=2]
+[gd_scene load_steps=9 format=2]
[ext_resource path="res://textures/background.png" type="Texture" id=1]
[ext_resource path="res://textures/rooot.png" type="Texture" id=2]
@@ -6,6 +6,7 @@
[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 = {
@@ -39,4 +40,8 @@ texture = ExtResource( 2 )
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"]