This commit is contained in:
Pancake
2021-12-23 02:33:55 -08:00
committed by GitHub
parent 7800029e67
commit 2f6f2d0936
5 changed files with 49 additions and 12 deletions

View File

@@ -550,3 +550,21 @@
size: 12
sprite: Objects/Fun/toys.rsi
HeldPrefix: singularitytoy
- type: entity
parent: BaseItem
id: PonderingOrb
name: pondering orb
description: Ponderous, man... Really ponderous.
components:
- type: Sprite
sprite: Objects/Fun/toys.rsi
state: orb
shader: unshaded
- type: PointLight
radius: 2
color: "#00CCFF"
- type: Item
size: 24
sprite: Objects/Fun/toys.rsi
HeldPrefix: orb

View File

@@ -268,17 +268,36 @@
{
"name": "singularitytoy",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "orb",
"delays": [
[
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "orb-inhand-left",
"directions": 4
},
{
"name": "orb-inhand-right",
"directions": 4
}
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 719 B