k4d3 commited on
Commit
fecf169
1 Parent(s): 2b22c72

some random stuff

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. assets/dialogues/test_dialog.yarn +11 -2
README.md CHANGED
@@ -95,7 +95,8 @@ if velocity.y < 0 {
95
 
96
  - **Localization**
97
 
98
- - ⚠️ Started work by integrating `bevy_device_lang`. Requires a proper system that saves this value and allows the player to change it in the game menu, and also requires starting work on localization and saving and loading settings.
 
99
 
100
  - **`bevy_asepritesheet` + `bevy_ecs_ldtk` integration.**
101
 
 
95
 
96
  - **Localization**
97
 
98
+ - ⚠️ ~~Started work by integrating `bevy_device_lang`. Requires a proper system that saves this value and allows the player to change it in the game menu, and also requires starting work on localization and saving and loading settings.~~
99
+ - Use `sys-lang` crate instead!
100
 
101
  - **`bevy_asepritesheet` + `bevy_ecs_ldtk` integration.**
102
 
assets/dialogues/test_dialog.yarn CHANGED
@@ -3,8 +3,17 @@ position: -199,-641
3
  ---
4
  ???: My name is Kade, nice to meet you!
5
  ===
6
- title: Kade_
7
- position: -198,-469
8
  ---
9
  Kade: I'm a wizard, but that just means I'm able to shape this world through my actions. You can do that too!
 
 
 
 
 
 
 
 
 
10
  ===
 
3
  ---
4
  ???: My name is Kade, nice to meet you!
5
  ===
6
+ title: Kade_Next
7
+ position: -195,-477
8
  ---
9
  Kade: I'm a wizard, but that just means I'm able to shape this world through my actions. You can do that too!
10
+ Kade: Anyway, I bet you want me to help you cook some potions!
11
+ Kade: Well, too bad! My cauldron is broken! I mean, its out of firewood, bring me some so we can light up this baby and start cooking!
12
+ ===
13
+ title: A_Critical_Moment
14
+ position: 100,-641
15
+ ---
16
+ ???: We may soon face a critical moment!
17
+ ???: Our life might hang on a split second decision, a hesitation would kill us all and those that were counting on us would surely die as well!
18
+ ???: We cannot let this happen!
19
  ===