Finished dark souls carvings (#1383)

This commit is contained in:
Swept
2020-07-12 20:49:20 +00:00
committed by GitHub
parent 85497bb157
commit 33ed9eea82
7 changed files with 47 additions and 11 deletions

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

View File

Before

Width:  |  Height:  |  Size: 684 B

After

Width:  |  Height:  |  Size: 684 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 773 B

View File

@@ -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": [
[

Binary file not shown.

After

Width:  |  Height:  |  Size: 829 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 B