Skip to content
This repository was archived by the owner on Jan 4, 2024. It is now read-only.

meltzow/phaser-rts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.4%
  • Other 0.6%