update README.md
Browse files
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",
|