Skip to content

Commit 36f6564

Browse files
authored
Update README.md
1 parent d44e3db commit 36f6564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This works for both 2D games and 3D games, try the demo by executing this projec
2323
The geometry/sprites of each zone sits inside an area node that should encompass all the zone geometry/sprites. The zones areas should be overlapping.
2424

2525
Rules:
26-
- The player can be in one or more zones at the same time (overlapping zones).
26+
- The player can be in one or more zones at the same time (player zone(s)).
2727
- Zones overlapping the player zone(s) are automatically preloaded (loaded but not attached to the game tree).
2828
- When the player enters a new zone, that zone is attached to the tree (made visible).
2929
- When the player exits a zone, that zone is detached from the tree (invisible, but stays loaded).

0 commit comments

Comments
 (0)