Skip to content

Commit

Permalink
Merge pull request #189 from X-R-G-B/add-explanation-ski
Browse files Browse the repository at this point in the history
Add explanation for skip tp
  • Loading branch information
romainpanno authored May 8, 2022
2 parents 7933df0 + 3804a04 commit f2dae11
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion assets/data/npc/magician_intro.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"Appuie sur 'A' pour continuer",
"HE OH",
"reveil toi chakal",
"Attention tu rentre dans un flashback"
"Attention tu rentre dans un flashback",
"si ca prend trop longtemps,\nAppui sur 'entrer'"
]
}
2 changes: 1 addition & 1 deletion assets/data/story_mode/stage_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,5 @@
}
}
},
"spawn": [75, 85]
"spawn": [45, 115]
}
3 changes: 2 additions & 1 deletion src/player/stat_upgrade/stats_component.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
** stats_component
*/

#include "my_rpg.h"
#include "my_bgs_button_generator.h"
#include "my_bgs.h"
#include "my_rpg.h"
#include "main_menu.h"
#include "macro.h"

static const char STATS_UPGRADE[] = "./assets/data/player/stats_upgrade.json";
Expand Down

0 comments on commit f2dae11

Please sign in to comment.