diff options
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 |
