JScratch
Loading...
Searching...
No Matches
SlashOfNails.java
Go to the documentation of this file.
1package generated;
2
3import com.jscratch.*;
4import java.awt.Color;
5import java.awt.event.KeyEvent;
6
7public class SlashOfNails extends Sprite {
8 /* slot start [id:"SlashOfNails_members" tags:"inClassNotMethod"] */
9 public SlashOfNails() {
10 super("SlashOfNails");
11
12 // Example: addCostume(new Costume("costume1", "path/to/img.png"));
13
14 /* slot start [id:"SlashOfNails_init" tags:"inInstanceMethod"] */
15 /* slot end [id:"SlashOfNails_init"] */
16 }
17 /* slot end [id:"SlashOfNails_members"] */
18}
Sprite(String name)
Definition Sprite.java:38