From 6686bf1a7a6e81b30c8482cc1d2856f1401f4531 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 3 Dec 2025 22:23:42 +0200 Subject: Add some platforming to test2 --- hook_hanging.tscn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hook_hanging.tscn (limited to 'hook_hanging.tscn') diff --git a/hook_hanging.tscn b/hook_hanging.tscn new file mode 100644 index 0000000..ec0d811 --- /dev/null +++ b/hook_hanging.tscn @@ -0,0 +1,9 @@ +[gd_scene load_steps=3 format=3 uid="uid://cvpmt6tqgj0qk"] + +[ext_resource type="Texture2D" uid="uid://bhtovawtfqev3" path="res://assets.untracked/kenney_1-bit-platformer-pack/Tiles/Default/tile_0006.png" id="1_3neak"] +[ext_resource type="Script" uid="uid://b5vux357w0ou2" path="res://hook_hanging.gd" id="2_yumhl"] + +[node name="HookHanging" type="Sprite2D" groups=["camera_target", "hook_hanging"]] +texture = ExtResource("1_3neak") +script = ExtResource("2_yumhl") +hang_distance = 50.0 -- cgit v1.3