Piper Thunstrom
4e28c62c6b
Update instancing.rst ( #7493 )
...
Update physics material info on instancing page
2024-09-10 13:49:35 +02:00
Lorenzo Meninato
4dc28f3bbb
Fix small typo in introduction_to_godot.rst
2024-09-10 13:45:45 +02:00
Denis NICOLAS
cda546cd5f
Creating instances - Wrong tense
...
"Once you have a diagram, we recommended creating a scene"
should be:
"Once you have a diagram, we recommend creating a scene"
2024-09-10 13:43:13 +02:00
Allie Polubiec
40e07f74de
Fix small missing word typo
2024-09-10 13:43:05 +02:00
William Lim
1c83aa5ba8
Fix Local Projects tab name in First look at Godot's editor ( #6338 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2024-09-10 13:42:14 +02:00
whtsht
5d6433d419
[3.6] Add C# code examples in Using signals ( #7945 )
...
* Add C# code examples in `Using signals`
Co-authored-by: Raul Santos <raulsntos@gmail.com >
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com >
2023-11-24 15:07:50 -05:00
Yuri Sizov
0c100d9f14
Port layout changes from the master version
...
This also updates the index page, changes the first
sidebar section to be "About" without an extra level,
and renames "Tutorials" to "Manual"
2023-04-11 10:50:54 +02:00
Guilherme
90105a5d6e
Fix CameraPivot rotation in Moving the player with code ( #6654 )
...
CameraPivot should be rotated -45 degrees instead of 45 degrees
in order to produce the results demonstrated in the screenshots.
Otherwise, the camera will be pointing upwards instead of downwards.
2023-01-24 01:28:00 +01:00
Nathan Lovato
d58a6b6c9f
add page linking to the Learn GDScript app
...
The variable in the app's URL ensures the user gets a special end screen that
does not promote our paid course.
2022-09-28 11:58:25 +02:00
hhhhour
829ad96075
Use exact name of AnimationPlayer node in Character animation ( #6141 )
2022-09-06 01:51:03 +02:00
Hugo Locurcio
ed76af5660
Add VisualScript pending removal notice in Godot 4.0
2022-09-01 01:51:24 +02:00
Henry Catalini Smith
f7ae2175b3
Add macOS keyboard shortcut in Creating your first script ( #6032 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
(cherry picked from commit b81f0030b7 )
2022-08-08 20:34:57 +02:00
m-at-FNSPE
92e100ab21
Fix mob scene typo in Your first 2D game ( #6007 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
(cherry picked from commit 55d3093715 )
2022-08-08 20:33:57 +02:00
Stanislav Balia
59efae784a
Nodes & Scenes: Added macOS shortcuts mentioning. ( #5993 )
...
* Added macOS shortcuts mentioning.
Unfortunately, suggested hotkeys don't work for macOS. I guess it will be useful to mention macOS shortcuts directly in the docs.
* Apply suggestions from code review
Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com >
(cherry picked from commit 523a1c0f03 )
2022-08-08 20:32:11 +02:00
Santiago Valdez
e97a85d6a6
correct a little typo on scripting_laguanges ( #5903 )
...
* correcting a little typo on scripting_laguanges
A more readeable aproach on the existing sentence
(cherry picked from commit 7ee0687714 )
2022-08-08 19:42:59 +02:00
Tres Henry
f0031b9fb2
Add docs for ignoring return value warning ( #5756 )
...
* Add docs for ignoring return value warning. Fixes #5753 .
* Remove code change per feedback
(cherry picked from commit d076761cba )
2022-08-08 17:31:08 +02:00
Asday
845724c921
Typo.
2022-08-06 04:55:58 +02:00
Stanislav Balia
ef93caeb13
Add C# code examples on Listening to player input ( #6009 )
2022-07-30 18:50:36 +02:00
Aaron
bc2c673634
Add C# examples to Creating your first script ( #5991 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-07-29 01:31:37 +02:00
Stanislav Balia
5b3b82c5be
Update preview GIF to match the end result in Your first 2D game ( #5999 )
2022-07-29 00:59:11 +02:00
Raf Van Baelen
04ee9a43e5
Remove extraneous sentence about finished result in Your first 2D game ( #5994 )
2022-07-27 19:46:04 +02:00
John Veness
8df2b3951f
Fix grammar in step-by-step ( #5958 )
...
* Rewrote creating root node paragraph
I didn't like the sentence starting "It is equivalent" when it wasn't entirely clear what "It" was, so I edited. I'm not sure it's a great improvement!
* Changed reference to "disk" to "file"
* Fix grammar
"The example" sounds like it's referring to an example that has already been introduced
* Fix "like so" grammar
"Like so" is not used very often
* Remove "exactly"
"see how it works exactly" sounds odd, "see exactly how it works" is better, but to be honest it sounds best without "exactly" at all!
* Add missing "the"
2022-07-23 18:11:53 +02:00
Max Hilbrunner
bfb9b3c3d7
Merge pull request #5974 from JohnVeness/3.5
...
Improve step-by-step a little (3.x)
2022-07-23 15:16:43 +02:00
John Veness
7b6235e790
Improve step-by-step a little (3.x)
2022-07-23 13:33:08 +01:00
Sam Van Campenhout
dff0981a2f
Update the showcase video links ( #5961 )
...
* Update the showcase video links
This updates the showcase video links to the most recently released version.
* Link to the showcase video playlist
This replaces the individual showcase video links with a single link to the showcase playlist. This has the advantage that we don't need to update the links when new videos come out.
2022-07-19 23:40:28 +02:00
Steven Calvert
a3cbbb837d
Change C++ animation name for consistency in Your first 2D game ( #5938 )
2022-07-17 18:40:37 +02:00
Hugo Locurcio
209bbbfa50
Sync paragraph with master in First 3D game - Animating the mobs
2022-07-08 20:35:44 +02:00
Lucky
24854ec062
Fix typo in First 3D game - Animating the mobs ( #5913 )
2022-07-08 20:33:44 +02:00
skyace65
dcdd9212cb
Update intro to editor for 3.5
2022-05-29 10:52:41 -04:00
Daniel
a00af4b4e9
Fix typo: "intantiated" -> "instantiated" ( #5810 )
2022-05-08 23:48:41 +02:00
Hugo Locurcio
dbac020130
Update list of features for Godot 3.5
2022-05-02 17:39:33 +02:00
Trygve Vea
d80ff1f14b
Add useful tip in first 2d-game tutorial ( #5134 )
...
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com >
(cherry picked from commit 7b68b68ddd )
2022-04-29 14:01:55 +02:00
Ricardo Buring
cb3199c0ef
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
(cherry picked from commit 3f0e91a4d8 )
2022-04-29 13:40:47 +02:00
Rémi Verschelde
7439a962bd
Step by step: Improve flow and clarity for code replacement instructions
2022-04-29 11:25:20 +02:00
Edward
68a5e6d81f
Move GDScript text onto tip in 2D Getting started 03 chapter ( #5732 )
2022-04-08 01:45:12 +02:00
rossunger
ca2de3306b
Add explanation: why we use Node and not Node2D ( #5530 )
...
* Add explanation: why we use Node and not Node2D
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-03-23 16:33:05 +01:00
David Jaquay
ebd831d6c0
Update theme overrides section for Godot 3.4 in Score and replay ( #5699 )
2022-03-19 16:34:05 +01:00
Ricardo Buring
56da3e1628
Your first 2D game: Remove old link ( #5687 )
2022-03-13 19:49:00 +01:00
Ricardo Buring
1e8ccb9b7a
Your first 2D game: Set the physics parameters of the mob before adding it to the scene tree ( #5688 )
2022-03-13 19:48:59 +01:00
Zazucki
e48d69a1f8
Update link to Harvard CS50 and fix book author name ( #5680 )
2022-03-13 01:08:26 +01:00
Zazucki
d7df95b163
Update Harvard CS50 link to latest version ( #5679 )
2022-03-13 01:08:25 +01:00
Zazucki
5357cbbfc0
Clarify the name of the menu action to add a node in Signals ( #5684 )
2022-03-12 23:31:12 +01:00
Leona 'leo' Gottfried
b0a50f1d0e
Fix non-unique Sphinx name in Getting Started ( #5597 )
...
(cherry picked from commit 6a001297d9 )
2022-03-11 14:22:57 +01:00
skyace65
4253813fe9
update your first 2D game font information
...
(cherry picked from commit a0d4f8473c )
2022-03-11 14:22:57 +01:00
Haoyu Qiu
e182d49332
Fix capitalization of macOS ( #5466 )
...
(cherry picked from commit acd9c49405 )
2022-03-11 14:22:57 +01:00
Matthew
2fe68d0793
Add a ending to the scripting player input page ( #5469 )
2022-02-25 14:53:19 +01:00
Corey Maylone
c84ba42b91
Update main scene selection popup image for Godot 3.4 ( #5620 )
2022-02-17 01:12:01 +01:00
Connor Hillen
df86872661
Update wording to use DynamicFont theme overrides in Your first 2D game ( #5617 )
2022-02-16 18:42:57 +01:00
Matthew
af1135ea98
Fix shortcut info on signals page ( #5600 )
2022-02-12 01:19:03 +01:00
Matthew
b4e11ad2a8
Fix first 2D game image ( #5582 )
2022-02-05 21:25:41 +01:00