summaryrefslogtreecommitdiffhomepage
path: root/vobj
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-05-17 17:06:16 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-05-17 17:08:52 +0200
commit8138cc9a269844b6c0a84c193a7a43aec7010592 (patch)
tree1d7c1f1b37c7f714fd0976bfa839e0b18ca2385d /vobj
parent08b89c6575947e8fdcba9b6c329c25aa8472e52b (diff)
wip vobj
Diffstat (limited to 'vobj')
-rw-r--r--vobj/light.pdnbin0 -> 5949 bytes
-rw-r--r--vobj/light.pngbin0 -> 1344 bytes
-rw-r--r--vobj/vobj.json7
3 files changed, 7 insertions, 0 deletions
diff --git a/vobj/light.pdn b/vobj/light.pdn
new file mode 100644
index 00000000..7033a4f6
--- /dev/null
+++ b/vobj/light.pdn
Binary files differ
diff --git a/vobj/light.png b/vobj/light.png
new file mode 100644
index 00000000..56b2b6e1
--- /dev/null
+++ b/vobj/light.png
Binary files differ
diff --git a/vobj/vobj.json b/vobj/vobj.json
new file mode 100644
index 00000000..b3ccc5f8
--- /dev/null
+++ b/vobj/vobj.json
@@ -0,0 +1,7 @@
+[
+ {
+ "name": "light",
+ "description": "Light",
+ "image": "light.png"
+ }
+]