Coder Social home page Coder Social logo

erosfrancesco.github.io

var config = {
    type: Phaser.AUTO,
    parent: 'phaser-example',
    width: 800,
    height: 600,
    backgroundColor: '#efefef',
    scene: {
        create: create,
        preload: preload
    }
};

var game = new Phaser.Game(config);

function preload ()
{
    this.load.image("Guzma", "https://raw.githubusercontent.com/erosfrancesco/erosfrancesco.github.io/master/assets/sprites/Guzma.png");
}

function create ()
{
    this.add.circle(300, 250, 128, 0xff00ff).setBlendMode(Phaser.BlendModes.MULTIPLY);
    this.add.circle(500, 250, 128, 0x00ffff).setBlendMode(Phaser.BlendModes.MULTIPLY);
    this.add.circle(400, 400, 128, 0xffff00).setBlendMode(Phaser.BlendModes.MULTIPLY);


    this.add.image(400, 300, "Guzma").setTintFill("0xffffff4", "0xff3434").setBlendMode(Phaser.BlendModes.MULTIPLY);
}

eros francesco reale's Projects

dronelink icon dronelink

Mavlink, Serialport and WebSocket. Frontend by Vite. 'Nuff said.

omnimidi icon omnimidi

A software MIDI synthesizer for professional use.

react-native-redux icon react-native-redux

Simple template app made of react native, with react navigation, redux logic middleware and axios. What do you want more?

react-template icon react-template

Redux, Theming, UI-Material, Dark mode, TopBar and, hopefully in the future, a side menu. Also a routing system. That will be revisited in the future

tempberry-pid icon tempberry-pid

A small application, which controls temperature of a connected real world system. Uses Tinkerforge modules and can be deployed on Raspberry Pis.

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.