Skip to content
Snippets Groups Projects
Commit f67c4af2 authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

fix: #fe activate typewriter at game start

parent eba81f44
No related branches found
No related tags found
No related merge requests found
......@@ -429,6 +429,7 @@ export default class FightScene extends Phaser.Scene {
createAndBindTypewriter() {
this.typewriter ??= new Typewriter();
this.typewriter.setActive(true);
if (this.game.device.os.desktop) {
this.typewriter.setHidden(true);
this.typewriter.setShiftModeHoldable();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment