kidscancode / godot_recipes

Lessons, tutorials, and guides for game development using the Godot game engine.
MIT License
240 stars 37 forks source link

typo in 4.x 3D #136

Closed aad1tya1 closed 7 months ago

aad1tya1 commented 8 months ago

under the header of ## Adding 3D Objects there is a typo TYPO: Now let’s add our first 3D node. Just as all 2D nodes inherit from Node3D Fix: Now let’s add our first 3D node. Just as all 2D nodes inherit from Node2D

https://kidscancode.org/godot_recipes/4.x/g101/3d/101_3d_01/index.html

aad1tya1 commented 8 months ago

is it a typo or is just fine???

cbscribe commented 7 months ago

That was indeed a typo. Fixed in the next push. Thanks!