JScratch
Loading...
Searching...
No Matches
SlashOfNails.java
Go to the documentation of this file.
1
package
generated;
2
3
import
com.jscratch.*;
4
import
java.awt.Color;
5
import
java.awt.event.KeyEvent;
6
7
public
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
}
com.jscratch.Sprite.Sprite
Sprite(String name)
Definition
Sprite.java:38
generated.SlashOfNails.SlashOfNails
SlashOfNails()
Definition
SlashOfNails.java:9
jscratch_ws
src
generated
SlashOfNails.java
Generated by
1.16.1