Skip to content
Snippets Groups Projects
Commit 35364ba4 authored by BuildTools's avatar BuildTools
Browse files

on change les spawns

parent a93bb6fe
No related merge requests found
...@@ -87,7 +87,6 @@ public class PlayerMovement : MonoBehaviour ...@@ -87,7 +87,6 @@ public class PlayerMovement : MonoBehaviour
{ {
if (this.GetComponent<PlayerNature>().currentNature <= 100 && stage == 0) if (this.GetComponent<PlayerNature>().currentNature <= 100 && stage == 0)
{ {
Debug.Log("OK");
GenerateMap.instance.generateBoutique(0, 0, "chaussure"); GenerateMap.instance.generateBoutique(0, 0, "chaussure");
stage++; stage++;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment