workadventure/front/src/Phaser
David Négrier 2448fef53a Adding a notion of instances per mapAdding a notion of instances to room
The URL signature becomes:

https://workadventu.re/_/[instance]/[path_to_map.json]

This allows us to create many instances of the same map (and therefore to create several different worlds for different people)

An exit on a map can target another "instance" by passing the "exitInstance" property.
2020-05-23 17:45:49 +02:00
..
Components Changed font from text 2020-05-01 23:19:51 +02:00
Entity Changing the "Point" notion to add a notion of "moving" in addition to the notion of direction. 2020-05-22 23:04:45 +02:00
Game Adding a notion of instances per mapAdding a notion of instances to room 2020-05-23 17:45:49 +02:00
Login Adding a notion of instances per mapAdding a notion of instances to room 2020-05-23 17:45:49 +02:00
Map Autoload tiles 2020-04-15 19:23:06 +02:00
Player Adding a notion of instances per mapAdding a notion of instances to room 2020-05-23 17:45:49 +02:00
Reconnecting Prettifying lost connection screen 2020-05-23 16:13:37 +02:00
UserInput Refactored and optimized messages 2020-05-19 19:11:12 +02:00