Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.
/ phaser-rts Public archive
forked from rephus/phaser-rts

RPS: Phaser.io simple RTS

Notifications You must be signed in to change notification settings

meltzow/phaser-rts

 
 

Repository files navigation

Phaser Plugins

resources

Tools

How to do gifs

Record browser window with gtk-recordmydesktop

  • Set 30fps
  • Disable On-fly encoding

This will create a out.ogv file on $HOME

Convert the video to gif with

ffmpeg -ss 00:00:00 -i out.ogv -r 10 -vf scale=-1:-1 out.gif

Crop the gif file in http://ezgif.com/crop

/~https://github.com/photonstorm/phaser-examples/blob/master/examples/text/center%20text%20on%20sprite.js

About

RPS: Phaser.io simple RTS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Other 0.6%