diff options
| author | tpart <tpart120@proton.me> | 2024-08-19 17:53:17 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2024-08-19 17:53:21 +0200 |
| commit | 2916d8af9b6458dd97fe313c7775f4780ee6c82d (patch) | |
| tree | eeed9b7be99c010151fb68b71e42c844b96eeeb5 /client/map/items/glass_fill.tscn | |
| parent | 947ea54a0dfe0093f658c371dc1a8aef3df61b61 (diff) | |
| download | hurrycurry-2916d8af9b6458dd97fe313c7775f4780ee6c82d.tar hurrycurry-2916d8af9b6458dd97fe313c7775f4780ee6c82d.tar.bz2 hurrycurry-2916d8af9b6458dd97fe313c7775f4780ee6c82d.tar.zst | |
Add glass fill item & Implement water glass
Diffstat (limited to 'client/map/items/glass_fill.tscn')
| -rw-r--r-- | client/map/items/glass_fill.tscn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/map/items/glass_fill.tscn b/client/map/items/glass_fill.tscn new file mode 100644 index 00000000..1a26d5ee --- /dev/null +++ b/client/map/items/glass_fill.tscn @@ -0,0 +1,8 @@ +[gd_scene load_steps=2 format=3 uid="uid://dvdwxct8qu2fm"] + +[ext_resource type="ArrayMesh" uid="uid://byebq6oifi2jk" path="res://map/items/glass_fill.res" id="1_apxu2"] + +[node name="GlassFill" type="MeshInstance3D"] +transform = Transform3D(0.125, 0, 0, 0, 0.125, 0, 0, 0, 0.125, 0, 0.125, 0) +mesh = ExtResource("1_apxu2") +skeleton = NodePath("") |