2014 ソフトウェア設計及び演習用の班Wiki

gr12::背景

Haikei.h

typedef struct BackGround_data
{
  int background_number;   /*使用する背景画像番号*/

  double x,y;              /*画像の座標*/
  double x2,y2;
  double y_speed;          /*スクロール速度*/

  int used;                /*使用されているかの判定用*/               
  int reset;
  int flag;
}BG_t;

BG_t bg;

void DrowBackground(cairo_t *cr, GdkPixbuf *picture);


最終更新日:2015/02/18 13:07:11