-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add mirotvorec, fixed some stuff #490
Changes from 1 commit
22aa99c
df97b08
586fe55
01f5107
2a9b8a1
aa512c9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -683,4 +683,24 @@ | |
path: /Audio/_Sunrise/papich_naaa.ogg | ||
- type: EmitSoundOnTrigger | ||
sound: | ||
path: /Audio/_Sunrise/papich_naaa.ogg | ||
path: /Audio/_Sunrise/papich_naaa.ogg | ||
- type: UseDelay | ||
delay: 20.0 | ||
|
||
- type: entity | ||
parent: BasePlushie | ||
This comment was marked as resolved.
Sorry, something went wrong. |
||
id: PlushieMirotvorec | ||
name: Миротворец | ||
Comment on lines
+693
to
+694
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. локализация в .yml ай-ай-ай. А фиксить кто будет? Отныне русские символы в прототипах караються. Локализацию делать только в Locale/ru-Ru по соответсвующим папкам/файлам, в твоем случае это |
||
description: Там где он, там мир, но там где война, там он несëт смерть. | ||
components: | ||
- type: Sprite | ||
state: plushie-mirotvorec | ||
sprite: _Sunrise/Objects/Fun/toys.rsi | ||
- type: EmitSoundOnUse | ||
sound: | ||
path: /Audio/_Sunrise/vizhu_pidorasa.ogg | ||
- type: EmitSoundOnTrigger | ||
sound: | ||
path: /Audio/_Sunrise/vizhu_pidorasa.ogg | ||
- type: UseDelay | ||
delay: 20.0 |
This comment was marked as resolved.
Sorry, something went wrong. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -185,6 +185,9 @@ | |
}, | ||
{ | ||
"name": "plushie-nara" | ||
}, | ||
{ | ||
"name": "plushie-mirotvorec" | ||
} | ||
] | ||
} |
This comment was marked as resolved.
Sorry, something went wrong. |
This comment was marked as resolved.
Sorry, something went wrong.