Girdacio
Results
1
comments of
Girdacio
@Qumeric you can try on preload method: `this.load.image('logo', 'assets/phaser3-logo.png');` then on create method: `const logo = this.add.image(400, 70, 'logo');`