Commit graph

9 commits

Author SHA1 Message Date
Kazhnuz
055ae92eb9 feat(scene): add *Start() and *End() functions.
Make the scene children able to add functions before or after 
everything.
2019-06-13 18:33:29 +02:00
Kazhnuz
df4d264c21 gamecore/scenemanager: let the scene manager handle directly the world 2019-05-28 19:31:42 +02:00
Kazhnuz
23f17491ad gamecore/world: make the world registerable directly by itself 2019-05-28 19:28:05 +02:00
Kazhnuz
18d75f825c modules/world: separate map loading from level initialization 2019-05-01 14:36:40 +02:00
Kazhnuz
f90f89e728 examples: add batch asset files 2019-04-28 13:03:14 +02:00
Kazhnuz
f3543680ba examples/test_2: load actors from the newActor function 2019-04-07 13:48:52 +02:00
Kazhnuz
856d41beb5 examples/test_2: always load from world and not from scene 2019-04-07 13:47:37 +02:00
Kazhnuz
1d877a2eb1 examples/test_2: load actor list 2019-04-07 13:43:12 +02:00
Kazhnuz
836fd77435 examples: reorganize folders 2019-04-07 13:09:07 +02:00