Skip to content

Commit 3bb2af3

Browse files
committed
remove content not added yet -- will add in later version
1 parent 53e97bf commit 3bb2af3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

news/2021-08-04-fastj-1-5-0-release.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ I'm proud to announce that the FastJ Discord server is now open -- [join here][D
2525

2626

2727
## New Example Programs
28-
With the popularity and feature list of FastJ growing, 13 new example programs have been added! They cover a range of topics like getting started, engine configuration, keyboard and mouse input, text, polygons, models, scenes, and more.
28+
With the popularity and feature list of FastJ growing, 13 new example programs have been added! They cover a range of topics like getting started, engine configuration, keyboard and mouse input, text, polygons, models, and more.
2929

3030
### Examples Source Code
3131
- [Hello, FastJ](https://example.fastj.dev/hellofastj/Main.java) -- Creating a Window in FastJ
@@ -36,11 +36,8 @@ With the popularity and feature list of FastJ growing, 13 new example programs h
3636
- [Model2D](https://example.fastj.dev/model2d/Main.java) -- Creating and using `Model2D` objects (models) in FastJ
3737
- [Model File Read/Write](https://example.fastj.dev/modelreadwrite/Main.java) -- Reading and writing `Model2D` objects from/to files in FastJ
3838
- [Display Rendering Settings](https://example.fastj.dev/rendersettings/Main.java) -- changing a `Display`'s global rendering settings
39-
- [Behaviors](https://example.fastj.dev/behaviors/Main.java) -- Modifying `GameObject`s with behaviors.
4039
- [Keyboard Input](https://example.fastj.dev/keyboard/Main.java) -- Getting keyboard input in FastJ
4140
- [Mouse Input](https://example.fastj.dev/mouse/Main.java) -- getting mouse input in FastJ
42-
- [Scenes](https://example.fastj.dev/helloscenes/Main.java) -- Scenes in FastJ
43-
- [Audio](https://example.fastj.dev/audio/Main.java) -- Audio in FastJ
4441

4542
Furthermore, the following examples have been removed:
4643
- "Hello World!" has been removed, in favor of "Hello, FastJ!"

0 commit comments

Comments
 (0)