Skip to content

Commit ea8d055

Browse files
committed
Allow Text, Pen and Image to be added to the stage
1 parent 5696c55 commit ea8d055

Some content is hidden

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

82 files changed

+722
-427
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ bin
22
tmp
33
distribution
44
*.iml
5-
libs
5+
libs
6+
classes

.idea/kotlinc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/KotlinJavaRuntime.xml

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/uiDesigner.xml

Lines changed: 124 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
## 1.14.1
1010

11-
* Improve ScratchText rendering
11+
* Improve Text rendering
1212

1313
## 1.14.0
1414

15-
* add think and say to ScratchSprite
16-
* add display to ScratchStage
15+
* add think and say to Sprite
16+
* add display to Stage
1717
* add whenClicked to Sprite
1818
* add whenBackdropSwitches to Sprite
1919

0 commit comments

Comments
 (0)