└── Basics ├── Part1.md ├── Part2.md ├── Part3.md ├── Part4.md └── assets ├── part1-1.png ├── part3-lifecycle.png └── part3-states.png /Basics/Part1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdotrjs/phaser-guides/HEAD/Basics/Part1.md -------------------------------------------------------------------------------- /Basics/Part2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdotrjs/phaser-guides/HEAD/Basics/Part2.md -------------------------------------------------------------------------------- /Basics/Part3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdotrjs/phaser-guides/HEAD/Basics/Part3.md -------------------------------------------------------------------------------- /Basics/Part4.md: -------------------------------------------------------------------------------- 1 | # Phaser 3 Series: Basic Debugging 2 | 3 | TODO -------------------------------------------------------------------------------- /Basics/assets/part1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdotrjs/phaser-guides/HEAD/Basics/assets/part1-1.png -------------------------------------------------------------------------------- /Basics/assets/part3-lifecycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdotrjs/phaser-guides/HEAD/Basics/assets/part3-lifecycle.png -------------------------------------------------------------------------------- /Basics/assets/part3-states.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdotrjs/phaser-guides/HEAD/Basics/assets/part3-states.png --------------------------------------------------------------------------------