Ammah commited on
Commit
d3d21e1
1 Parent(s): c9bfb60

update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -53,7 +53,9 @@ from gigax.scene import (
53
  ParameterType,
54
  )
55
  # Use sample data
 
56
  current_location = Location(name="Old Town", description="A quiet and peaceful town.")
 
57
  NPCs = [
58
  Character(
59
  name="John the Brave",
 
53
  ParameterType,
54
  )
55
  # Use sample data
56
+ context = "Medieval world"
57
  current_location = Location(name="Old Town", description="A quiet and peaceful town.")
58
+ locations = [current_location] # you can add more locations to the scene
59
  NPCs = [
60
  Character(
61
  name="John the Brave",