コード例 #1
0
ファイル: src Animation.java プロジェクト: theoegui/Tron
 public Animation() {
   scenes = new ArrayList();
   totalTime = 0;
   start();
 }