Browse Source

Remove outdated warnings for tutorials

Eideren 1 year ago
parent
commit
7b8fca87dc

+ 0 - 3
en/manual/physics/create-a-bouncing-ball.md

@@ -1,8 +1,5 @@
 # Create a bouncing ball
 
-> [!WARNING]
-> This page is outdated, the information contained therein are for Bullet, the previous physics engine
-
 <span class="badge text-bg-primary">Beginner</span>
 <span class="badge text-bg-success">Designer</span>
 

+ 0 - 3
en/manual/physics/script-a-trigger.md

@@ -3,9 +3,6 @@
 <span class="badge text-bg-primary">Beginner</span>
 <span class="badge text-bg-success">Designer</span>
 
-> [!WARNING]
-> This page is outdated, the information contained therein are for Bullet, the previous physics engine
-
 In this tutorial, we'll create a [trigger](triggers.md) that doubles the size of a ball when the ball passes through it.
 
 >[!Note]