Commit Graph

159 Commits

Author SHA1 Message Date
Hana
8350bf5b16 update images, indentation and naming 2023-02-24 19:33:29 +01:00
Matthew
4da9f813fc Fix your first 3D game issues (#6763) 2023-02-22 21:47:40 -08:00
Hugo Locurcio
c0cdbf0617 Document shadow quality workaround with orthogonal camera in Your first 3D game
This is required for now, as the DirectionalLight3D's Shadow Max Distance
isn't taken into account when using an orthogonal camera.

This is an engine issue, but since this tutorial is a starting point
for a lot of people, it's important to point out a workaround right here.
2023-02-18 02:03:07 +01:00
Hugo Locurcio
87298c021f Update FAQ for Godot 4.0
- Link to Console support in Godot documentation.
  - In the Console support in Godot page, link to the
    "Godot and consoles, all you need to know" blog post as it contains
    additional context.
- Link to Importing 3D scenes documentation directly to avoid copypasting
  the answer.
- Replace uses of "open-source" with "open source" for consistency.
2023-02-13 00:12:37 +01:00
Tom Brewe
a4801672f2 fix(01.game_setup.rst): Extents->Size adjustments and new screenshots (#6547)
fix(01.game_setup.rst): Extents->Size adjustments and new screenshots
2023-02-05 11:14:48 -05:00
BlueStag
135ad68cab Use 4.0 method of connecting to and emitting signals (#6311)
Change docs to use the new method of connecting and emitting signals
2023-01-22 22:01:34 -05:00
Matthew
f89da783ec Merge pull request #6528 from denicolas/patch-5
Character animation - change "you" to "you've"
2023-01-17 21:12:14 -05:00
Hana
f726757663 update c# examples and fix ref links 2023-01-12 18:57:52 +01:00
TheYellowArchitect
41252827ca Update "Your first 3D game" tutorial for Godot 4 (#6243)
* FULLY REMADE FOR 4.0

Co-authored-by: Johannes Loepelmann <johannes@loepelmann.de>
2023-01-11 21:52:51 +01:00
Denis NICOLAS
4f38aec026 Character animation - Tense and incomplete text
In "Using the animation editor":
"Once you created the animation"
should be:
"Once you've created the animation"

In "Animating the mobs":
"Then open Mob.tscn and open its animation player."
Mob.tscn doesn't have an animation player.
2022-12-28 18:57:02 +01:00
Denis NICOLAS
eb7c9618aa Jumping and squashing monsters - Typos
In "Jumping":
"In games, you really want controls to be responsive and giving instant speed boosts like these, while unrealistic, feel great."
should be:
"In games, you really want controls to be responsive and giving instant speed boosts like these, while unrealistic, feels great."
or:
"In games, you really want controls to be responsive and instant speed boosts like these, while unrealistic, feel great."

"Notice that the Y axis is positive upwards. That's unlike 2D, where the Y axis is positive downward."
should be:
"Notice that the Y axis is positive upwards. That's unlike 2D, where the Y axis is positive downwards."
or:
"Notice that the Y axis is positive upward. That's unlike 2D, where the Y axis is positive downward."
2022-12-26 19:30:48 +01:00
Bruno Wilson Portes
93f4f601d6 Remove extraneous space in the 3D game tutorial's Mob script (#6508) 2022-12-24 20:56:39 +01:00
Matthew
1e2f11fbc3 Merge pull request #6426 from Element894/patch-1
Character animation page typo. Line 194 if statement was commented out.
2022-12-01 08:33:43 -05:00
Hugo Locurcio
509804650e Update all instances of instance() to instantiate() 2022-11-29 16:59:09 +01:00
Element894
10df3c01ad Remove, '#' from line 194. Line 194 if statement was commented out. 2022-11-26 17:03:54 -08:00
Max Hilbrunner
198393eec7 More Godot 4 rename fixes (#6315)
* Spatial -> 3D, Transform, Quaternion

* File -> FileAccess

* Camera -> Camera3D

* Update references to MeshInstance and MultiMeshInstance

* ImmediateGeometry -> ImmediateMesh, misc renames
2022-10-15 20:54:47 +02:00
Max Hilbrunner
024fedb0f3 Kinematic -> Character 2022-10-15 17:55:24 +02:00
Matthew
ab5d273424 Merge pull request #6121 from RayAsh37/edit-typo-rotationValue
updated rotation value
2022-10-03 21:17:30 -04:00
hhhhour
3fae8416f6 Use exact name of AnimationPlayer node in Character animation (#6141) 2022-09-06 01:50:54 +02:00
Ashray Shetty
b316588c2e update rotation value
Corrected the rotation value to get the desired view from camera
2022-08-30 13:03:16 +05:30
Jeferson 'Shin' Leite Borges
0ca949a46c Update GDScript syntax in the First 3D game tutorial (#6118)
Co-authored-by: Jeferson Leite Borges <jeferson.borges@ihsmarkit.com>
2022-08-29 14:46:59 +03:00
Raul Santos
3b36a94d35 Update C# signal documentation
Updates C# signal documentation and code examples to the new API in 4.0
2022-08-26 15:59:43 +02:00
Asday
688caeda96 Typo. 2022-08-05 20:10:46 +01:00
Lucky
facadf7636 Fix typo in First 3D game - Animating the mobs (#5913) 2022-07-08 20:34:54 +02:00
Rémi Verschelde
3cbf7d23e0 Merge pull request #5689 from rburing/first_3d_game_set_physics_params_before_spawn 2022-04-29 11:47:45 +02:00
David Jaquay
07947cf63d Update theme overrides section for Godot 3.4 in Score and replay (#5699) 2022-03-19 16:33:59 +01:00
Ricardo Buring
3f0e91a4d8 Your first 3D game: Set the physics parameters of the mob before adding it to the scene tree
This follows the recommendation from https://github.com/godotengine/godot/issues/45638
2022-03-13 20:20:09 +01:00
Leona 'leo' Gottfried
6a001297d9 Fix non-unique Sphinx name in Getting Started (#5597) 2022-03-10 16:52:26 +01:00
Melvin Vermeeren
79a4418577 3d game tutorial: fix asset url version (#5624)
On the tutorial index the version is already 1.1.0 since commit
a187b11171. However the reference on the
second page was forgotten. This patch corrects that.
2022-02-21 16:07:00 -08:00
Vishal Grover
b59b12f2cd Fix player and mob scene being reversed in Your first game (#5526)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-01-27 20:20:22 +01:00
Haoyu Qiu
acd9c49405 Fix capitalization of macOS (#5466) 2021-12-24 18:25:27 +01:00
skyace65
16f06a9277 Remove merge from scene from your first 3D game 2021-12-14 22:36:17 -05:00
Austin Hanson
047ba3909f Type for loop invariant, i/index, in squash check 2021-11-11 15:21:43 -06:00
Aaron Franke
5c7f653347 Optimize PNG and SVG images using oxipng and svgcleaner (#5254) 2021-09-14 17:50:17 +02:00
Aaron Franke
4060179184 Remove trailing space characters (#5251) 2021-09-13 14:52:39 +02:00
Paul Joannon
58e73d70d4 Add missing C# cast in first 3D game (#5203) 2021-08-27 21:24:51 +02:00
Marcin Sędłak-Jakubowski
bd19917ea0 Draft: Remove "simple", "simply", "easy", and "just" from the docs (#4496)
* Various style edits

* Edit out "simple" when possible

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
Co-authored-by: Clay John <claynjohn@gmail.com>
2021-07-11 14:38:53 +02:00
Verizane
b9b8b32435 Use explicit casting for MobScene.Instance() in 3D game tutorial (#5021)
Implicit casting of "Godot.Node" to "Mob" is not allowed,
so I tried explicit casting and it worked.
2021-06-20 12:21:13 +02:00
tacevee
99a44fac6b Mention the new main screen switch shortcuts (#4903)
These shortcuts changed in Godot 3.3.
2021-05-11 00:36:06 +02:00
Paul Joannon
b7e9a081fd add C# code tabs to pages under first_3d_game 2021-03-19 18:19:45 +01:00
Nathan Lovato
e2e55eff9a Add outros and transition text at the end of first_2d_game lessons 2021-03-04 13:47:54 -06:00
Nathan Lovato
c1f7f42ce6 Update the reference to the your_first_game document 2021-03-04 13:47:24 -06:00
viksl
132d18ad49 3D Game: Fix text to reflect the context images for collision masks (#4578)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-01-25 16:26:01 +01:00
viksl
d1ff7cdc67 3D game: Fix translation/rotation values to be the same as in images (#4577)
Quick fix to values for translation and rotation since the images show the values in reverse.
(In the picture translation is 0.2 and rotation 0.1)
2021-01-25 14:49:37 +01:00
Nathan Lovato
fc7c7fef35 Replace outdated pictures in first_3d_game/
The input actions were changed from move_up and move_down to
move_forward etc. but the pics not updated.
2020-12-07 06:55:52 -06:00
Nathan Lovato
164e6909c0 Add kbd tags to the 3D tutorial 2020-11-30 08:56:08 -06:00
Nathan Lovato
f68a6a25c5 Update direction comparison
Co-authored-by: arnfranke@yahoo.com
2020-11-27 19:27:47 -06:00
Nathan Lovato
a187b11171 Update start project version
Fixes model offset and updated the code to match the edits in the tutorial
2020-11-27 16:13:53 -06:00
Nathan Lovato
73ad35ce29 Write 3D course outro, add missing reference labels 2020-11-27 01:15:41 -06:00
Nathan Lovato
a6bd1de290 Rename move actions and improve code block in 3d tutorial 2020-11-26 23:33:35 -06:00