Compare commits
2 commits
bf5b5f2156
...
008e2d55bc
Author | SHA1 | Date | |
---|---|---|---|
yuni | 008e2d55bc | ||
yuni | 875bf5a972 |
|
@ -458,6 +458,9 @@ pub fn apply_input_to_player(
|
||||||
key_input: Res<ButtonInput<KeyCode>>,
|
key_input: Res<ButtonInput<KeyCode>>,
|
||||||
q_windows: Query<&Window, With<PrimaryWindow>>,
|
q_windows: Query<&Window, With<PrimaryWindow>>,
|
||||||
) {
|
) {
|
||||||
|
if settings.map_active || !settings.in_control() {
|
||||||
|
return;
|
||||||
|
}
|
||||||
let player = q_player.get_single_mut();
|
let player = q_player.get_single_mut();
|
||||||
if player.is_err() {
|
if player.is_err() {
|
||||||
return;
|
return;
|
||||||
|
|
|
@ -883,12 +883,22 @@
|
||||||
- Oh, hello!
|
- Oh, hello!
|
||||||
- Look, I'm very busy right now constructing this place.
|
- Look, I'm very busy right now constructing this place.
|
||||||
- We can talk more once this is done.
|
- We can talk more once this is done.
|
||||||
|
- label: entrypoint
|
||||||
- Can you spare some oxygen?:
|
- Can you spare some oxygen?:
|
||||||
- Oh, sure thing!
|
- Oh, sure thing!
|
||||||
- script: refilloxygen 1
|
- script: refilloxygen 1
|
||||||
|
- Can I ask you some general questions?:
|
||||||
|
- Of course.
|
||||||
|
- goto: generic_questions
|
||||||
- Bye!:
|
- Bye!:
|
||||||
- See you around!
|
- See you around!
|
||||||
|
- goto: EXIT
|
||||||
|
- goto: entrypoint
|
||||||
|
|
||||||
|
- label: generic_questions
|
||||||
|
- include: generic_questions_serenity
|
||||||
|
- Anything else?
|
||||||
|
- goto: entrypoint
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -896,11 +906,22 @@
|
||||||
- chat: River
|
- chat: River
|
||||||
- Welcome to our little oasis!
|
- Welcome to our little oasis!
|
||||||
- This will be great once it's finished.
|
- This will be great once it's finished.
|
||||||
|
- label: entrypoint
|
||||||
- Can you spare some oxygen?:
|
- Can you spare some oxygen?:
|
||||||
- Oh, sure thing!
|
- Oh, sure thing!
|
||||||
- script: refilloxygen 1
|
- script: refilloxygen 1
|
||||||
|
- Can I ask you some general questions?:
|
||||||
|
- Of course.
|
||||||
|
- goto: generic_questions
|
||||||
- Bye!:
|
- Bye!:
|
||||||
- See you around!
|
- See you around!
|
||||||
|
- goto: EXIT
|
||||||
|
- goto: entrypoint
|
||||||
|
|
||||||
|
- label: generic_questions
|
||||||
|
- include: generic_questions_serenity
|
||||||
|
- Anything else?
|
||||||
|
- goto: entrypoint
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue