diff options
| author | tpart <tpart120@proton.me> | 2024-09-04 21:04:07 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2024-09-04 21:06:41 +0200 |
| commit | 9c953125445760dbf5c0562854caaa0d1866fda9 (patch) | |
| tree | 98dd3f567d65efc0dcaf8d09dcec7bf84b16fe2e /client/map/tiles/knife.tscn | |
| parent | 55922742c94d8abca2361377ca616ea5143731c2 (diff) | |
| download | hurrycurry-9c953125445760dbf5c0562854caaa0d1866fda9.tar hurrycurry-9c953125445760dbf5c0562854caaa0d1866fda9.tar.bz2 hurrycurry-9c953125445760dbf5c0562854caaa0d1866fda9.tar.zst | |
Add new progress protocol; Add knife model; Add knife to cutting board; Add cutting animation; Bump protocol version
Diffstat (limited to 'client/map/tiles/knife.tscn')
| -rw-r--r-- | client/map/tiles/knife.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/map/tiles/knife.tscn b/client/map/tiles/knife.tscn index a4dc676f..a7cd690e 100644 --- a/client/map/tiles/knife.tscn +++ b/client/map/tiles/knife.tscn @@ -1,6 +1,6 @@ -[gd_scene load_steps=2 format=3 uid="uid://wadi7kb021k6"] +[gd_scene load_steps=2 format=3 uid="uid://cufype1bex3r3"] -[ext_resource type="ArrayMesh" uid="uid://bfsaljqvte3a8" path="res://map/tiles/knife.res" id="1_uotix"] +[ext_resource type="ArrayMesh" uid="uid://buqo28euvn7ru" path="res://map/tiles/knife.res" id="1_uotix"] [node name="Knife" type="Node3D"] |