summaryrefslogtreecommitdiff
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
parentf57f281aea376b70e28d67439f9443f1d1c79263 (diff)
downloadldjam48-bb0b44bc910b86e8dfa3f0ae708890934421c20c.tar.gz
ldjam48-bb0b44bc910b86e8dfa3f0ae708890934421c20c.tar.bz2
ldjam48-bb0b44bc910b86e8dfa3f0ae708890934421c20c.zip
heart pixel art
-rw-r--r--.import/heart.png-7624e148278eed12edb42012983cd6b6.md53
-rw-r--r--.import/heart.png-7624e148278eed12edb42012983cd6b6.stexbin0 -> 202 bytes
-rw-r--r--hackingscene.tscn7
-rw-r--r--textures/icons/heart.pngbin0 -> 637 bytes
-rw-r--r--textures/icons/heart.png.import34
-rw-r--r--textures/icons/heart.xcfbin0 -> 1050 bytes
-rw-r--r--textures/icons/heart_fill.pngbin0 -> 641 bytes
-rw-r--r--textures/icons/heart_fill.xcfbin0 -> 899 bytes
8 files changed, 43 insertions, 1 deletions
diff --git a/.import/heart.png-7624e148278eed12edb42012983cd6b6.md5 b/.import/heart.png-7624e148278eed12edb42012983cd6b6.md5
new file mode 100644
index 0000000..77ca65e
--- /dev/null
+++ b/.import/heart.png-7624e148278eed12edb42012983cd6b6.md5
@@ -0,0 +1,3 @@
+source_md5="fdf9dd427c5dce1e61a2bd81f84ce10d"
+dest_md5="92e788cd81f2b4677c2b1a7100215988"
+
diff --git a/.import/heart.png-7624e148278eed12edb42012983cd6b6.stex b/.import/heart.png-7624e148278eed12edb42012983cd6b6.stex
new file mode 100644
index 0000000..46e57fc
--- /dev/null
+++ b/.import/heart.png-7624e148278eed12edb42012983cd6b6.stex
Binary files differ
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"]
diff --git a/textures/icons/heart.png b/textures/icons/heart.png
new file mode 100644
index 0000000..00fd382
--- /dev/null
+++ b/textures/icons/heart.png
Binary files differ
diff --git a/textures/icons/heart.png.import b/textures/icons/heart.png.import
new file mode 100644
index 0000000..a98d461
--- /dev/null
+++ b/textures/icons/heart.png.import
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="StreamTexture"
+path="res://.import/heart.png-7624e148278eed12edb42012983cd6b6.stex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://textures/icons/heart.png"
+dest_files=[ "res://.import/heart.png-7624e148278eed12edb42012983cd6b6.stex" ]
+
+[params]
+
+compress/mode=0
+compress/lossy_quality=0.7
+compress/hdr_mode=0
+compress/bptc_ldr=0
+compress/normal_map=0
+flags/repeat=0
+flags/filter=false
+flags/mipmaps=false
+flags/anisotropic=false
+flags/srgb=2
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/HDR_as_SRGB=false
+process/invert_color=false
+stream=false
+size_limit=0
+detect_3d=true
+svg/scale=1.0
diff --git a/textures/icons/heart.xcf b/textures/icons/heart.xcf
new file mode 100644
index 0000000..3ff39a3
--- /dev/null
+++ b/textures/icons/heart.xcf
Binary files differ
diff --git a/textures/icons/heart_fill.png b/textures/icons/heart_fill.png
new file mode 100644
index 0000000..8749855
--- /dev/null
+++ b/textures/icons/heart_fill.png
Binary files differ
diff --git a/textures/icons/heart_fill.xcf b/textures/icons/heart_fill.xcf
new file mode 100644
index 0000000..1e2d32c
--- /dev/null
+++ b/textures/icons/heart_fill.xcf
Binary files differ