Skip to content

Commit 9971d38

Browse files
committed
update to new hyperbook version
1 parent 85c8609 commit 9971d38

574 files changed

Lines changed: 857 additions & 537 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
<classpathentry kind="lib" path="libs/woodstox-core-6.5.1.jar"/>
2020
<classpathentry kind="lib" path="libs/word-wrap-0.1.12.jar"/>
2121
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
22-
<classpathentry kind="output" path="bin"/>
22+
<classpathentry kind="output" path="build"/>
2323
</classpath>

.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</natures>
1717
<filteredResources>
1818
<filter>
19-
<id>1694867546882</id>
19+
<id>1739041807845</id>
2020
<name></name>
2121
<type>30</type>
2222
<matcher>

docs/de/book/reference/extensions/animation/animated-sprite/index.yml renamed to docs/de/book/reference/extensions/animation/animated-sprite/index.md.yml

File renamed without changes.

docs/de/book/reference/extensions/animation/animated-sprite/looks/addAnimation.json renamed to docs/de/book/reference/extensions/animation/animated-sprite/looks/addAnimation.md.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"template": "method",
2+
"template": "class-method",
33
"related": [],
44
"name": "addAnimation()",
55
"scratchblock": "add animation (name) (pattern) (frames)",
@@ -8,14 +8,27 @@
88
"syntax": [
99
".addAnimation(name, pattern, frames)",
1010
".addAnimation(name, path, frames, width, height)",
11-
".addAnimation(name, path, frames, width, height, int row)"
11+
".addAnimation(name, path, frames, width, height, row)"
1212
],
1313
"returns": "void",
1414
"examples": [
1515
{
16-
"src": "AnimatedSpriteAddAnimation.java",
1716
"preview": "AnimatedSpriteAddAnimation.gif",
18-
"lines": "reg:[Rr]ecorder"
17+
"folder": "AnimatedSpriteAddAnimation",
18+
"files": [
19+
{
20+
"src": "MySprite.java",
21+
"lines": "reg:package"
22+
},
23+
{
24+
"src": "MyStage.java",
25+
"lines": "reg:package"
26+
},
27+
{
28+
"src": "MyWindow.java",
29+
"lines": "reg:([Rr]ecorder|package)"
30+
}
31+
]
1932
}
2033
],
2134
"parameters": [
@@ -51,4 +64,3 @@
5164
}
5265
]
5366
}
54-

docs/de/book/reference/extensions/animation/animated-sprite/looks/getAnimationFrame.json renamed to docs/de/book/reference/extensions/animation/animated-sprite/looks/getAnimationFrame.md.json

File renamed without changes.

docs/de/book/reference/extensions/animation/animated-sprite/looks/getAnimationInterval.json renamed to docs/de/book/reference/extensions/animation/animated-sprite/looks/getAnimationInterval.md.json

File renamed without changes.

docs/de/book/reference/extensions/animation/animated-sprite/looks/isAnimationPlayed.json renamed to docs/de/book/reference/extensions/animation/animated-sprite/looks/isAnimationPlayed.md.json

File renamed without changes.

docs/de/book/reference/extensions/animation/animated-sprite/looks/playAnimation.json renamed to docs/de/book/reference/extensions/animation/animated-sprite/looks/playAnimation.md.json

File renamed without changes.

docs/de/book/reference/extensions/animation/animated-sprite/looks/resetAnimation.json renamed to docs/de/book/reference/extensions/animation/animated-sprite/looks/resetAnimation.md.json

File renamed without changes.

docs/de/book/reference/extensions/animation/animated-sprite/looks/setAnimationFrame.json renamed to docs/de/book/reference/extensions/animation/animated-sprite/looks/setAnimationFrame.md.json

File renamed without changes.

0 commit comments

Comments
 (0)