diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-05-17 17:06:16 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-05-17 17:08:52 +0200 |
| commit | 8138cc9a269844b6c0a84c193a7a43aec7010592 (patch) | |
| tree | 1d7c1f1b37c7f714fd0976bfa839e0b18ca2385d /vobj | |
| parent | 08b89c6575947e8fdcba9b6c329c25aa8472e52b (diff) | |
wip vobj
Diffstat (limited to 'vobj')
| -rw-r--r-- | vobj/light.pdn | bin | 0 -> 5949 bytes | |||
| -rw-r--r-- | vobj/light.png | bin | 0 -> 1344 bytes | |||
| -rw-r--r-- | vobj/vobj.json | 7 |
3 files changed, 7 insertions, 0 deletions
diff --git a/vobj/light.pdn b/vobj/light.pdn Binary files differnew file mode 100644 index 00000000..7033a4f6 --- /dev/null +++ b/vobj/light.pdn diff --git a/vobj/light.png b/vobj/light.png Binary files differnew file mode 100644 index 00000000..56b2b6e1 --- /dev/null +++ b/vobj/light.png 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" + } +] |
