Skip to content

Commit 2e40f67

Browse files
authored
Merge pull request #689 from aaronfranke/readme-post-b0d4a7c
Update README files after release 3.4-b0d4a7c
2 parents b0d4a7c + f1de905 commit 2e40f67

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<!--
22
Only submit a pull request if all of the following conditions are met:
33
4-
* It must work with the latest stable Godot version. Do not submit a
5-
pull request if it only works with alpha/beta builds.
4+
* It must work with the latest Godot version of the branch you're submitting to.
65
76
* It must follow all of the Godot style guides, including the GDScript
87
style guide and the C# style guide.

3d/global_illumination/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Language: GDScript
1313

1414
Renderer: GLES 3[^1]
1515

16+
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/1290
17+
1618
## How does it work?
1719

1820
A glTF scene (which acts as the level mesh) is imported with its **Light Baking**

3d/rigidbody_character/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Language: GDScript
99

1010
Renderer: GLES 3
1111

12+
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/1291
13+
1214
## How does it work?
1315

1416
This demo uses a [`RigidBody`](https://docs.godotengine.org/en/stable/classes/class_rigidbody.html)

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ be used with [Godot Engine](https://godotengine.org), the open source
66

77
## Godot versions
88

9-
- The [`master`](https://github.com/godotengine/godot-demo-projects) branch is compatible with the latest stable Godot version (currently 3.4.x).
9+
- The [`master`](https://github.com/godotengine/godot-demo-projects) branch is compatible with the latest Godot version (currently 4.0 alpha).
1010
- If you are using an older version of Godot, use the appropriate branch for your Godot version:
1111

12+
- [`3.4`](https://github.com/godotengine/godot-demo-projects/tree/3.4)
13+
branch for Godot 3.4.x.
1214
- [`3.3`](https://github.com/godotengine/godot-demo-projects/tree/3.3)
1315
branch for Godot 3.3.x.
1416
- [`3.2`](https://github.com/godotengine/godot-demo-projects/tree/3.2)

audio/midi_piano/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Language: GDScript
1414

1515
Renderer: GLES 2
1616

17+
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/1292
18+
1719
## Screenshots
1820

1921
![Screenshot](screenshots/piano-pressed.png)

0 commit comments

Comments
 (0)