代码搜索:Animation

找到约 4,070 项符合「Animation」的源代码

代码结果 4,070
www.eeworm.com/read/379466/2673703

java imageset.java

/** * A container for sets of image frames; typically sprites. A single set * is made up of one or more states. Each state represents an animation sequence * including Image objects for the fram
www.eeworm.com/read/379466/2673721

java imageset.java

/** * A container for sets of image frames; typically sprites. A single set * is made up of one or more states. Each state represents an animation sequence * including Image objects for the fram
www.eeworm.com/read/379466/2673739

java imageset.java

/** * A container for sets of image frames; typically sprites. A single set * is made up of one or more states. Each state represents an animation sequence * including Image objects for the fram
www.eeworm.com/read/379466/2673757

java imageset.java

/** * A container for sets of image frames; typically sprites. A single set * is made up of one or more states. Each state represents an animation sequence * including Image objects for the fram
www.eeworm.com/read/379466/2673833

java imageset.java

/** * A container for sets of image frames; typically sprites. A single set * is made up of one or more states. Each state represents an animation sequence * including Image objects for the fram
www.eeworm.com/read/369426/2798632

java sprite.java

import java.awt.Image; public class Sprite { private Animation anim; // position (pixels) private float x; private float y; // velocity (pixels per millisecond) priv
www.eeworm.com/read/369426/2798662

java grub.java

package com.brackeen.javagamebook.tilegame.sprites; import com.brackeen.javagamebook.graphics.Animation; /** A Grub is a Creature that moves slowly on the ground. */ public class Grub ext
www.eeworm.com/read/369426/2798664

java player.java

package com.brackeen.javagamebook.tilegame.sprites; import com.brackeen.javagamebook.graphics.Animation; /** The Player. */ public class Player extends Creature { private static fi
www.eeworm.com/read/369426/2798801

java grub.java

package com.brackeen.javagamebook.tilegame.sprites; import com.brackeen.javagamebook.graphics.Animation; /** A Grub is a Creature that moves slowly on the ground. */ public class Grub ext
www.eeworm.com/read/369426/2798803

java player.java

package com.brackeen.javagamebook.tilegame.sprites; import com.brackeen.javagamebook.graphics.Animation; /** The Player. */ public class Player extends Creature { private static fi