Finished dark souls carvings (#1383)
This commit is contained in:
@@ -157,10 +157,10 @@
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Misc/carvings.rsi
|
||||
state: helpme
|
||||
state: help_me
|
||||
- type: Icon
|
||||
sprite: Objects/Misc/carvings.rsi
|
||||
state: helpme
|
||||
state: help_me
|
||||
- type: Item
|
||||
sprite: Objects/Misc/carvings.rsi
|
||||
- type: EmitSoundOnThrow
|
||||
@@ -182,10 +182,10 @@
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Misc/carvings.rsi
|
||||
state: helpme
|
||||
state: hello
|
||||
- type: Icon
|
||||
sprite: Objects/Misc/carvings.rsi
|
||||
state: helpme
|
||||
state: hello
|
||||
- type: Item
|
||||
sprite: Objects/Misc/carvings.rsi
|
||||
- type: EmitSoundOnThrow
|
||||
@@ -205,10 +205,10 @@
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Misc/carvings.rsi
|
||||
state: helpme
|
||||
state: thank_you
|
||||
- type: Icon
|
||||
sprite: Objects/Misc/carvings.rsi
|
||||
state: helpme
|
||||
state: thank_you
|
||||
- type: Item
|
||||
sprite: Objects/Misc/carvings.rsi
|
||||
- type: EmitSoundOnThrow
|
||||
@@ -228,10 +228,10 @@
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Misc/carvings.rsi
|
||||
state: helpme
|
||||
state: very_good
|
||||
- type: Icon
|
||||
sprite: Objects/Misc/carvings.rsi
|
||||
state: helpme
|
||||
state: very_good
|
||||
- type: Item
|
||||
sprite: Objects/Misc/carvings.rsi
|
||||
- type: EmitSoundOnThrow
|
||||
@@ -251,10 +251,10 @@
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Misc/carvings.rsi
|
||||
state: helpme
|
||||
state: im_sorry
|
||||
- type: Icon
|
||||
sprite: Objects/Misc/carvings.rsi
|
||||
state: helpme
|
||||
state: im_sorry
|
||||
- type: Item
|
||||
sprite: Objects/Misc/carvings.rsi
|
||||
- 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",
|
||||
"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,
|
||||
"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