diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-12-03 22:23:42 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-12-03 22:23:42 +0200 |
| commit | 6686bf1a7a6e81b30c8482cc1d2856f1401f4531 (patch) | |
| tree | 4ef0b0b0e1d0e8fb14deeb8e1ba7e84264a8a92e /hook_hanging.tscn | |
| parent | 992e27742fc996bd428b04201f7548533761cfab (diff) | |
Add some platforming to test2
Diffstat (limited to 'hook_hanging.tscn')
| -rw-r--r-- | hook_hanging.tscn | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
