Giter Club home page Giter Club logo

Comments (11)

r0m1n avatar r0m1n commented on May 14, 2024 1

I'm learning Phaser 3, in the meantime you can do this => https://github.com/proyecto26/ion-phaser/blob/master/demo-angular/src/app/app.component.ts#L54

thanks!

from ion-phaser.

r0m1n avatar r0m1n commented on May 14, 2024 1

What wrong with this.game.instance.scene.getAt(0).someMethod()? It works for me at least.

from ion-phaser.

r0m1n avatar r0m1n commented on May 14, 2024 1

I have created new class for the scene that extends PhaserScene. Something like this:

class TestScene extends Phaser.Scene{

  constructor() {
    super({key: 'TestScene'});
  }

    preload() {....
}
someMethod(param){
}

and in the config I just passing it to the "scene" field

 game = {
    width: "100%",
    height: "50%",
    type: Phaser.AUTO,
    scene: [TestScene],
    physics: {
      default: 'arcade',
      arcade: {
        gravity: { y: 200 }
      }},
    instance: null
  }

not exactly sure is it necessary to create a new class for the scene to make thing works, but for me it seems like more neat way to do this then just writing full scene code into the config.

from ion-phaser.

jdnichollsc avatar jdnichollsc commented on May 14, 2024

Let me check 👍

from ion-phaser.

jdnichollsc avatar jdnichollsc commented on May 14, 2024

It looks like you can't do that because scene property of the game instance is a SceneManager in Phaser 3

from ion-phaser.

jdnichollsc avatar jdnichollsc commented on May 14, 2024

I'm learning Phaser 3, in the meantime you can do this => https://github.com/proyecto26/ion-phaser/blob/master/demo-angular/src/app/app.component.ts#L54

from ion-phaser.

jdnichollsc avatar jdnichollsc commented on May 14, 2024

I'm reopening the issue because I have the same question 😅

from ion-phaser.

jdnichollsc avatar jdnichollsc commented on May 14, 2024

woww, really? I was debugging but maybe I didn't see because TypeScript haha

from ion-phaser.

jdnichollsc avatar jdnichollsc commented on May 14, 2024

@r0m1n how are you adding that method? I have an error warning like this: ERROR TypeError: scene. someMethod is not a function

from ion-phaser.

jdnichollsc avatar jdnichollsc commented on May 14, 2024

Awesome and yes, you're right! <3

from ion-phaser.

jdnichollsc avatar jdnichollsc commented on May 14, 2024

yeah, it's working here https://github.com/proyecto26/ion-phaser/blob/master/demo-angular/src/app/app.component.ts#L91

from ion-phaser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.