summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/assets/room/furnitures/banknote/banknote.blendbin0 -> 716076 bytes
-rw-r--r--src/client/assets/room/furnitures/banknote/banknote.glbbin0 -> 48988 bytes
-rw-r--r--src/client/assets/room/furnitures/banknote/tex.pngbin0 -> 43794 bytes
-rw-r--r--src/client/scripts/room/furnitures.json56
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
new file mode 100644
index 0000000000..60b1968a29
--- /dev/null
+++ b/src/client/assets/room/furnitures/banknote/banknote.blend
Binary files differ
diff --git a/src/client/assets/room/furnitures/banknote/banknote.glb b/src/client/assets/room/furnitures/banknote/banknote.glb
new file mode 100644
index 0000000000..f4ef0b91e7
--- /dev/null
+++ b/src/client/assets/room/furnitures/banknote/banknote.glb
Binary files differ
diff --git a/src/client/assets/room/furnitures/banknote/tex.png b/src/client/assets/room/furnitures/banknote/tex.png
new file mode 100644
index 0000000000..9106dc1457
--- /dev/null
+++ b/src/client/assets/room/furnitures/banknote/tex.png
Binary files differ
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",
+ },
]