https://phaser.io/tutorials/getting-started-facebook-instant-games/part7 Phaser - A fast, fun and free open source HTML5 game framework Desktop and Mobile HTML5 game framework. A fast, free and fun open source framework for Canvas and WebGL powered browser games. phaser.io 게임 스텟을 통해 정수 값에 대한 저장과 로드를 배웠지만 정수가 아닌 값을 저장,로드하기 위해서는 어떻게 해야할까요? 문자열이나 float형 혹은 객체처럼 더 복잡한 데이터 유형의 저장이 필요할 수 있습니다. 이 경우 플레..