Finished dark souls carvings (#1383)
This commit is contained in:
@@ -157,10 +157,10 @@
|
|||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Misc/carvings.rsi
|
sprite: Objects/Misc/carvings.rsi
|
||||||
state: helpme
|
state: help_me
|
||||||
- type: Icon
|
- type: Icon
|
||||||
sprite: Objects/Misc/carvings.rsi
|
sprite: Objects/Misc/carvings.rsi
|
||||||
state: helpme
|
state: help_me
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Misc/carvings.rsi
|
sprite: Objects/Misc/carvings.rsi
|
||||||
- type: EmitSoundOnThrow
|
- type: EmitSoundOnThrow
|
||||||
@@ -182,10 +182,10 @@
|
|||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Misc/carvings.rsi
|
sprite: Objects/Misc/carvings.rsi
|
||||||
state: helpme
|
state: hello
|
||||||
- type: Icon
|
- type: Icon
|
||||||
sprite: Objects/Misc/carvings.rsi
|
sprite: Objects/Misc/carvings.rsi
|
||||||
state: helpme
|
state: hello
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Misc/carvings.rsi
|
sprite: Objects/Misc/carvings.rsi
|
||||||
- type: EmitSoundOnThrow
|
- type: EmitSoundOnThrow
|
||||||
@@ -205,10 +205,10 @@
|
|||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Misc/carvings.rsi
|
sprite: Objects/Misc/carvings.rsi
|
||||||
state: helpme
|
state: thank_you
|
||||||
- type: Icon
|
- type: Icon
|
||||||
sprite: Objects/Misc/carvings.rsi
|
sprite: Objects/Misc/carvings.rsi
|
||||||
state: helpme
|
state: thank_you
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Misc/carvings.rsi
|
sprite: Objects/Misc/carvings.rsi
|
||||||
- type: EmitSoundOnThrow
|
- type: EmitSoundOnThrow
|
||||||
@@ -228,10 +228,10 @@
|
|||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Misc/carvings.rsi
|
sprite: Objects/Misc/carvings.rsi
|
||||||
state: helpme
|
state: very_good
|
||||||
- type: Icon
|
- type: Icon
|
||||||
sprite: Objects/Misc/carvings.rsi
|
sprite: Objects/Misc/carvings.rsi
|
||||||
state: helpme
|
state: very_good
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Misc/carvings.rsi
|
sprite: Objects/Misc/carvings.rsi
|
||||||
- type: EmitSoundOnThrow
|
- type: EmitSoundOnThrow
|
||||||
@@ -251,10 +251,10 @@
|
|||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Misc/carvings.rsi
|
sprite: Objects/Misc/carvings.rsi
|
||||||
state: helpme
|
state: im_sorry
|
||||||
- type: Icon
|
- type: Icon
|
||||||
sprite: Objects/Misc/carvings.rsi
|
sprite: Objects/Misc/carvings.rsi
|
||||||
state: helpme
|
state: im_sorry
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Misc/carvings.rsi
|
sprite: Objects/Misc/carvings.rsi
|
||||||
- type: EmitSoundOnThrow
|
- type: EmitSoundOnThrow
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Misc/carvings.rsi/hello.png
Normal file
BIN
Resources/Textures/Objects/Misc/carvings.rsi/hello.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 822 B |
|
Before Width: | Height: | Size: 684 B After Width: | Height: | Size: 684 B |
BIN
Resources/Textures/Objects/Misc/carvings.rsi/im_sorry.png
Normal file
BIN
Resources/Textures/Objects/Misc/carvings.rsi/im_sorry.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 773 B |
@@ -8,7 +8,43 @@
|
|||||||
"copyright": "By Bright",
|
"copyright": "By Bright",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "helpme",
|
"name": "hello",
|
||||||
|
"directions": 1,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "help_me",
|
||||||
|
"directions": 1,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "thank_you",
|
||||||
|
"directions": 1,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "im_sorry",
|
||||||
|
"directions": 1,
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
1
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "very_good",
|
||||||
"directions": 1,
|
"directions": 1,
|
||||||
"delays": [
|
"delays": [
|
||||||
[
|
[
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Misc/carvings.rsi/thank_you.png
Normal file
BIN
Resources/Textures/Objects/Misc/carvings.rsi/thank_you.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 829 B |
BIN
Resources/Textures/Objects/Misc/carvings.rsi/very_good.png
Normal file
BIN
Resources/Textures/Objects/Misc/carvings.rsi/very_good.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 875 B |
Reference in New Issue
Block a user