Last Heroes - State System

Development Mode

Open browser console (F12) to interact with the game state.

Try: gameState

Try: subscribe('shared.faith', val => console.log('Faith:', val))

Try: setState('shared.faith', 75)