diff options
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/assets/room/furnitures/banknote/banknote.blend | bin | 0 -> 716076 bytes | |||
| -rw-r--r-- | src/client/assets/room/furnitures/banknote/banknote.glb | bin | 0 -> 48988 bytes | |||
| -rw-r--r-- | src/client/assets/room/furnitures/banknote/tex.png | bin | 0 -> 43794 bytes | |||
| -rw-r--r-- | src/client/scripts/room/furnitures.json5 | 6 |
4 files changed, 5 insertions, 1 deletions
diff --git a/src/client/assets/room/furnitures/banknote/banknote.blend b/src/client/assets/room/furnitures/banknote/banknote.blend Binary files differnew file mode 100644 index 0000000000..60b1968a29 --- /dev/null +++ b/src/client/assets/room/furnitures/banknote/banknote.blend diff --git a/src/client/assets/room/furnitures/banknote/banknote.glb b/src/client/assets/room/furnitures/banknote/banknote.glb Binary files differnew file mode 100644 index 0000000000..f4ef0b91e7 --- /dev/null +++ b/src/client/assets/room/furnitures/banknote/banknote.glb diff --git a/src/client/assets/room/furnitures/banknote/tex.png b/src/client/assets/room/furnitures/banknote/tex.png Binary files differnew file mode 100644 index 0000000000..9106dc1457 --- /dev/null +++ b/src/client/assets/room/furnitures/banknote/tex.png diff --git a/src/client/scripts/room/furnitures.json5 b/src/client/scripts/room/furnitures.json5 index ae99c8bb83..4a40994107 100644 --- a/src/client/scripts/room/furnitures.json5 +++ b/src/client/scripts/room/furnitures.json5 @@ -399,5 +399,9 @@ { id: 'doll-ai', place: "floor", - } + }, + { + id: 'banknote', + place: "floor", + }, ] |