readme.txt 761 B

123456789101112131415161718192021222324252627282930
  1. Game has 5 parts (projects) for learning oxygine.
  2. Each part has some new improvements:
  3. 1.
  4. - basic Oxygine features
  5. - Sprite, Actor, Tween,
  6. - handling touch events
  7. 2.
  8. - more solid gameplay and game classes
  9. 3.
  10. - added scenes and buttons
  11. - custom MyButton actor
  12. - scenes: GameScene and MainMenuScene
  13. - all gameplay moved to GameScene
  14. 4.
  15. - refactored scenes and added transitions between them
  16. - added new GameMenu
  17. - added custom events
  18. - makefourcc
  19. - class Scene is more complete
  20. 5.
  21. - don't have any c++ code changes
  22. - changed data folder structure and xml file:
  23. - all images were moved outside of data folder
  24. - generated atlasses with oxygine tool "oxyresbuild"
  25. - see "gen-atlasses" command line tools for builing atlasses
  26. - has low definition atlasses